diff options
author | mrichomme <morgan.richomme@orange.com> | 2018-10-04 18:14:45 +0200 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2018-10-04 18:14:45 +0200 |
commit | ca148ba726eaaba74737114547eaf530d65f0437 (patch) | |
tree | b38cbcf8a5eebcc321e2d787d5993ec5dc88c663 | |
parent | ceacbbbc139ea848c14a7896d2a895810cadfa00 (diff) |
Update some tags to match different installations
core, api, dcae, 3rdpart and multicloud had been added to slice tests in xtesting
Due to the work dealing with providing different installation flavor, it was
necessary to update the tags
4 installations are considered
* core (min valuable product)
* small (min reasonable configuration)
* medium: include loop related components
* full: include all => health tag can be used
depending of the installation, it shall be possible to run the relevant robot suite
note it affects only the tags created for xtesting
Issue-ID: OOM-53
Change-Id: Idc2b8785efe081d99eca9e82840890aba3bb5d8c
Signed-off-by: mrichomme <morgan.richomme@orange.com>
-rw-r--r-- | robot/testsuites/health-check.robot | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index 2a3ad4e3..f951767d 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -34,27 +34,27 @@ Basic A&AI Health Check Run A&AI Health Check Basic AAF Health Check - [Tags] health core + [Tags] health small Run AAF Health Check Basic AAF SMS Health Check - [Tags] health core + [Tags] health small Run SMS Health Check Basic APPC Health Check - [Tags] health core + [Tags] health small Run APPC Health Check Basic CLI Health Check - [Tags] health core + [Tags] health small Run CLI Health Check Basic CLAMP Health Check - [Tags] health core + [Tags] health medium Run CLAMP Health Check Basic DCAE Health Check - [Tags] health dcae + [Tags] health medium Run DCAE Health Check Basic DMAAP Data Router Health Check @@ -66,63 +66,63 @@ Basic DMAAP Message Router Health Check Run MR Health Check Basic External API NBI Health Check - [Tags] health externalapi api + [Tags] health externalapi api small Run NBI Health Check Basic Log Elasticsearch Health Check - [Tags] health core oom + [Tags] health small oom Run Log Elasticsearch Health Check Basic Log Kibana Health Check - [Tags] health core oom + [Tags] health small oom Run Log Kibana Health Check Basic Log Logstash Health Check - [Tags] health core oom + [Tags] health small oom Run Log Logstash Health Check Basic Microservice Bus Health Check - [Tags] health core + [Tags] health small Run MSB Health Check Basic Multicloud API Health Check - [Tags] health multicloud + [Tags] health multicloud small Run MSB Get Request /api/multicloud/v0/swagger.json Basic Multicloud-ocata API Health Check - [Tags] health multicloud + [Tags] health multicloud small Run MSB Get Request /api/multicloud-ocata/v0/swagger.json Basic Multicloud-titanium_cloud API Health Check - [Tags] health multicloud + [Tags] health multicloud small Run MSB Get Request /api/multicloud-titaniumcloud/v1/swagger.json Basic Multicloud-vio API Health Check - [Tags] health multicloud + [Tags] health multicloud small Run MSB Get Request /api/multicloud-vio/v0/swagger.json Basic OOF-Homing Health Check - [Tags] health core + [Tags] health medium Run OOF-Homing Health Check Basic OOF-SNIRO Health Check - [Tags] health core + [Tags] health medium Run OOF-SNIRO Health Check Basic Policy Health Check - [Tags] health core + [Tags] health medium Run Policy Health Check Basic Pomba AAI-context-builder Health Check - [Tags] health core oom + [Tags] health oom Run Pomba Aai Context Builder Health Check Basic Pomba SDC-context-builder Health Check - [Tags] health core oom + [Tags] health oom Run Pomba Sdc Context Builder Health Check Basic Pomba Network-discovery-context-builder Health Check - [Tags] health core oom + [Tags] health oom Run Pomba Network Discovery Context Builder Health Check Basic Portal Health Check @@ -142,7 +142,7 @@ Basic SO Health Check Run SO Global Health Check Basic UseCaseUI API Health Check - [Tags] health api + [Tags] health api medium Run MSB Get Request /iui/usecaseui/ Basic VFC catalog API Health Check @@ -210,11 +210,11 @@ Basic VFC ztevnfmdriver API Health Check Run MSB Get Request /api/ztevnfmdriver/v1/swagger.json Basic VID Health Check - [Tags] health core + [Tags] health small Run VID Health Check Basic VNFSDK Health Check - [Tags] health core + [Tags] health Run VNFSDK Health Check Health Distribution Test |