aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorSergi Delgado Segura <sergi.delgado.s@gmail.com>2023-12-20 10:53:49 -0500
committerSergi Delgado Segura <sergi.delgado.s@gmail.com>2024-04-26 11:14:20 -0400
commita8d9a0edc7cef2c31a557ef53eb45520976b0d65 (patch)
treec239e184e88a6b074a1be6e4ca20c8608a9af978 /test/functional/test_runner.py
parent3c88eac28e8984893746caebb313dc3b2fca90db (diff)
downloadbitcoin-a8d9a0edc7cef2c31a557ef53eb45520976b0d65.tar.xz
test: adds outbound eviction functional tests, updates comment in ConsiderEviction
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 32b55813a8..ec9096f929 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -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',