summaryrefslogtreecommitdiffstats
path: root/testapi
diff options
context:
space:
mode:
authorSakala Venkata Krishna Rohit <rohitsakala@gmail.com>2017-05-20 16:25:34 +0530
committerSakala Venkata Krishna Rohit <rohitsakala@gmail.com>2017-05-21 08:22:13 +0000
commit22a236998e000dbcccc63002071c55fba0a58983 (patch)
tree930bcf43d969835539a9b70330277698f1fae2f0 /testapi
parent94fd99430ff0c13803fea0f464d5175194e1c32e (diff)
Changing urls of testapi api and resources
Change is done in reference to https://gerrit.opnfv.org/gerrit/#/c/34527/ This change will also fix the jenkins job testapi auto deploy which is failing. Change-Id: I5011718aa2bdf7e2aab0a12d406c4d0eece86972 Signed-off-by: Sakala Venkata Krishna Rohit <rohitsakala@gmail.com>
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,