add RPC tests for setban & disconnectnode

This commit is contained in:
Jonas Schnelli
2015-06-16 18:21:03 +02:00
parent 1f02b80253
commit 9d79afe9a9
3 changed files with 71 additions and 27 deletions

View File

@@ -32,6 +32,7 @@ testScripts=(
'merkle_blocks.py'
'signrawtransactions.py'
'walletbackup.py'
'nodehandling.py'
);
testScriptsExt=(
'bipdersig-p2p.py'