aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorNiklas Gögge <n.goeggi@gmail.com>2021-08-08 10:07:58 +0200
committerNiklas Gögge <n.goeggi@gmail.com>2021-09-28 22:11:30 +0200
commit5bf658745782eb571215d6c1e5fe3c655edb55b3 (patch)
tree2715e791994fb03f9a2f0c4f6aefa79069154fd6 /test/functional/test_runner.py
parent0dc8bf5b925ca876c0b1a100e426056d741aafde (diff)
downloadbitcoin-5bf658745782eb571215d6c1e5fe3c655edb55b3.tar.xz
[test] Test that -blocksonly nodes do not request high bandwidth mode.
Co-authored-by: Amiti Uttarwar <amiti@uttarwar.org>
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 b463f05869..6f7f757a3b 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -98,6 +98,7 @@ BASE_SCRIPTS = [
'rpc_fundrawtransaction.py --legacy-wallet',
'rpc_fundrawtransaction.py --descriptors',
'p2p_compactblocks.py',
+ 'p2p_compactblocks_blocksonly.py',
'feature_segwit.py --legacy-wallet',
# vv Tests less than 2m vv
'wallet_basic.py --legacy-wallet',