Persistent test.

This commit is contained in:
tecnovert
2021-01-16 10:21:59 +02:00
parent ed22fe7d12
commit 64caceebfe
8 changed files with 324 additions and 17 deletions

View File

@@ -95,6 +95,9 @@ class XmrTestBase(unittest.TestCase):
fp.write('port={}\n'.format(PARTICL_PORT_BASE + i))
fp.write('bind=127.0.0.1\n')
fp.write('dnsseed=0\n')
fp.write('discover=0\n')
fp.write('listenonion=0\n')
fp.write('upnp=0\n')
fp.write('minstakeinterval=5\n')
for ip in range(3):
if ip != i: