functional_tests: add basic transfer tests

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