From 611e62c150944acb7c3822b214e6ba52c6dea1ed Mon Sep 17 00:00:00 2001 From: rohitsakala Date: Mon, 6 Feb 2017 21:25:02 +0530 Subject: 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 --- testapi/htmlize/htmlize.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testapi') 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, -- cgit 1.2.3-korg