summaryrefslogtreecommitdiffstats
path: root/testapi
diff options
context:
space:
mode:
authorrohitsakala <rohitsakala@gmail.com>2017-02-06 21:25:02 +0530
committerrohitsakala <rohitsakala@gmail.com>2017-02-06 21:26:35 +0530
commit611e62c150944acb7c3822b214e6ba52c6dea1ed (patch)
tree30c04c43047eeddddef12b990d4d3b85f727f664 /testapi
parente5184c9e352ed3025f70dada4618604f98159224 (diff)
Change testresults url to auto testresults url
The url is being changed to auto because the auto testresults website is updated and the api-docs should be in sync with the testresults website. Note - The auto testresults is created temporarily. Change-Id: If2428511c46183bd57b1a466fbdd04786528b103 Signed-off-by: rohitsakala <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 075e31f..70976d2 100644
--- a/testapi/htmlize/htmlize.py
+++ b/testapi/htmlize/htmlize.py
@@ -39,12 +39,12 @@ if __name__ == '__main__':
parser.add_argument('-ru', '--resource-listing-url',
type=str,
required=False,
- default='http://testresults.opnfv.org/test/swagger/spec.json',
+ default='http://testresults.opnfv.org/auto/swagger/spec.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',
+ default='http://testresults.opnfv.org/auto/swagger/spec',
help='API Declaration Spec File')
parser.add_argument('-o', '--output-directory',
required=True,