From fa1da3d4bfc0511a89f5b19d5a4d89e55ff7ccde Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Thu, 2 Apr 2020 22:09:30 +0800 Subject: test: Add basic addr relay test --- 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 ce9b37edfb..d6181af934 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -144,6 +144,7 @@ BASE_SCRIPTS = [ 'rpc_blockchain.py', 'rpc_deprecated.py', 'wallet_disable.py', + 'p2p_addr_relay.py', 'rpc_net.py', 'wallet_keypool.py', 'p2p_mempool.py', -- cgit v1.2.3