test: refactor functional tests to use restart_node

This commit is contained in:
Christopher Coverdale
2020-06-21 23:32:32 +01:00
parent 8ef15e8a86
commit 20b6e95944
13 changed files with 25 additions and 48 deletions

View File

@@ -71,8 +71,7 @@ class LoadblockTest(BitcoinTestFramework):
check=True)
self.log.info("Restart second, unsynced node with bootstrap file")
self.stop_node(1)
self.start_node(1, ["-loadblock=" + bootstrap_file])
self.restart_node(1, extra_args=["-loadblock=" + bootstrap_file])
assert_equal(self.nodes[1].getblockcount(), 100) # start_node is blocking on all block files being imported
assert_equal(self.nodes[1].getblockchaininfo()['blocks'], 100)