diff options
| author | Alex Morcos <[email protected]> | 2016-03-04 16:11:49 -0500 |
|---|---|---|
| committer | Alex Morcos <[email protected]> | 2016-03-21 10:46:25 -0400 |
| commit | b536a6fc83ee20cfb80da8bcb5f21c664ec7b5fe (patch) | |
| tree | 167b1d80c87cddcefa1f452d99142360fcfeabf7 /qa/pull-tester/rpc-tests.py | |
| parent | Create SingleNodeConnCB class for RPC tests (diff) | |
| download | archived-discoin-b536a6fc83ee20cfb80da8bcb5f21c664ec7b5fe.tar.xz archived-discoin-b536a6fc83ee20cfb80da8bcb5f21c664ec7b5fe.zip | |
Add p2p test for feefilter
Diffstat (limited to 'qa/pull-tester/rpc-tests.py')
| -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 f15eaacbd..74be96da7 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -127,7 +127,6 @@ testScriptsExt = [ 'getblocktemplate_proposals.py', 'txn_doublespend.py', 'txn_clone.py --mineblock', - 'pruning.py', 'forknotify.py', 'invalidateblock.py', # 'rpcbind_test.py', #temporary, bug in libevent, see #6655 @@ -137,6 +136,8 @@ testScriptsExt = [ 'mempool_packages.py', 'maxuploadtarget.py', 'replace-by-fee.py', + 'p2p-feefilter.py', + 'pruning.py', # leave pruning last as it takes a REALLY long time ] #Enable ZMQ tests |