summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2018-03-02 16:43:11 +0100
committermrichomme <morgan.richomme@orange.com>2018-03-08 17:30:49 +0100
commit8c23aecc323209009d5894ea26a141cddef0a687 (patch)
tree3ec446b106cd7c89e2eab369a9f98dbaf492fdff
parentb034c28362f0c5a4a3833594c6c914ad5d0fa589 (diff)
Add tags to main suite
when running robot, we got an overall healthcheck results, it could be interesting to have a view on the core, dcae, multicloud, 3rparty and API (MSB) to quickly identify the problems and eventually not run some of the tests if it is known as not supported (e.g. dcae) This patch does not modify the code of the existing test It leverags robotframework tagging mechanism Using the OPNFV functest abstraction it is trivial to run them in CI/CD, push results to a DB and create a dashboard[1] this patch does not modify the code of the existing test [1]: http://testresults.opnfv.org/onap-testing/amsterdam/functest/status-heat.html Issue-ID: TEST-80 Change-Id: I5090b8c31cc5d42ae43cc04c557a42e072e1653c Signed-off-by: mrichomme <morgan.richomme@orange.com>
-rw-r--r--robot/testsuites/health-check.robot60
1 files changed, 30 insertions, 30 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot
index 7c34aa54..81d09e5e 100644
--- a/robot/testsuites/health-check.robot
+++ b/robot/testsuites/health-check.robot
@@ -19,121 +19,121 @@ Resource ../resources/clamp_interface.robot
*** Test Cases ***
Basic DCAE Health Check
- [Tags] health
+ [Tags] health core
Run DCAE Health Check
Basic SDNGC Health Check
- [Tags] health
+ [Tags] health core
Run SDNGC Health Check
Basic A&AI Health Check
- [Tags] health
+ [Tags] health core
Run A&AI Health Check
Basic Policy Health Check
- [Tags] health
+ [Tags] health core
Run Policy Health Check
Basic MSO Health Check
- [Tags] health
+ [Tags] health core
Run MSO Health Check
Basic ASDC Health Check
- [Tags] health
+ [Tags] health core
Run ASDC Health Check
Basic APPC Health Check
- [Tags] health
+ [Tags] health core
Run APPC Health Check
Basic Portal Health Check
- [Tags] health
+ [Tags] health core
Run Portal Health Check
Basic Message Router Health Check
- [Tags] health
+ [Tags] health core
Run MR Health Check
Basic VID Health Check
- [Tags] health
+ [Tags] health core
Run VID Health Check
Basic Microservice Bus Health Check
- [Tags] health
+ [Tags] health core
Run MSB Health Check
Basic CLAMP Health Check
- [Tags] health
+ [Tags] health core
Run CLAMP Health Check
catalog API Health Check
- [Tags] health
+ [Tags] health api
Run MSB Get Request /api/catalog/v1/swagger.json
emsdriver API Health Check
- [Tags] health
+ [Tags] health 3rdparty
Run MSB Get Request /api/emsdriver/v1/swagger.json
gvnfmdriver API Health Check
- [Tags] health
+ [Tags] health 3rdparty
Run MSB Get Request /api/gvnfmdriver/v1/swagger.json
huaweivnfmdriver API Health Check
- [Tags] health
+ [Tags] health 3rdparty
Run MSB Get Request /api/huaweivnfmdriver/v1/swagger.json
multicloud API Health Check
- [Tags] health
+ [Tags] health multicloud
Run MSB Get Request /api/multicloud/v0/swagger.json
multicloud-ocata API Health Check
- [Tags] health
+ [Tags] health multicloud
Run MSB Get Request /api/multicloud-ocata/v0/swagger.json
multicloud-titanium_cloud API Health Check
- [Tags] health
+ [Tags] health multicloud
Run MSB Get Request /api/multicloud-titanium_cloud/v0/swagger.json
multicloud-vio API Health Check
- [Tags] health
+ [Tags] health multicloud
Run MSB Get Request /api/multicloud-vio/v0/swagger.json
nokiavnfmdriver API Health Check
- [Tags] health
+ [Tags] health 3rdparty
Run MSB Get Request /api/nokiavnfmdriver/v1/swagger.json
nslcm API Health Check
- [Tags] health
+ [Tags] health api
Run MSB Get Request /api/nslcm/v1/swagger.json
resmgr API Health Check
- [Tags] health
+ [Tags] health api
Run MSB Get Request /api/resmgr/v1/swagger.json
usecaseui-gui API Health Check
- [Tags] health
+ [Tags] health api
Run MSB Get Request /iui/usecaseui/
vnflcm API Health Check
- [Tags] health
+ [Tags] health api
Run MSB Get Request /api/vnflcm/v1/swagger.json
vnfmgr API Health Check
- [Tags] health
+ [Tags] health api
Run MSB Get Request /api/vnfmgr/v1/swagger.json
vnfres API Health Check
- [Tags] health
+ [Tags] health api
Run MSB Get Request /api/vnfres/v1/swagger.json
workflow API Health Check
- [Tags] health
+ [Tags] health api
Run MSB Get Request /api/workflow/v1/swagger.json
ztesdncdriver API Health Check
- [Tags] health
+ [Tags] health 3rdparty
Run MSB Get Request /api/ztesdncdriver/v1/swagger.json
ztevmanagerdriver API Health Check
- [Tags] health
+ [Tags] health 3rdparty
Run MSB Get Request /api/ztevmanagerdriver/v1/swagger.json