Page MenuHomePhabricator

[backport#12510] test: Add rpc_bind test to default-run tests
ClosedPublic

Authored by majcosta on Oct 26 2020, 20:27.

Details

Summary

e87fefc test: Add rpc_bind test to default-run tests (Wladimir J. van der Laan)

Pull request description:

Skip the parts that cannot be run on the host due to lack of IPv6 support or a second interface to bind on, and warn appropriately.

Without no strong requirements (besides being Linux only, which will skip the test) left, add this test to the default in test_runner.

~~(the non-IPv6 parts of the two dual-IPv4/6 tests could also be enabled, but first going to look what Travis does here to see if there wasn't another reason it was disabled)~~ done, it only makes sense for the first

Backport of Core PR12510

Test Plan
ninja all
test-runner.py rpc_bind

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jasonbcox requested changes to this revision.Oct 26 2020, 20:46
jasonbcox added a subscriber: jasonbcox.

Missing the equivalent change to test_runner's TEST_PARAMS

This revision now requires changes to proceed.Oct 26 2020, 20:46

added all missing CLI options to the runner

This revision is now accepted and ready to land.Oct 26 2020, 21:59