aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorGleb Naumenko <naumenko.gs@gmail.com>2020-05-16 21:06:22 -0400
committerGleb Naumenko <naumenko.gs@gmail.com>2020-07-30 14:38:50 +0300
commit3bd67ba5a4ef3c20ef1f873b63c9f53a6c8608b6 (patch)
tree80f2b6f23b3997a512069ca4692f538a0ea71ae2 /test/functional/test_runner.py
parentcf1569e074505dbbb9d29422803dd31bb62072d4 (diff)
downloadbitcoin-3bd67ba5a4ef3c20ef1f873b63c9f53a6c8608b6.tar.xz
Test addr response caching
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 95c2b7c5ec..b090e93394 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -159,6 +159,7 @@ BASE_SCRIPTS = [
'rpc_deprecated.py',
'wallet_disable.py',
'p2p_addr_relay.py',
+ 'p2p_getaddr_caching.py',
'p2p_getdata.py',
'rpc_net.py',
'wallet_keypool.py',