Add functional test for P2P eviction logic of inbound peers

This commit is contained in:
Martin Zumsande
2019-08-22 19:10:40 +02:00
parent 4af01b37d4
commit 45eff751c6
2 changed files with 130 additions and 0 deletions

View File

@@ -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',