functional_tests: add integrated address tests

This commit is contained in:
moneromooo-monero 2019-03-17 11:24:33 +00:00
parent b384309e17
commit 3e93c157bd
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
3 changed files with 125 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', 'mining', 'transfer']
DEFAULT_TESTS = ['daemon_info', 'blockchain', 'wallet_address', 'integrated_address', 'mining', 'transfer']
try:
python = sys.argv[1]
srcdir = sys.argv[2]