aboutsummaryrefslogtreecommitdiffstats
path: root/opnfv_testapi/resources/test_handlers.py
AgeCommit message (Collapse)AuthorFilesLines
2020-10-20Fix the format issuesHEADopnfv-10.0.0stable/jermamasterKanagaraj Manickam1-1/+2
Issue-ID: DOVETAIL-801 Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com> Change-Id: Id0058788d8d2d8fb8a1fa0a7c43fc3c1731d73df
2020-10-19updated code alignmentKanagaraj Manickam1-1/+1
Issue-ID: DOVETAIL-801 Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com> Change-Id: I67213176adffdd328513556cca4298a9b2642f10
2020-10-19Added Mem-cache for token validationKanagaraj Manickam1-1/+2
Issue-ID: DOVETAIL-801 Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com> Change-Id: I63507882bac7f4fa97983b0ed883e23ae8c1a236
2020-10-19Added Token Validation for test upload apiKanagaraj Manickam1-0/+4
Issue-ID: DOVETAIL-801 Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com> Change-Id: I4e4d4c5fdbb16ebf79a039039bd16fa59dbb04e1
2020-10-19Added Test Upload ApiKanagaraj Manickam1-0/+99
Issue-ID: DOVETAIL-801 Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com> Change-Id: Ib15d3ad5eba97d6b1a601dc2cfaa71d9815ccde4
2019-08-21API validation only for NFVI and gets from results.jsonxudan1-14/+35
Change-Id: Ia84d67098d7fc2f5e8da88900a2a8846f718f085 Signed-off-by: xudan <xudan16@huawei.com>
2019-04-10Enhanced OVP Web PortalPanagiotis Karalis1-5/+0
The OVP web portal is updated with some improvements. Those improvements are focused on the styling part of the portal as well as on the introduction of new functions related to the reviews, applications and the generally flow. JIRA: DOVETAIL-670 JIRA: DOVETAIL-760 Change-Id: Ic5ca90eaaee36de43486ff55ad9aa788136587c6 Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
2019-03-20Enable Web Portal for ONAP resultspkaralis1-13/+34
The web portal needs to be able to read test results of the ONAP compliance program and display them. In order for the above goal to be achieved, the following two parts should be impacted: 1- A new front-end should be prepared in order to handle and display the results 2- The REST API should be extended in order to support the aforementioned operation. JIRA: DOVETAIL-669 Change-Id: I36bbb6e602a67020d7e27aedbfc776f5cf4f3dc3 Signed-off-by: pkaralis <pkaralis@intracom-telecom.com> Co-Authored-By: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-08-30Disable Community Results page and restrict access to resultsStamatis Katsaounis1-0/+4
to logged in users JIRA: DOVETAIL-736 This patch disables the Community Results page. Furthermore, allows only logged in users to fetch results from the rest api. Finally, fixes a minor bug on the javascript side, where the name of the logged in user is stored. Change-Id: Iedf1f170746501455662dc7e1d01ae0508f79488 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-08-28Allow only owner of tests and administrator to delete testsStamatis Katsaounis1-2/+16
JIRA: DOVETAIL-734 This patch prevents anonymous users and not-owners to delete tests of others. Change-Id: Iaaf1d79db05216963705ab29bd2627bb19f3294d Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-07-06Move all web portal code to the new repo dovetail-webportalxudan1-0/+307
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>