mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-01 00:10:44 +01:00
test: Add rpc_bind test to default-run tests
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, in which case the test is skipped) left, just add this test to the default in test_runner. Includes suggested changes by John Newbery.
This commit is contained in:
@@ -120,6 +120,9 @@ BASE_SCRIPTS = [
|
||||
'feature_nulldummy.py',
|
||||
'mempool_accept.py',
|
||||
'wallet_import_rescan.py',
|
||||
'rpc_bind.py --ipv4',
|
||||
'rpc_bind.py --ipv6',
|
||||
'rpc_bind.py --nonloopback',
|
||||
'mining_basic.py',
|
||||
'wallet_bumpfee.py',
|
||||
'rpc_named_arguments.py',
|
||||
@@ -160,7 +163,6 @@ EXTENDED_SCRIPTS = [
|
||||
'p2p_timeouts.py',
|
||||
# vv Tests less than 60s vv
|
||||
'p2p_feefilter.py',
|
||||
'rpc_bind.py',
|
||||
# vv Tests less than 30s vv
|
||||
'feature_assumevalid.py',
|
||||
'example_test.py',
|
||||
|
||||
Reference in New Issue
Block a user