diff options
author | Serena Feng <feng.xiaowei@zte.com.cn> | 2017-06-23 08:12:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-23 08:12:36 +0000 |
commit | 1a9608f9ba338376873a86d8be53cee323b742ff (patch) | |
tree | b040089f1ff5013eceb30859cb4daeb5cc0d4fe8 /utils | |
parent | 4793e3af13d75d757ba996c0b00a1b408b370831 (diff) | |
parent | de3bbc1853e74fca36eca61e1b19737d9fe3bd46 (diff) |
Merge "Changing urls of testapi api and resources"
Diffstat (limited to 'utils')
-rw-r--r-- | utils/test/testapi/htmlize/htmlize.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/test/testapi/htmlize/htmlize.py b/utils/test/testapi/htmlize/htmlize.py index b8c4fb43f..4576d9bb0 100644 --- a/utils/test/testapi/htmlize/htmlize.py +++ b/utils/test/testapi/htmlize/htmlize.py @@ -40,13 +40,13 @@ if __name__ == '__main__': type=str, required=False, default=('http://testresults.opnfv.org' - '/test/swagger/spec.json'), + '/test/swagger/resources.json'), help='Resource Listing Spec File') parser.add_argument('-au', '--api-declaration-url', type=str, required=False, default=('http://testresults.opnfv.org' - '/test/swagger/spec'), + '/test/swagger/APIs'), help='API Declaration Spec File') parser.add_argument('-o', '--output-directory', required=True, |