aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2019-04-26 12:16:34 -0500
committerBrian Freeman <bf1936@att.com>2019-04-26 12:17:36 -0500
commitc7db27a17c65502b1781b62cdc2b2d3c315afad0 (patch)
tree9cfaebdf8a73a39d45b1407c5269afe437791ecb
parent37daa80875178444878c47f0787ae651888c44ae (diff)
Replace dev- with health- for eteHelm Health
Issue-ID: INT-992 Change-Id: I7c29eb14986ef3c71c1388051b05db07cc8e71c8 Signed-off-by: Brian Freeman <bf1936@att.com>
-rwxr-xr-x[-rw-r--r--]eteHelm-k8s.sh2
-rw-r--r--robot/testsuites/health-check.robot118
2 files changed, 60 insertions, 60 deletions
diff --git a/eteHelm-k8s.sh b/eteHelm-k8s.sh
index f63c98ee..02b79f35 100644..100755
--- a/eteHelm-k8s.sh
+++ b/eteHelm-k8s.sh
@@ -31,7 +31,7 @@ export NAMESPACE="$1"
POD=$(kubectl --namespace $NAMESPACE get pods | sed 's/ .*//'| grep robot)
-PROJECTS=$(helm list | cut -d ' ' -f 1 | grep "-" | grep -v consul )
+PROJECTS=$(helm list | tail +3 | grep '-' | cut -d' ' -f1 | sed -E 's/\w+-(\w+)/health-\1/g' | grep -v consul | grep -v nfs-provision)
TAGS=""
for project in $PROJECTS ;
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot
index 2d059b3f..5f2204ae 100644
--- a/robot/testsuites/health-check.robot
+++ b/robot/testsuites/health-check.robot
@@ -33,48 +33,48 @@ Resource ../resources/holmes_interface.robot
*** Test Cases ***
Basic A&AI Health Check
- [Tags] health core dev-aai
+ [Tags] health core health-aai
Run A&AI Health Check
Basic AAF Health Check
- [Tags] health small dev-aaf
+ [Tags] health small health-aaf
Run AAF Health Check
Basic AAF SMS Health Check
- [Tags] health small dev-aaf
+ [Tags] health small health-aaf
Run SMS Health Check
Basic APPC Health Check
- [Tags] health small dev-appc
+ [Tags] health small health-appc
Run APPC Health Check
Basic CLI Health Check
- [Tags] health small dev-cli
+ [Tags] health small health-cli
Run CLI Health Check
Basic CLAMP Health Check
- [Tags] health medium dev-clamp
+ [Tags] health medium health-clamp
Run CLAMP Health Check
Basic DCAE Health Check
- [Tags] health medium dev-dcae
+ [Tags] health medium health-dcae
Run DCAE Health Check
Basic DMAAP Data Router Health Check
- [Tags] health datarouter dev-dmaap
+ [Tags] health datarouter health-dmaap
Run DR Health Check
Basic DMAAP Message Router Health Check
- [Tags] health core dev-dmaap
+ [Tags] health core health-dmaap
Run MR Health Check
Basic DMAAP Message Router PubSub Health Check
- [Tags] healthmr dev-dmaap
+ [Tags] healthmr health-dmaap
[Timeout] 30
Run MR PubSub Health Check
Basic DMAAP Bus Controller Health Check With Basic Auth
- [Tags] health dev-dmaap
+ [Tags] health health-dmaap
Run BC Health Check With Basic Auth
Basic External API NBI Health Check
@@ -82,183 +82,183 @@ Basic External API NBI Health Check
Run NBI Health Check
Basic Log Elasticsearch Health Check
- [Tags] health small oom dev-log
+ [Tags] health small oom health-log
Run Log Elasticsearch Health Check
Basic Log Kibana Health Check
- [Tags] health small oom dev-log
+ [Tags] health small oom health-log
Run Log Kibana Health Check
Basic Log Logstash Health Check
- [Tags] health small oom dev-log
+ [Tags] health small oom health-log
Run Log Logstash Health Check
Basic Microservice Bus Health Check
- [Tags] health small dev-msb
+ [Tags] health small health-msb
Run MSB Health Check
Basic Multicloud API Health Check
- [Tags] health multicloud small dev-multicloud
+ [Tags] health multicloud small health-multicloud
Run MSB Get Request /api/multicloud/v0/swagger.json
Basic Multicloud-ocata API Health Check
- [Tags] health multicloud small dev-multicloud
+ [Tags] health multicloud small health-multicloud
Run MSB Get Request /api/multicloud-ocata/v0/swagger.json
Basic Multicloud-pike API Health Check
- [Tags] health multicloud small dev-multicloud
+ [Tags] health multicloud small health-multicloud
Run MSB Get Request /api/multicloud-pike/v0/swagger.json
Basic Multicloud-starlingx API Health Check
- [Tags] health multicloud dev-multicloud
+ [Tags] health multicloud health-multicloud
Run MSB Get Request /api/multicloud-starlingx/v0/swagger.json
Basic Multicloud-titanium_cloud API Health Check
- [Tags] health multicloud dev-multicloud
+ [Tags] health multicloud health-multicloud
Run MSB Get Request /api/multicloud-titaniumcloud/v1/swagger.json
Basic Multicloud-vio API Health Check
- [Tags] health multicloud dev-multicloud
+ [Tags] health multicloud health-multicloud
Run MSB Get Request /api/multicloud-vio/v0/swagger.json
Basic OOF-Homing Health Check
- [Tags] health medium dev-oof
+ [Tags] health medium health-oof
Run OOF-Homing Health Check
Basic OOF-SNIRO Health Check
- [Tags] health medium dev-oof
+ [Tags] health medium health-oof
Run OOF-SNIRO Health Check
Basic OOF-CMSO Health Check
- [Tags] health medium dev-oof
+ [Tags] health medium health-oof
Run OOF-CMSO Health Check
Basic Policy Health Check
- [Tags] health medium dev-policy
+ [Tags] health medium health-policy
Run Policy Health Check
Basic Pomba AAI-context-builder Health Check
- [Tags] health oom dev-pomba
+ [Tags] health oom health-pomba
Run Pomba Aai Context Builder Health Check
Basic Pomba SDC-context-builder Health Check
- [Tags] health oom dev-pomba
+ [Tags] health oom health-pomba
Run Pomba Sdc Context Builder Health Check
Basic Pomba Network-discovery-context-builder Health Check
- [Tags] health oom dev-pomba
+ [Tags] health oom health-pomba
Run Pomba Network Discovery Context Builder Health Check
Basic Pomba Service-Decomposition Health Check
- [Tags] health oom dev-pomba
+ [Tags] health oom health-pomba
Run Pomba Service Decomposition Health Check
Basic Pomba Network-Discovery-MicroService Health Check
- [Tags] health oom dev-pomba
+ [Tags] health oom health-pomba
Run Pomba Network Discovery MicroService Health Check
Basic Pomba Pomba-Kibana Health Check
- [Tags] health oom dev-pomba
+ [Tags] health oom health-pomba
Run Pomba Kibana Health Check
Basic Pomba Elastic-Search Health Check
- [Tags] health oom dev-pomba
+ [Tags] health oom health-pomba
Run Pomba Elastic Search Health Check
Basic Pomba Sdnc-Context-Builder Health Check
- [Tags] health oom dev-pomba
+ [Tags] health oom health-pomba
Run Pomba Sdnc Context Builder Health Check
Basic Pomba Context-Aggregator Health Check
- [Tags] health oom dev-pomba
+ [Tags] health oom health-pomba
Run Pomba Context Aggregator Health Check
Basic Portal Health Check
- [Tags] health core dev-portal
+ [Tags] health core health-portal
Run Portal Health Check
Basic SDC Health Check
- [Tags] health core dev-sdc
+ [Tags] health core health-sdc
Run ASDC Health Check
Basic SDNC Health Check
- [Tags] health core dev-sdnc
+ [Tags] health core health-sdnc
Run SDNGC Health Check
Basic SO Health Check
- [Tags] health core dev-so
+ [Tags] health core health-so
Run SO Global Health Check
Basic UseCaseUI API Health Check
- [Tags] health api medium dev-uui
+ [Tags] health api medium health-uui
Run MSB Get Request /iui/usecaseui/
Basic VFC catalog API Health Check
- [Tags] health api dev-vfc
+ [Tags] health api health-vfc
Run MSB Get Request /api/catalog/v1/swagger.json
Basic VFC emsdriver API Health Check
- [Tags] health 3rdparty dev-vfc
+ [Tags] health 3rdparty health-vfc
Run MSB Get Request /api/emsdriver/v1/swagger.json
Basic VFC gvnfmdriver API Health Check
- [Tags] health 3rdparty dev-vfc
+ [Tags] health 3rdparty health-vfc
Run MSB Get Request /api/gvnfmdriver/v1/swagger.json
Basic VFC huaweivnfmdriver API Health Check
- [Tags] health 3rdparty dev-vfc
+ [Tags] health 3rdparty health-vfc
Run MSB Get Request /api/huaweivnfmdriver/v1/swagger.json
Basic VFC jujuvnfmdriver API Health Check
- [Tags] health 3rdparty dev-vfc
+ [Tags] health 3rdparty health-vfc
Run MSB Get Request /api/jujuvnfmdriver/v1/swagger.json
Basic VFC multivimproxy API Health Check
- [Tags] health 3rdparty dev-vfc
+ [Tags] health 3rdparty health-vfc
Run MSB Get Request /api/multivimproxy/v1/swagger.json
Basic VFC nokiav2driver API Health Check
- [Tags] health 3rdparty dev-vfc
+ [Tags] health 3rdparty health-vfc
Run MSB Get Request /api/NokiaSVNFM/v1/swagger.json
Basic VFC nslcm API Health Check
- [Tags] health api dev-vfc
+ [Tags] health api health-vfc
Run MSB Get Request /api/nslcm/v1/swagger.json
Basic VFC resmgr API Health Check
- [Tags] health api dev-vfc
+ [Tags] health api health-vfc
Run MSB Get Request /api/resmgr/v1/swagger.json
Basic VFC vnflcm API Health Check
- [Tags] health api dev-vfc
+ [Tags] health api health-vfc
Run MSB Get Request /api/vnflcm/v1/swagger.json
Basic VFC vnfmgr API Health Check
- [Tags] health api dev-vfc
+ [Tags] health api health-vfc
Run MSB Get Request /api/vnfmgr/v1/swagger.json
Basic VFC vnfres API Health Check
- [Tags] health api dev-vfc
+ [Tags] health api health-vfc
Run MSB Get Request /api/vnfres/v1/swagger.json
Basic VFC workflow API Health Check
- [Tags] health api dev-vfc
+ [Tags] health api health-vfc
Run MSB Get Request /api/workflow/v1/swagger.json
Basic VFC ztesdncdriver API Health Check
- [Tags] health 3rdparty dev-vfc
+ [Tags] health 3rdparty health-vfc
Run MSB Get Request /api/ztesdncdriver/v1/swagger.json
Basic VFC ztevnfmdriver API Health Check
- [Tags] health 3rdparty dev-vfc
+ [Tags] health 3rdparty health-vfc
Run MSB Get Request /api/ztevnfmdriver/v1/swagger.json
Basic VID Health Check
- [Tags] health small dev-vid
+ [Tags] health small health-vid
Run VID Health Check
Basic VNFSDK Health Check
- [Tags] health dev-vnfsdk
+ [Tags] health health-vnfsdk
Run VNFSDK Health Check
Health Distribution Test
@@ -276,13 +276,13 @@ Portal Application Access Tests
Run Portal Application Access Tests
Basic Holmes Rule Management API Health Check
- [Tags] health medium dev-dcae
+ [Tags] health medium health-dcae
Run Holmes Rule Mgmt Health Check
Basic Holmes Engine Management API Health Check
- [Tags] health medium dev-dcae
+ [Tags] health medium health-dcae
Run Holmes Engine Mgmt Health Check
Basic Multicloud-fcaps API Health Check
- [Tags] health multicloud dev-multicloud
+ [Tags] health multicloud health-multicloud
Run MSB Get Request /api/multicloud-fcaps/healthcheck