diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2017-11-20 10:57:34 -1000 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2017-12-06 21:13:48 -1000 |
commit | e054d0e532cdb587193952a629e94c669eff95f5 (patch) | |
tree | bf816d4c9f66d7f5689cefa6b178d41ce7a67e36 /test/functional/test_runner.py | |
parent | bd0941652444df09c32eb552952fd3705d03fd6a (diff) |
[QA] Add node_network_limited test
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index e38146a79a..58faec521d 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -128,6 +128,7 @@ BASE_SCRIPTS= [ 'uacomment.py', 'p2p-acceptblock.py', 'feature_logging.py', + 'node_network_limited.py', ] EXTENDED_SCRIPTS = [ |