From 45eff751c6d07007dabc365dc4c0e6c63e3fe5cf Mon Sep 17 00:00:00 2001 From: Martin Zumsande Date: Thu, 22 Aug 2019 19:10:40 +0200 Subject: Add functional test for P2P eviction logic of inbound peers --- 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 7821355e29..2053d91321 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -188,6 +188,7 @@ BASE_SCRIPTS = [ 'rpc_preciousblock.py', 'wallet_importprunedfunds.py', 'p2p_leak_tx.py', + 'p2p_eviction.py', 'rpc_signmessage.py', 'rpc_generateblock.py', 'wallet_balance.py', -- cgit v1.2.3