summaryrefslogtreecommitdiffstats
path: root/reporting/reporting/functest/testCase.py
AgeCommit message (Collapse)AuthorFilesLines
2018-09-12Merge "Fix reporting pages for functest"Morgan Richomme1-20/+40
2018-08-29Fix reporting pages for functestmrichomme1-20/+40
- adapt existing framework to new testcases.yaml format (dependencies) - simplify Tier management - unblacklist juju_epc - add new testcases Change-Id: I085bff327f9eca856879616215dc6bae83435e7c Signed-off-by: mrichomme <morgan.richomme@orange.com>
2018-07-10Adjust testcases for reporting pagemrichomme1-0/+4
include * tempest_smoke * rally_smoke * vmtp * cloudify Change-Id: I691cda65367ee7115bdea0d0b31a64cd176755ce Signed-off-by: mrichomme <morgan.richomme@orange.com>
2018-06-26reporting page updatemrichomme1-0/+9
* Add new testcases in Master (possible to black list for reporting if needed) * use the version to get the list of testcases according to the version Change-Id: I7999e66c18ebd73db896d0e27bde9a4a3d67f297 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2018-04-12Add 3 test cases descriptions for reportingmrichomme1-1/+4
* Patrole * Juju EPC * Neutron Trunk without description they are displayed as unknown Change-Id: Ic4db1325fdcfc661f67c49cdd9498e242a213b8a Signed-off-by: mrichomme <morgan.richomme@orange.com>
2017-09-22cloudify_ims reporting fixesMorgan Richomme1-2/+3
+ minor fixes * unknown => real test case names * pylint corrections Change-Id: I75446e4006d41fe1bb25106420910025afa01489 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-08-09Initiate packetization of Testing reportingMorgan Richomme1-0/+125
Testing reporting provides - static reporting pages [1] (jinja2) - landing pages including test case catalogue [2] (angular) It consumes the Test API to build web pages providing status for the testing projects (so far functest, yardstick, storperf and qtip). Dockerization has been initiated [3]. The goal is to replace the static page hosted on testresults.opnfv.org by a docker regenerated and redeployed when reporting code is changed But the docker and more generally the testing reporting directory must be refactored to - manage dependencies properly - leverage tox (py27, docs, pylint, pep8) This patch - setups tox (py27, pep8, pylint, docs) - integrate the requirement management - fix pep8 errors - introduce 1 dummy unit test This patch does not - fix pylint errors - create any doc [1]: http://testresults.opnfv.org/reporting2/display/index.html [2]: http://testresults.opnfv.org/reporting2/reporting/index.html [3]: https://gerrit.opnfv.org/gerrit/#/c/36735/ Change-Id: I4613de7ca7036d6c6bbb8f58ade492b1d673599b Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>