aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/test_node.py
Commit message (Expand)AuthorAgeFilesLines
* qa: Premine to deterministic address with -disablewalletMarcoFalke2018-10-241-0/+16
* qa: Add TestNode::assert_debug_logMarcoFalke2018-10-241-0/+18
* Merge #13867: qa: Make extended tests pass on native WindowsMarcoFalke2018-08-111-2/+5
|\
| * qa: Use files for stdout/stderr to support WindowsMarcoFalke2018-08-031-2/+2
| * qa: Close stdout and stderr file when node stopsMarcoFalke2018-08-031-0/+3
* | Merge #13916: qa: wait_for_verack by defaultMarcoFalke2018-08-091-2/+4
|\ \
| * | qa: wait_for_verack by defaultMarcoFalke2018-08-081-2/+4
| |/
* | Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\ \ | |/ |/|
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | Merge #13823: qa: quote path in authproxy for external multiwalletsWladimir J. van der Laan2018-08-021-1/+2
|\ \
| * | qa: Quote wallet name for rpc pathMarcoFalke2018-08-021-1/+2
| |/
* / qa: Extract rpc_timewait as test paramMarcoFalke2018-08-011-6/+2
|/
* QA: Fix bug in -usecli logic that converts booleans to non-lowercase stringsJonas Schnelli2018-07-121-2/+1
* qa: Avoid start/stop of the network thread mid-testMarcoFalke2018-06-251-5/+5
* [qa] Avoid printing to console during cache creationSuhas Daftuar2018-05-091-2/+1
* [tests] Allow stderr to be tested against specified stringJohn Newbery2018-05-091-1/+8
* [Tests] Use LIBC_FATAL_STDERR_=1 in testsJohn Newbery2018-05-091-1/+6
* [Tests] Write stdout/stderr to datadir instead of temp file.John Newbery2018-05-091-7/+17
* Merge #13051: qa: Normalize executable locationWladimir J. van der Laan2018-04-251-7/+3
|\
| * qa: Normalize executable locationMarcoFalke2018-04-211-7/+3
* | [qa] Attach node index to test_node AssertionError and print messagesJames O'Beirne2018-04-191-13/+24
|/
* Print to console by default when not run with -daemonEvan Klitzke2018-04-171-1/+11
* Merge #12902: [qa] Handle potential cookie race when starting nodeMarcoFalke2018-04-091-0/+5
|\
| * [qa] Delete cookie file before starting nodeSuhas Daftuar2018-04-091-0/+5
* | Merge #12904: [qa] Ensure bitcoind processes are cleaned up when tests endWladimir J. van der Laan2018-04-081-0/+11
|\ \ | |/ |/|
| * [qa] Ensure bitcoind processes are cleaned up when tests endSuhas Daftuar2018-04-081-0/+11
* | qa: Match full plain text by defaultMarcoFalke2018-04-011-3/+13
|/
* [Tests] fix a typo in TestNode.assert_start_raises_init_error()Roman Zeyde2018-03-281-4/+10
* Merge #12076: qa: Use node.datadir instead of tmpdir in test frameworkWladimir J. van der Laan2018-03-221-3/+3
|\
| * qa: Use node.datadir instead of tmpdir in test frameworkMarcoFalke2018-03-191-3/+3
* | Merge #12718: [Tests] Require exact match in assert_start_raises_init_eror (j...Wladimir J. van der Laan2018-03-221-0/+36
|\ \
| * | qa: Allow for partial_match when checking init errorMarcoFalke2018-03-191-4/+8
| * | [Tests] Require exact match in assert_start_raises_init_eror()John Newbery2018-03-181-3/+7
| * | [Tests] Move assert_start_raises_init_error method to TestNodeJohn Newbery2018-03-181-0/+28
| |/
* / Fix typosDimitris Apostolou2018-03-211-1/+1
|/
* [tests] bind functional test nodes to 127.0.0.1Sjors Provoost2018-03-061-1/+4
* qa: Move common args to bitcoin.confMarcoFalke2018-02-151-2/+4
* Merge #12089: qa: Make TestNodeCLI command optional in send_cliMarcoFalke2018-01-241-7/+9
|\
| * qa: Make TestNodeCLI command optional in send_cliMarcoFalke2018-01-231-2/+4
| * qa: Rename cli.args to cli.optionsMarcoFalke2018-01-231-5/+5
* | Don't allow relative -walletdir pathsRussell Yanofsky2018-01-181-2/+2
|/
* [tests] allow tests to be run with --usecliJohn Newbery2018-01-081-8/+17
* TestNodeCLI batch emulationRussell Yanofsky2018-01-081-3/+20
* Prevent TestNodeCLI.args mixupsRussell Yanofsky2018-01-081-3/+4
* Improve TestNodeCLI output parsingRussell Yanofsky2018-01-081-1/+12
* [tests] Make NodeConnCB a subclass of NodeConnJohn Newbery2017-11-281-8/+5
* Merge #11677: qa: Remove unused NodeConn membersMarcoFalke2017-11-141-1/+1
|\
| * qa: Remove unused NodeConn membersMarcoFalke2017-11-131-1/+1
* | qa: Only allow disconnecting all NodeConnsMarcoFalke2017-11-131-7/+8
|/
* [tests] Add p2p connection to TestNodeJohn Newbery2017-11-081-3/+42