BugFix for testapi automate jenkins job 69/53969/2
authorSakala Venkata Krishna Rohit <rohitsakala@gmail.com>
Fri, 16 Mar 2018 09:56:45 +0000 (15:26 +0530)
committerSakala Venkata Krishna Rohit <rohitsakala@gmail.com>
Fri, 16 Mar 2018 10:04:35 +0000 (10:04 +0000)
The url of the swagger is changed from /test/swagger/resrouces.json
to /test/swagger/models.json. Changing the url in script.

Change-Id: I3a1c2fdb25b6708046cb53d672c402c31521eef5
Signed-off-by: Sakala Venkata Krishna Rohit <rohitsakala@gmail.com>
ci/htmlize/htmlize.py

index da6a6cf..c37ebc3 100644 (file)
@@ -41,7 +41,7 @@ if __name__ == '__main__':
                         type=str,
                         required=False,
                         default=('http://testresults.opnfv.org'
-                                 '/test/swagger/resources.json'),
+                                 '/test/swagger/models.json'),
                         help='Resource Listing Spec File')
     parser.add_argument('-au', '--api-declaration-url',
                         type=str,