rpc-tests: Add proxy test

Add test for -proxy, -onion and -proxyrandomize.
This commit is contained in:
Wladimir J. van der Laan
2015-04-17 19:26:03 +02:00
parent 67a7949397
commit 6be3562e50
3 changed files with 307 additions and 0 deletions

View File

@ -27,6 +27,7 @@ testScripts=(
'mempool_coinbase_spends.py'
'httpbasics.py'
'zapwallettxes.py'
'proxy_test.py'
# 'forknotify.py'
);
if [ "x${ENABLE_BITCOIND}${ENABLE_UTILS}${ENABLE_WALLET}" = "x111" ]; then