Change testresults url to auto testresults url 33/28133/1
authorrohitsakala <rohitsakala@gmail.com>
Mon, 6 Feb 2017 15:55:02 +0000 (21:25 +0530)
committerrohitsakala <rohitsakala@gmail.com>
Mon, 6 Feb 2017 15:56:35 +0000 (21:26 +0530)
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>
utils/test/testapi/htmlize/htmlize.py

index 075e31f..70976d2 100644 (file)
@@ -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,