diff options
author | kaihlavi <l.kaihlavirt@partner.samsung.com> | 2019-05-10 09:15:38 +0300 |
---|---|---|
committer | kaihlavi <l.kaihlavirt@partner.samsung.com> | 2019-05-10 10:46:20 +0300 |
commit | 8ed9d2dda3cb1158c08db70d72a9779d783309c7 (patch) | |
tree | d4c345bda4772a27eed4d1975f1834bb7e5eff7a | |
parent | 0772b9ce9d9fa86e5805aba781388671369b9043 (diff) |
Fix tag explanations in usage and comments
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>
-rw-r--r-- | ete-k8s2.sh | 5 | ||||
-rwxr-xr-x | eteHelm-k8s.sh | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/ete-k8s2.sh b/ete-k8s2.sh index 407e648b..1eaaa56e 100644 --- a/ete-k8s2.sh +++ b/ete-k8s2.sh @@ -29,12 +29,11 @@ ################################################################# # -# 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 diff --git a/eteHelm-k8s.sh b/eteHelm-k8s.sh index 02b79f35..c58d8a87 100755 --- a/eteHelm-k8s.sh +++ b/eteHelm-k8s.sh @@ -15,13 +15,12 @@ #!/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 |