diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2019-02-19 15:14:27 +0000 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2020-03-10 08:14:04 +0000 |
commit | cbf2d75d8f49b7b1e32acb5373b312b484f3fa6a (patch) | |
tree | 0615363e636a2c18d642fbe185403bd80a7ca79f /test/functional/test_runner.py | |
parent | 6fb4bbfb0e5f1885bd8c4fea652facfbe3de5299 (diff) |
qa: Add getdescriptorinfo functional 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 2036d20852..7edb36c151 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -217,6 +217,7 @@ BASE_SCRIPTS = [ 'feature_config_args.py', 'rpc_getaddressinfo_labels_purpose_deprecation.py', 'rpc_getaddressinfo_label_deprecation.py', + 'rpc_getdescriptorinfo.py', 'rpc_help.py', 'feature_help.py', 'feature_shutdown.py', |