From 3bd67ba5a4ef3c20ef1f873b63c9f53a6c8608b6 Mon Sep 17 00:00:00 2001 From: Gleb Naumenko Date: Sat, 16 May 2020 21:06:22 -0400 Subject: Test addr response caching --- test/functional/test_runner.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/test_runner.py') 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', -- cgit v1.2.3