aboutsummaryrefslogtreecommitdiffstats
path: root/3rd_party/static/testapi-ui/components/results-report
AgeCommit message (Collapse)AuthorFilesLines
2019-11-07Add NFVI 2019.12 version on portalxudan2-3/+694
JIRA: DOVETAIL-787 Change-Id: Idca4d2164965781bc0e0e7e81816cad1804e12ff Signed-off-by: xudan <xudan16@huawei.com>
2019-08-29Update portal to get portal_key_file from results.jsonxudan1-18/+47
Change-Id: I210a9c240b720e3367134112ad2cdb5c3fdeffe0 Signed-off-by: xudan <xudan16@huawei.com>
2019-05-09Merge "Add License for Dovetail webportal"Dan Xu4-0/+36
2019-04-29Add License for Dovetail webportalxudan4-0/+36
Add license for all files in this repo except following: 1. all .png, .gif and .json files 2. all empty __init__.py files 3. MANIFEST.in 4. .htmllintrc 5. node-requirements.txt 6. update/README.md 7. opnfv_testapi/ui/auth/rsa.pem 8. opnfv_testapi/tornado_swagger/README.md 9. 3rd_party/static/testapi_ui/favicon.ico 10. 3rd_party/static/onap_ui/favicon.ico Change-Id: I6329d09b67cdafaa545cea7894e5edf3466d0009 Signed-off-by: xudan <xudan16@huawei.com>
2019-04-25Portal Bug - non proper display of Non Exec TCsPanagiotis Karalis1-6/+6
The non executed test cases have not any verdict, assigned by the dovetail project (e.g. PASS, SKIP, FAIL). In that case, the portal cannot recognize those TCs as failed ones and they are out of the 'Not Passed' list in the Test Result Overview. The problem is focused on NFVI portal. Therefore, the controller has been updated, removing the check for the failed TCs. If the TC is not belonged either to Pass or Skip list then this TC is pushed in the Not Pass list. So, the failed as well as the non executed TCs appear under 'Non Passed' list. JIRA: DOVETAIL-773 Change-Id: I71e639c168bbda1065e12b063e22f17875536a9a Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
2019-03-08Add skipped TCs in the portal's result reportPanagiotis Karalis2-16/+81
Since the dovetail supports the 'SKIP' verdict for the results, the OVP portal should be updated in order to collect and display the skipped testcases and sub-testcases properly. The report of results has been improved, so that a third column is introduced for skipped results (Passed, Skipped, Not Passed). JIRA: DOVETAIL-765 Change-Id: Ia1a0d8bd732814137e495dc4c6ef5ebb0ef0ed73 Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
2019-02-13Updated test case list according to moved patrol testsovp-2.2.0Georg Kunz1-3/+8
Two patrol tests were moved from mandatory to optional in the 2018.09 test suite due to their dependency on VxLAN. This patch updates the testcases list accordingly. JIRA: DOVETAIL-756 Change-Id: Ib12cacb8cc5813304434539659ec88b3a4d78358 Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
2019-02-13Fix lint and identation issues and remove unwanted parts of codeStamatis Katsaounis1-530/+530
Change-Id: Ic294155075962f0b78e3102cff993ee2421ad99e Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-11-26Update tox to run htmllint and csslintStamatis Katsaounis3-17/+21
JIRA: DOVETAIL-753 This patch adds a new tox environment to run htmllint and csslint. Furthermore, it fixes any leftover html and css errors. Change-Id: Ie3fda8d89b3d52851debe1a4271ffd0ac8fbee68 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-11-23Clean HTML codeStamatis Katsaounis4-145/+134
JIRA: DOVETAIL-753 This patch cleans the HTML code, which was in a bad state and not maintainable. Change-Id: Iab19a9af1835a384544f58c13ba5664723306535 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-11-07Fix some genaral syntax errorsPanagiotis Karalis1-4/+4
Some syntax errors have been noticed and fixed. Change-Id: I8fd22e6c3242f0f029ed262e2eb63677bed41017 Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
2018-09-14Merge "Update webportal testcases.json file"Dan Xu1-3/+1
2018-09-13Update webportal testcases.json filexudan1-3/+1
Change-Id: Ie3d796a2611a890e8872437a7be389d758e38737 Signed-off-by: xudan <xudan16@huawei.com>
2018-09-12Update webportal code to 2018.09xudan1-4/+4
The official name of the next release is going to be 2018.09. JIRA: DOVETAIL-740 Change-Id: I7da48d27c66d4b25b277339ada3fafa85159b172 Signed-off-by: xudan <xudan16@huawei.com>
2018-09-04Merge "Update test case list for OS interop tests"Dan Xu1-5/+1
2018-09-03Update test case list for OS interop testsGeorg Kunz1-5/+1
The OpenStack Interop WG has recently deprecated [1] 4 cinder volume reservation tests. As a result, they are not part of Functest's set of interop tests anymore. This patch cleans up the test case validation list for the web portal. [1] https://review.openstack.org/#/c/583970/ Change-Id: Ia0687661e586d2eff5f23a23b5b4971825d82837 Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
2018-09-03Remove identity v2 TCs,not supported by FunctestPanagiotis Karalis1-10/+0
As Functest does not support identity v2 anymore, it does not make sense to try to run tempest identity v2 tests. The identity version 2 testcases are removed from dovetail-webportal respectively. JIRA: DOVETAIL-735 Change-Id: I5a929a6d2c615319fea5c63c9a4d6c6f4f3a3fb3 Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
2018-08-26Update test case list for web portalGeorg Kunz1-4/+1
Update the test case list for the 2018.08 release. Change-Id: I91f83de73f666039c5965fbc526599b2d58dae3c Signed-off-by: Georg Kunz <georg.kunz@ericsson.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 Kunz1-1/+1
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-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-06Move all web portal code to the new repo dovetail-webportalxudan6-0/+931
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>