qa: Always refresh stale cache to be out of ibd

This commit is contained in:
MarcoFalke
2019-02-11 13:56:19 -05:00
parent fab0d85802
commit 1111aecbb5
3 changed files with 25 additions and 6 deletions

View File

@ -41,9 +41,11 @@ from test_framework.netutil import test_ipv6_local
RANGE_BEGIN = PORT_MIN + 2 * PORT_RANGE # Start after p2p and rpc ports
class ProxyTest(BitcoinTestFramework):
def set_test_params(self):
self.num_nodes = 4
self.setup_clean_chain = True
def setup_nodes(self):
self.have_ipv6 = test_ipv6_local()
@ -198,4 +200,3 @@ class ProxyTest(BitcoinTestFramework):
if __name__ == '__main__':
ProxyTest().main()