aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2023-09-15 02:18:38 +0200
committerMartin Zumsande <mzumsande@gmail.com>2023-11-08 17:34:50 -0500
commitcc961c26956859850202f56191981b0306a65fcf (patch)
tree8bb7b1ea0f087ba45164944d5521238c1b726c33 /test/functional/test_runner.py
parent3598a1b5c932634dc7ccb991cc83df5e1a1dcaa9 (diff)
downloadbitcoin-cc961c26956859850202f56191981b0306a65fcf.tar.xz
test: enable v2 transport for p2p_node_network_limited.py
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 341a31909b..cbc03a3e3a 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -365,6 +365,7 @@ BASE_SCRIPTS = [
'wallet_orphanedreward.py',
'wallet_timelock.py',
'p2p_node_network_limited.py',
+ 'p2p_node_network_limited.py --v2transport',
'p2p_permissions.py',
'feature_blocksdir.py',
'wallet_startup.py',