diff options
author | Gleb Naumenko <naumenko.gs@gmail.com> | 2020-05-16 21:06:22 -0400 |
---|---|---|
committer | Gleb Naumenko <naumenko.gs@gmail.com> | 2020-07-30 14:38:50 +0300 |
commit | 3bd67ba5a4ef3c20ef1f873b63c9f53a6c8608b6 (patch) | |
tree | 80f2b6f23b3997a512069ca4692f538a0ea71ae2 /test/functional/test_runner.py | |
parent | cf1569e074505dbbb9d29422803dd31bb62072d4 (diff) |
Test addr response caching
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
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', |