summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-07-24Script for creating testcases.json for the web portalGeorg Kunz1-0/+116
The web portal requires a list of all testcase which are part of an OVP release to determine if a test run was successful. This script creates the list of testcases automatically from the test case specs in Dovetail. JIRA: DOVETAIL-594 Change-Id: I051013afa0622a4c20685ab4a7df916f850b3289 Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
2018-07-19Fix the version of packages in requirements.txtxudan1-12/+12
The 'My Results' page got an error because the version of motor. Set the version to be the same as docker image opnfv/dovetail:api.ovp.1.1.2 JIRA: DOVETAIL-698 Change-Id: I58d690081f3a28ca74f31a2dc4fbd69adb0c0bc4 Signed-off-by: xudan <xudan16@huawei.com>
2018-07-16Edit the gitignore filexudan55-6/+10555
Delete some key in file .gitignore which cause missing some source files. Change-Id: Icddac3c1d956d75853a3062b549cb2d725ba2fa8 Signed-off-by: xudan <xudan16@huawei.com>
2018-07-10Update the dockerfile for 2 docker imagesxudan3-11/+11
1. Update the Dockerfile for 2 docker images 2. Update the docker-compose.yml with the new docker repo JIRA: DOVETAIL-671 Change-Id: Idd0d676568a3aa2a63a1429288f984618281e13a Signed-off-by: xudan <xudan16@huawei.com>
2018-07-06Move all web portal code to the new repo dovetail-webportalxudan476-0/+109414
This is only the first step to simply copy the file here. There still need some more work to make sure all work well. All the changes will be submitted with other patches to make it easily to review. JIRA: DOVETAIL-671 Change-Id: I64d32a9df562184166b6199e2719f298687d1a0a Signed-off-by: xudan <xudan16@huawei.com>
2018-07-05Initial Commit of dovetail-webportalTrevor Bramwell3-0/+57
Change-Id: I779651499dd991e87f73ac857b555746f73d9d28 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>