aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/rpcbind_test.py
Commit message (Collapse)AuthorAgeFilesLines
* qa: Check return code when stopping nodesMarcoFalke2017-02-231-12/+7
| | | | | | | This includes work by jnewbery Github-Pull: #9824 Rebased-From: fa4cd2e998e0ebebe283a6243f7f752123a105ab
* [qa] util: Move wait_bitcoinds() into stop_nodes()MarcoFalke2016-10-021-2/+0
|
* [qa] Add getinfo smoke tests and rework versionbits testMarcoFalke2016-09-251-1/+1
|
* [rpc] Deprecate getinfoMarcoFalke2016-09-211-2/+2
| | | | This was replaced by getmininginfo, getnetworkinfo and getwalletinfo
* [qa] Remove unused codeMarcoFalke2016-08-191-4/+2
|
* [qa]: enable rpcbind_testwhythat2016-07-251-127/+92
|
* [qa] Remove hardcoded "4 nodes" from test_frameworkMarcoFalke2016-05-151-2/+2
|
* [qa] Switch to py3MarcoFalke2016-05-051-3/+3
|
* [qa] Fix pyton syntax in rpc testsMarcoFalke2016-01-131-6/+1
|
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|
* Add basic coverage reporting for RPC testsJames O'Beirne2015-11-111-1/+1
| | | | Thanks to @MarcoFalke @dexX7 @laanwj for review.
* rpc-tests: remove python-bitcoinrpc directoryJonas Schnelli2015-05-211-1/+0
| | | | place authproxy.py at same level as other utility classes
* [QA] restructure rpc tests directoryJonas Schnelli2015-05-181-3/+2
| | | | * move non-test classes to subdir `test-framework`
* Fix python usage for arch's broken maintainersMatt Corallo2014-11-271-1/+1
|
* Update license in pull-tester and rpc-testsMichael Ford2014-10-231-1/+1
| | | | Add missing copyright/license header where necessary
* rpc-tests: Fix rpcbind_test after 0193fb8Wladimir J. van der Laan2014-06-271-10/+12
| | | | | Port number for RPC is no longer static as multiple tests could be running at once.
* Add Python test for -rpcbind and -rpcallowipWladimir J. van der Laan2014-05-131-0/+152
Add a new test, `rpcbind_test.py`, that extensively tests the new `-rpcbind` functionality.