diff options
author | rohitsakala <rohitsakala@gmail.com> | 2017-02-06 21:25:02 +0530 |
---|---|---|
committer | rohitsakala <rohitsakala@gmail.com> | 2017-02-06 21:26:35 +0530 |
commit | 0a69412ae3e0bffe706b2cc4b3dd81ff9d2416a4 (patch) | |
tree | 67de7a2521ed5954dd57af1d04dc21ab272d4d9f | |
parent | 9e294cf7a924d2255b6e702600094d44c50834fb (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>
-rw-r--r-- | utils/test/testapi/htmlize/htmlize.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/test/testapi/htmlize/htmlize.py b/utils/test/testapi/htmlize/htmlize.py index 075e31f79..70976d2bc 100644 --- a/utils/test/testapi/htmlize/htmlize.py +++ b/utils/test/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, |