aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/nodehandling.py
Commit message (Collapse)AuthorAgeFilesLines
* [tests] update disconnect_ban.py test case to work with listbannedJohn Newbery2017-06-051-3/+3
| | | | | Github-Pull: #10234 Rebased-From: d6732d832aa901e733e63799260d409821a2c37a
* [tests] disconnect_ban: remove dependency on urllibJohn Newbery2017-06-051-11/+4
| | | | | Github-Pull: #10143 Rebased-From: 5cc3ee24d29397737f2746d78b19a2509c0dedbb
* [tests] disconnect_ban: use wait_until instead of sleepJohn Newbery2017-06-051-6/+5
| | | | | Github-Pull: #10143 Rebased-From: 12de2f252c8f48e05c579cb679866a68af8c660e
* [tests] disconnectban test - only use two nodesJohn Newbery2017-06-051-26/+34
| | | | | Github-Pull: #10143 Rebased-From: 395561becfa612fedec74fd841cb4f28afdc23d7
* [tests] fix nodehandling.py flake8 warningsJohn Newbery2017-06-051-20/+26
| | | | | Github-Pull: #10143 Rebased-From: d6564a26f4afc28d7d1a24b94946916387c9bf24
* Return correct error codes in setban().John Newbery2017-06-051-8/+6
| | | | | | | | | | | | | | | | The setban() RPC was returning misleading or incorrect error codes (for example RPC_CLIENT_NODE_ALREADY_ADDED when an invalid IP address was entered). This commit fixes those error codes: - RPC_CLIENT_INVALID_IP_OR_SUBNET should be returned if the client enters an invalid IP address or subnet. This commit also updates the test cases to explicitly test the error code. This commit also adds a testcase for trying to setban on an invalid subnet. Github-Pull: #9853 Rebased-From: a012087667edb35a36f25ae06b42b1644d80e649
* Remove unused Python importspracticalswift2017-01-131-1/+0
|
* [qa] Remove hardcoded "4 nodes" from test_frameworkMarcoFalke2016-05-151-0/+6
|
* [qa] Switch to py3MarcoFalke2016-05-051-11/+5
|
* [qa] Fix pyton syntax in rpc testsMarcoFalke2016-01-131-3/+2
|
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|
* [QA] fix netbase tests because of new CSubNet::ToString() outputJonas Schnelli2015-09-161-4/+4
|
* banlist.dat: store banlist on diskJonas Schnelli2015-07-021-1/+19
|
* add RPC tests for setban & disconnectnodeJonas Schnelli2015-06-171-0/+69