summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-24Resolve internal errors 500Stamatis Katsaounis1-3/+13
* Check that a user uploaded a file and return appropriate error if not * Check that a file is a valid gzip file and return appropriate error if not Change-Id: I17dd1ee459d06687156b7fd36f27353325a0b737 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-08-09Enlarge the file size allowed to be uploadedxudan1-0/+1
It will failed to upload the results file. Error code "413 (Request Entity Too Large)" Enlarge it to be 20M. Change-Id: Ia1f1d8aa4c104acdffdfd1ff60325631209a2618 Signed-off-by: xudan <xudan16@huawei.com>
2018-08-01Update the testcase.json file for webxudan2-115/+273
Change-Id: I35207636fdbda8dab82567f9f9b834e9acf5ca41 Signed-off-by: xudan <xudan16@huawei.com>
2018-07-30Merge "Enable web portal to open log files for each test case of OVP 2018.0x ↵Georg Kunz1-7/+18
release"
2018-07-27Showing OVP version on "my results" pageGeorg Kunz3-2/+12
Adding an "OVP Version" column to the "my results" page. JIRA: DOVETAIL-708 Change-Id: Id9a9228002f3be88fda8c71aedf2f5abe24d833d Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
2018-07-27Enable web portal to open log files for each test case of OVP 2018.0x releasexudan1-7/+18
JIRA: DOVETAIL-705 Change-Id: Ie51a9f447c4d9f54f1a73e4a15c8594a39d57f3f Signed-off-by: xudan <xudan16@huawei.com>
2018-07-25Merge "Update web portal for 2018.08 results"Georg Kunz4-8/+591
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-18Update web portal for 2018.08 resultsGeorg Kunz4-8/+591
Extending the web portal to handle OVP 2018.08 results. This includes the following changes: * the 2018.08 result file format has changed according to https://gerrit.opnfv.org/gerrit/#/c/58903/ * a new testcases.json which has been automatically created. JIRA: DOVETAIL-668 Change-Id: I0403779b164f5de92f02857f7ae54f290d2f16ac Signed-off-by: Georg Kunz <georg.kunz@ericsson.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>