summaryrefslogtreecommitdiffstats
path: root/testapi
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2017-06-23 08:12:36 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-06-23 08:12:36 +0000
commit83d399af614f359f3071e663a245cd1c5cf6480c (patch)
treeb387b9312a622eb6251ddfd1a592c510d5233493 /testapi
parent81ef9f4e41921c8e0b6d007537b8778748c63abe (diff)
parent22a236998e000dbcccc63002071c55fba0a58983 (diff)
Merge "Changing urls of testapi api and resources"
Diffstat (limited to 'testapi')
-rw-r--r--testapi/htmlize/htmlize.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/testapi/htmlize/htmlize.py b/testapi/htmlize/htmlize.py
index b8c4fb4..4576d9b 100644
--- a/testapi/htmlize/htmlize.py
+++ b/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,