aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2019-12-28 12:50:20 +0100
committerJon Atack <jon@atack.com>2020-03-04 14:24:08 +0100
commit08b992675cf8d946db19b7bea747fa1085fdb2a2 (patch)
tree229325a74b4a0ccfa4bd9b68ba6c023f222da4b7 /test/functional/test_runner.py
parenta71c34742c24245a0d642e68f9e61f46cc7573fb (diff)
downloadbitcoin-08b992675cf8d946db19b7bea747fa1085fdb2a2.tar.xz
test: add feature_asmap functional tests
to verify node behaviour and debug log when launching bitcoind in these cases: 1. `bitcoind` with no -asmap arg, using /16 prefix for IP bucketing 2. `bitcoind -asmap=<relative path>`, using the unit test skeleton asmap 3. `bitcoind -asmap/-asmap=` with no file specified, using the default asmap 4. `bitcoind -asmap` with no file specified, and a missing default asmap file The tests are order-independent. The slowest test (missing default asmap file) is placed last.
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 06d939afb7..ac746ea9bf 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -101,6 +101,7 @@ BASE_SCRIPTS = [
'rpc_txoutproof.py',
'wallet_listreceivedby.py',
'wallet_abandonconflict.py',
+ 'feature_asmap.py',
'feature_csv_activation.py',
'rpc_rawtransaction.py',
'wallet_address_types.py',