aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorAlex Morcos <morcos@chaincode.com>2016-03-04 16:11:49 -0500
committerAlex Morcos <morcos@chaincode.com>2016-03-21 10:46:25 -0400
commitb536a6fc83ee20cfb80da8bcb5f21c664ec7b5fe (patch)
tree167b1d80c87cddcefa1f452d99142360fcfeabf7 /qa/pull-tester
parent5fa66e4682a59047d2ed2934760ccc052fd85f50 (diff)
downloadbitcoin-b536a6fc83ee20cfb80da8bcb5f21c664ec7b5fe.tar.xz
Add p2p test for feefilter
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py
index f15eaacbda..74be96da74 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