aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorMartin Zumsande <mzumsande@gmail.com>2019-08-22 19:10:40 +0200
committerMartin Zumsande <mzumsande@gmail.com>2020-06-06 22:30:29 +0200
commit45eff751c6d07007dabc365dc4c0e6c63e3fe5cf (patch)
tree15e0979586dbffa20d633cd50316a40965546230 /test/functional/test_runner.py
parent4af01b37d40246cd1fdb54719855927e36a36b46 (diff)
downloadbitcoin-45eff751c6d07007dabc365dc4c0e6c63e3fe5cf.tar.xz
Add functional test for P2P eviction logic of inbound peers
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
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',