diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-10-01 21:07:31 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-10-02 11:16:44 +0200 |
commit | fa7c35c4ec630838178b4674288da33561a66f08 (patch) | |
tree | faf4539ae38778a4d6ca5bc2d39efb8685d1e653 /qa/rpc-tests/rpcbind_test.py | |
parent | 6faffb8a83db3f209a303a4464dbdd597faad5a4 (diff) |
[qa] util: Move wait_bitcoinds() into stop_nodes()
Diffstat (limited to 'qa/rpc-tests/rpcbind_test.py')
-rwxr-xr-x | qa/rpc-tests/rpcbind_test.py | 2 |
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 |