aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/rpcbind_test.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-10-03 10:12:28 +0200
committerMarcoFalke <falke.marco@gmail.com>2016-10-03 10:12:42 +0200
commit76f3c02fb01a6df98fbd8c16ac21d159d4649d37 (patch)
treeb29ab0e61beb75a9204d59777fe13a89dcfcf47c /qa/rpc-tests/rpcbind_test.py
parenteafc5f4fae52a16ad7343f7fb13bfecf9b62310a (diff)
parentfa7c35c4ec630838178b4674288da33561a66f08 (diff)
downloadbitcoin-76f3c02fb01a6df98fbd8c16ac21d159d4649d37.tar.xz
Merge #8860: [qa] util: Move wait_bitcoinds() into stop_nodes()
fa7c35c [qa] util: Move wait_bitcoinds() into stop_nodes() (MarcoFalke)
Diffstat (limited to 'qa/rpc-tests/rpcbind_test.py')
-rwxr-xr-xqa/rpc-tests/rpcbind_test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/qa/rpc-tests/rpcbind_test.py b/qa/rpc-tests/rpcbind_test.py
index 085024e268..d78d0b884e 100755
--- a/qa/rpc-tests/rpcbind_test.py
+++ b/qa/rpc-tests/rpcbind_test.py
@@ -40,7 +40,6 @@ class RPCBindTest(BitcoinTestFramework):
assert_equal(set(get_bind_addrs(pid)), set(expected))
finally:
stop_nodes(self.nodes)
- wait_bitcoinds()
def run_allowip_test(self, allow_ips, rpchost, rpcport):
'''
@@ -56,7 +55,6 @@ class RPCBindTest(BitcoinTestFramework):
finally:
node = None # make sure connection will be garbage collected and closed
stop_nodes(self.nodes)
- wait_bitcoinds()
def run_test(self):
# due to OS-specific network stats queries, this test works only on Linux