summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/tests
AgeCommit message (Collapse)AuthorFilesLines
2021-03-28Allow verifying testapiCédric Ollivier2-6/+6
It allows running tox vs py27 (epydoc forces py27). It also fixes 2 indent issues. Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I63e28089a56147b359a72eb330b5badbc6fc7d7f
2018-05-02Merge "Add toast message support in senerios page"Serena Feng1-9/+36
2018-05-02Merge "Add toast message for scenarios page"Serena Feng1-9/+33
2018-05-02Merge "Add toast message support for testcases page"Serena Feng1-5/+20
2018-04-28Add toast message support in senerios pagethuva41-9/+36
Change-Id: Ib499fe21ae85b2edc79ae7c5492d9f76449bb548 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-04-28Add toast message for scenarios pagethuva41-9/+33
Change-Id: I27833535288ad6302d2fc85b543b196e28179a22 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-04-26Add toast message support for testcases pagethuva41-5/+20
Change-Id: Ic33cdc2a598d560bbbfc45977f4bbc278cf48e11 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-04-26Merge "Add toast message support for projects page"Serena Feng1-11/+43
2018-04-25Add tests for the toast message in the pods pagethuva41-8/+28
Change-Id: Iefa52381b775da6f734a41d1ca602f964f93c183 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-04-24Add toast message support for projects pagethuva41-11/+43
Change-Id: Id596be94cdc8c7cfeab5c4978326810ce2b456dd Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-04-17Fix frontend teststhuva43-41/+41
Change-Id: Ie5ba370a440176ad872feb75a2db7d9d9e6c06cc Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-23Merge "Add submitter check for testcase"Serena Feng3-10/+27
2018-03-19Merge "Change deatails in result page to dynamic"Serena Feng1-31/+107
2018-03-19Merge "fix the authentication=false in testcases page"Serena Feng1-1/+156
2018-03-18Add submitter check for testcasethuva43-10/+27
prevent user(Non submitter) from create, update, delete a testcase tests are added Change-Id: I0c63dea7a6e0d3438802dd8c84e8a752ef7fe3f6 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-16fix the authentication=false in testcases pagethuva41-1/+156
fix the authentication error in testcases page when authenticate=false + tests JIRA: RELENG-340 Change-Id: Ic2ad2a9676de46e9e6b8209750a5728eea9fa9ab Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-16Change deatails in result page to dynamicthuva41-31/+107
Change the static code of the show details in the result page to dynamic JIRA: RELENG-358 Change-Id: I3cf29ba6d7cc852de127f715b7ed27576350ae63 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-16Merge "delete useless trust_indicator in result model"Serena Feng3-48/+0
2018-03-16Merge "Add sort in scenarios page + tests"Serena Feng1-299/+48
2018-03-15Edit the typos in projects teststhuva41-13/+7
Change-Id: I816a5f3a3a62dfc856e0421ac1a097a6546b6f1b Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-15Add sort in scenarios page + teststhuva41-299/+48
Change-Id: I1b1e4c9cc3739c4ed13fe4c76562b8c35fed4531 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-15delete useless trust_indicator in result modelSerenaFeng3-48/+0
this field aims to mark testcase status in CI evolution, it is a little bit abused, since results is used to save real-time testing result, when CI evolution is talked about again, another collection(let's say testcase_status) will be developed. Change-Id: Id797591a419b097899362ffa82010bff2e6d6cd3 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-13Merge "Fix the authenticate=false in scenario"Serena Feng1-0/+385
2018-03-12Fix the authenticate=false in scenariothuva42-1/+386
fix authetication issue in scenario page add tests Change-Id: I5d1457c4fde7c803459352223b1dfb2f970212df Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-09Add multple customs to scenariothuva41-4/+1
User can add multiple customs by giving a comma or space sperated string JIRA: RELENG-344 Change-Id: I8e4b37fc476f39e10321755f1e67fe3605178406 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-07add too long line check in pep8SerenaFeng4-8/+15
Change-Id: I13bd62699c14bb504751b2e1149de0812b771ba0 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-01Merge "Add resource name in scenario page confirm modal"Serena Feng5-3/+18
2018-03-01Merge "Prevent to delete the pods"Serena Feng2-0/+49
2018-03-01Prevent to delete the podsthuva42-0/+49
Do not allow to delete pods which are associated with test-results JIRA: RELENG-350 Change-Id: I8cb306d719acebff257048f08bcb981d81c64513 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-01Add resource name in scenario page confirm modalthuva45-3/+18
Add the name of the insatllers, versions, projects and customs in the delete confirm modal add tests Change-Id: I91e115f484726d98c357de844197189b22f66584 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-02-28Merge "Add sorting in pods page"Serena Feng1-15/+39
2018-02-27Add sorting in pods pagethuva41-15/+39
Show the results in sorted order Provide options to sort the results by name, role, mode Change-Id: I8b514769e9b878a0ff4bafcae8e909af3284f7ca Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-02-27Merge "remove deprecated upload-related codes"Serena Feng2-53/+0
2018-02-27Merge "set debug=False to prevent useless tracebacks"Serena Feng1-1/+1
2018-02-26Merge "prevent the delete/update for projects"Serena Feng1-0/+17
2018-02-26remove deprecated upload-related codesSerenaFeng2-53/+0
upload result file is used by dovetail, since now dovetail has leveraged its own cvp repo, and TestAPI is mostly and should be used as a realtime results collecting, no need to keep such function. Change-Id: Ibd56035d5d63020e224a382c8040705f63b63386 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-02-26set debug=False to prevent useless tracebacksSerenaFeng1-1/+1
Change-Id: Ide0e00e3aa6ee4a484fd9d1b7c9bc52b598267ea Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-02-24Merge "Add test for deploy result get one"Serena Feng1-0/+17
2018-02-22prevent the delete/update for projectsthuva41-0/+17
Prevent user from deleting or updating projects which are associated with testcases JIRA: RELENG-335 JIRA: RELENG-336 Change-Id: Ic0a8841a4632329f4b58aeb97cb93a91bacc2b06 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-02-15Add test for deploy result get onethuva41-0/+17
Cover the deploy result get one function & not found in unit test JIRA: RELENG-345 Change-Id: I45e9c9c4feacc73d2c934031656ac063be42a148 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-02-11Add multiple customs in scenario pagethuva41-2/+38
implement function to add multiple customs with a single add button click JIRA: RELENG-344 Change-Id: I7c4ac409ee5d78a6a01b242368b02813f0df400f Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-02-07Merge "Add deploy results"Serena Feng1-0/+397
2018-02-06Add deploy resultsthuva41-0/+397
Create view and controller for deploy results Add tests for deploy results Change-Id: Iba29e7a867d45aacd18a26dc4e2d9363cdf8928d Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-01-31Merge "owner to creator"Serena Feng8-460/+443
2018-01-29owner to creatorthuva48-460/+443
Change Owner to creator in pod, projects Add creator in testCase, scenarios Fix issue in e2e testing Change-Id: Ib520eb107dce2ed8fc6fd390f034f500bf4c742a Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-01-29add suggestions in result pagethuva41-8/+8
filter suggestions in results page fix ui in results page Change-Id: Id0eebd9575b5f494061130afe2c7d42c74985cec Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-01-16Design the scenario create methodthuva47-518/+2484
design scenario create method in modal way. design scenario page. Add,delete for installers,versions, projects and customs are implemented. tests are added. 1. Pods page 2. project page 3. Scenarios 4. Scenario Change-Id: Ice26af77ec3d5fe874cf5c2062f208072dea289f Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-01-15Merge "Design the scenario create method"Serena Feng1-0/+37
2018-01-09Design the scenario create methodSerenaFeng1-0/+37
design scenario create method in modal way. design scenario page. Add,delete for installers,versions, projects, customs, trust indicators and scores are implemented. tests are not included. validations are not added. Change-Id: I999229c00869fcd5a4efa97cb2679a08fc24b271 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-01-09Add links in prods,projects and results pagesthuva41-9/+1
Add links for the redirection Created Result page Change-Id: I7ba80f6a8d774d6fde33280f701c1188cb5c32d9 Signed-off-by: thuva4 <tharma.thuva@gmail.com>