aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorMartin Zumsande <mzumsande@gmail.com>2021-05-31 22:52:08 +0200
committerMartin Zumsande <mzumsande@gmail.com>2021-07-12 02:16:54 +0200
commit5730a43703f7e5a5ca26245ba3b55fbdd027d0b6 (patch)
treeb0524262002f86ffb7977263e85da27a6d3a9143 /test/functional/test_runner.py
parentc34ad3309f93979b274a37de013502b05d25fad8 (diff)
downloadbitcoin-5730a43703f7e5a5ca26245ba3b55fbdd027d0b6.tar.xz
test: Add functional test for AddrFetch connections
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 49f269f8b4..4dcd92708c 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -182,6 +182,7 @@ BASE_SCRIPTS = [
'p2p_addr_relay.py',
'p2p_getaddr_caching.py',
'p2p_getdata.py',
+ 'p2p_addrfetch.py',
'rpc_net.py',
'wallet_keypool.py --legacy-wallet',
'wallet_keypool.py --descriptors',