summaryrefslogtreecommitdiffstats
path: root/ci/htmlize/htmlize.py
AgeCommit message (Collapse)AuthorFilesLines
2018-03-21BugFix for testapi automate jobSakala Venkata Krishna Rohit1-2/+2
The bug was caused because of change in version of python package. Used inbuilt json function of the requests package to rectify. Change-Id: If71fe96dcffdd26179dd1d05b9536126a1ddaae5
2018-03-16BugFix for testapi automate jenkins jobSakala Venkata Krishna Rohit1-1/+1
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>
2017-11-10Initial Commit CI FilesTrevor Bramwell1-0/+57
These files come from the releng repository and are used in the automated deploy of testapi. Moving them into this repository removes the need to clone multiple repositories when deploying the testapi site and verifying the repository. Change-Id: Ibd54c47bd76e3f2d801cfb4eaaeb1623bd1ae7b9 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>