test: adds outbound eviction functional tests, updates comment in ConsiderEviction

This commit is contained in:
Sergi Delgado Segura
2023-12-20 10:53:49 -05:00
parent 3c88eac28e
commit a8d9a0edc7
3 changed files with 232 additions and 4 deletions

View File

@@ -292,6 +292,7 @@ BASE_SCRIPTS = [
'p2p_leak_tx.py --v1transport',
'p2p_leak_tx.py --v2transport',
'p2p_eviction.py',
'p2p_outbound_eviction.py',
'p2p_ibd_stalling.py --v1transport',
'p2p_ibd_stalling.py --v2transport',
'p2p_net_deadlock.py --v1transport',