[tests] Add network_thread_ utility functions.
commit5fc6e71d1994d58c25edebd8063555998752349a
authorJohn Newbery <john@johnnewbery.com>
Fri, 8 Dec 2017 15:50:24 +0000 (8 10:50 -0500)
committerJohn Newbery <john@johnnewbery.com>
Mon, 11 Dec 2017 14:16:44 +0000 (11 09:16 -0500)
tree8cee595bacfc27036769d25258b191e1e0fcdbbb
parentf60b4ad57912b78a96af08046a503f7905610a8c
[tests] Add network_thread_ utility functions.

Add network thread_start(), network_thread_running() and
network_thread_join() utility functions in mininode.py and use
network_thread_running() in network thread assertions.
test/functional/test_framework/mininode.py