functional_tests: add txpool RPC tests

This commit is contained in:
moneromooo-monero 2019-03-17 14:15:41 +00:00
parent 3e93c157bd
commit 9e979ffa22
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
3 changed files with 178 additions and 1 deletions

View file

@ -9,7 +9,7 @@ import socket
import string
USAGE = 'usage: functional_tests_rpc.py <python> <srcdir> <builddir> [<tests-to-run> | all]'
DEFAULT_TESTS = ['daemon_info', 'blockchain', 'wallet_address', 'integrated_address', 'mining', 'transfer']
DEFAULT_TESTS = ['daemon_info', 'blockchain', 'wallet_address', 'integrated_address', 'mining', 'transfer', 'txpool']
try:
python = sys.argv[1]
srcdir = sys.argv[2]