aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/test_node.py
AgeCommit message (Expand)Author
2017-11-28[tests] Make NodeConnCB a subclass of NodeConnJohn Newbery
2017-11-14Merge #11677: qa: Remove unused NodeConn membersMarcoFalke
2017-11-13qa: Remove unused NodeConn membersMarcoFalke
2017-11-13qa: Only allow disconnecting all NodeConnsMarcoFalke
2017-11-08[tests] Add p2p connection to TestNodeJohn Newbery
2017-11-08[tests] fix TestNode.__getattr__() methodJohn Newbery
2017-09-07[test] Replace check_output with low level versionJoão Barbosa
2017-09-07[test] Add support for custom arguments to TestNodeCLIJoão Barbosa
2017-09-06[qa] TestNode: Add wait_until_stopped helper methodMarcoFalke
2017-09-01Merge #11121: TestNode tidyupsMarcoFalke
2017-09-01[tests] TestNode: separate add_node from start_nodeJohn Newbery
2017-09-01[tests] fix - use rpc_timeout as rpc timeoutJohn Newbery
2017-08-24Merge #10798: [tests] [utils] test bitcoin-cliMarcoFalke
2017-08-23[tests] fix timeout issues from TestNodeJohn Newbery
2017-08-20test: Increase initial RPC timeout to 60 secondsWladimir J. van der Laan
2017-08-15[tests] add TestNodeCLI class for calling bitcoin-cli for a nodeJohn Newbery
2017-08-15[tests] Introduce TestNodeJohn Newbery