[qa] Sort scripts by time for pull_tester and don't overwrite setup_chain

This commit is contained in:
MarcoFalke
2016-06-30 14:49:59 +02:00
parent 3685e0c1da
commit fae596f0e4
4 changed files with 17 additions and 9 deletions

View File

@@ -72,8 +72,11 @@ class TestNode(NodeConnCB):
self.send_message(msg_mempool())
class P2PMempoolTests(BitcoinTestFramework):
def setup_chain(self):
initialize_chain_clean(self.options.tmpdir, 2)
def __init__(self):
super().__init__()
self.setup_clean_chain = True
self.num_nodes = 2
def setup_network(self):
# Start a node with maxuploadtarget of 200 MB (/24h)