Fix tag explanations in usage and comments 17/87417/2
authorkaihlavi <l.kaihlavirt@partner.samsung.com>
Fri, 10 May 2019 06:15:38 +0000 (09:15 +0300)
committerkaihlavi <l.kaihlavirt@partner.samsung.com>
Fri, 10 May 2019 07:46:20 +0000 (10:46 +0300)
 Align scripts to corrections made to oom/kubernetes/robot ete-*
 scripts in https://gerrit.onap.org/r/#/c/87357/ and
 https://gerrit.onap.org/r/#/c/87414/

Change-Id: I1a438a5d1498c9c3f0dd993c389185fad2f7835f
Issue-ID: OOM-1844
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
ete-k8s2.sh
eteHelm-k8s.sh

index 407e648..1eaaa56 100644 (file)
 #################################################################
 
 #
-# Run the testsuite for the passed tag. Valid tags are ete, health, closedloop, instantiate
+# Run the testsuite for the passed robot tag.
 # Please clean up logs when you are done...
-# Note: Do not run multiple concurrent ete.sh as the --display is not parameterized and tests will collide
 #
 if [ "$1" == "" ] || [ "$2" == "" ]; then
-   echo "Usage: ete-k8s.sh [namespace] [ health | healthdist | distribute | instantiate | instantiateVFWCL | instantiateDemoVFWCL | portal ]"
+   echo "Usage: ete-k8s2.sh [namespace] [tag]"
    exit
 fi
 
index 02b79f3..c58d8a8 100755 (executable)
 #!/bin/bash
 
 #
-# Run the testsuite for the passed tag. Valid tags are ete, health, closedloop, instantiate
+# Run the health-check testsuites for the tags discovered by helm list
 # Please clean up logs when you are done...
-# Note: Do not run multiple concurrent ete.sh as the --display is not parameterized and tests will collide
 #
 if [ "$1" == "" ] ;  then
-   echo "Usage: eteHelm-k8s.sh namespace  "
-   echo " list projects via helm list and runs health-check with those tags except dev and dev-consul "
+   echo "Usage: eteHelm-k8s.sh [namespace]"
+   echo " list projects via helm list and runs health-check with those tags except dev and dev-consul"
    exit
 fi