John Newbery
36b6268670
[tests] TestNode: separate add_node from start_node
...
Separates the act of creating a TestNode object from starting the node.
The test_framework now keeps track of its list of TestNodes, and test
writers can call start_node() and stop_node() without having to update
the self.nodes list.
7 years ago
MarcoFalke
08ce33f8e9
qa: Move wait_until to util
7 years ago
John Newbery
d8c218f9c2
[tests] Functional tests call self.start_node(s) and self.stop_node(s)
...
This commit changes the individual test scripts to call the
start_node(s) and stop_node(s) methods in BitcoinTestFramework.
8 years ago
John Newbery
3ba2c08980
[tests] fix disconnect_ban intermittency
8 years ago
John Newbery
c9cc76dcaa
[tests] Remove is_network_split from funtional test cases
8 years ago
John Newbery
d6732d832a
[tests] update disconnect_ban.py test case to work with listbanned
8 years ago
John Newbery
d54297f1a8
[tests] disconnect_ban: add tests for disconnect-by-nodeid
8 years ago
John Newbery
5cc3ee24d2
[tests] disconnect_ban: remove dependency on urllib
8 years ago
John Newbery
12de2f252c
[tests] disconnect_ban: use wait_until instead of sleep
8 years ago
John Newbery
2077fdacd3
[tests] disconnect_ban: add logging
8 years ago
John Newbery
395561becf
[tests] disconnectban test - only use two nodes
8 years ago
John Newbery
e367ad5b44
[tests] rename nodehandling to disconnectban
8 years ago