aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-02-25 14:44:17 +0100
committerMarcoFalke <falke.marco@gmail.com>2021-02-25 14:44:22 +0100
commitc0e44ee8e4ba9b9d604f02841eda57938a90a6a5 (patch)
tree234b5bb5ef6996948407c557738a80c45642e2a6 /test/functional/test_framework
parentcac10e66d230f0c7a9fa1ff44e416b54e03f582f (diff)
parentfa730e915766b012ff145e3c2af782668defb21f (diff)
downloadbitcoin-c0e44ee8e4ba9b9d604f02841eda57938a90a6a5.tar.xz
Merge #21254: test: Avoid connecting to real network when running tests
fa730e915766b012ff145e3c2af782668defb21f test: Avoid connecting to real network when running tests (MarcoFalke) fa1b713941f71b077da07e9dedb743c7e99c3ca8 test: Assume node is running in subtests (MarcoFalke) Pull request description: Introduced in #19884 ACKs for top commit: Sjors: ACK fa730e915766b012ff145e3c2af782668defb21f Tree-SHA512: fe132a9ffe2fae1ab16857a3dec9839526fdf74d27a1ae794fbffca8356f639c4b916dc888b260281e9cc793916706c18d1687ebb5a076d4e1c481d218d308d3
Diffstat (limited to 'test/functional/test_framework')
-rw-r--r--test/functional/test_framework/util.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_framework/util.py b/test/functional/test_framework/util.py
index 123c48852c..d335d4ea79 100644
--- a/test/functional/test_framework/util.py
+++ b/test/functional/test_framework/util.py
@@ -368,6 +368,7 @@ def write_config(config_path, *, n, chain, extra_config=""):
f.write("keypool=1\n")
f.write("discover=0\n")
f.write("dnsseed=0\n")
+ f.write("fixedseeds=0\n")
f.write("listenonion=0\n")
f.write("printtoconsole=0\n")
f.write("upnp=0\n")