test: adds seednode functional tests

Adds functional tests to test the interaction between seednode and the AddrMan
This commit is contained in:
Sergi Delgado Segura
2024-04-30 23:36:52 -04:00
parent 3270f0adad
commit 6eeb188d40
2 changed files with 56 additions and 0 deletions

View File

@@ -405,6 +405,7 @@ BASE_SCRIPTS = [
'feature_shutdown.py',
'wallet_migration.py',
'p2p_ibd_txrelay.py',
'p2p_seednode.py',
# Don't append tests at the end to avoid merge conflicts
# Put them in a random line within the section that fits their approximate run-time
]