diff options
author | Suhas Daftuar <sdaftuar@chaincode.com> | 2015-09-18 15:59:55 -0400 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2015-10-26 15:40:38 +0100 |
commit | 17a073ae0692fe378827e3c4dae01294509e19e9 (patch) | |
tree | 4560ef6836a8e1556ec4e65aedf573af4e7f3f79 /qa/pull-tester | |
parent | 872fee3fccc8b33b9af0a401b5f85ac5504b57eb (diff) |
Add RPC test for -maxuploadtarget
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-x | qa/pull-tester/rpc-tests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py index 7e682d530a..3059fee426 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -84,12 +84,13 @@ testScriptsExt = [ 'keypool.py', 'receivedby.py', # 'rpcbind_test.py', #temporary, bug in libevent, see #6655 -# 'script_test.py', #used for manual comparison of 2 binaries +# 'script_test.py', #used for manual comparison of 2 binaries 'smartfees.py', 'maxblocksinflight.py', 'invalidblockrequest.py', 'p2p-acceptblock.py', 'mempool_packages.py', + 'maxuploadtarget.py', ] #Enable ZMQ tests |