diff options
author | Martin Zumsande <mzumsande@gmail.com> | 2019-08-22 19:10:40 +0200 |
---|---|---|
committer | Martin Zumsande <mzumsande@gmail.com> | 2020-06-06 22:30:29 +0200 |
commit | 45eff751c6d07007dabc365dc4c0e6c63e3fe5cf (patch) | |
tree | 15e0979586dbffa20d633cd50316a40965546230 /test/functional/test_runner.py | |
parent | 4af01b37d40246cd1fdb54719855927e36a36b46 (diff) |
Add functional test for P2P eviction logic of inbound peers
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 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', |