summaryrefslogtreecommitdiffstats
path: root/ci
AgeCommit message (Collapse)AuthorFilesLines
2018-03-26BugFix for testapi automate jobSakala Venkata Krishna Rohit1-0/+0
push doc file name was not matching. Change-Id: I151db14dca564b7c2c0e830cf359157e223dddeb
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>
2018-01-31bugfix: database backup failed due to no mongodb_backup.pySerenaFeng2-1/+83
Change-Id: Ic8fddd17f53d4b21c074094360231c0d6de48b6c Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-11-16bugfix: docker-deploy.sh missing for automate jjbSerenaFeng1-0/+152
auto deploy fail: https://build.opnfv.org/ci/job/testapi-automate-docker-deploy-master/156/console Change-Id: Ifb47087e3faaa45befe29c542eca43f7d001a5cf Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-11-10Initial Commit CI FilesTrevor Bramwell5-0/+186
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>