diff options
author | kaihlavi <l.kaihlavirt@partner.samsung.com> | 2019-05-10 08:57:14 +0300 |
---|---|---|
committer | kaihlavi <l.kaihlavirt@partner.samsung.com> | 2019-05-10 10:44:54 +0300 |
commit | e290382e429465fe107f127b6744fb0e14b4e136 (patch) | |
tree | 6e0b01d270709de470b170e31bfa81b793cb6e84 /eteHelm-k8s.sh | |
parent | e87aac16f32ac058452b3eadd2f6460285e2e3f6 (diff) |
Remove obsolete warning about concurrent executions
Remove warning about unparameterized --display as it is
now parameterized (this commit is a follow-up to comments
in already merged https://gerrit.onap.org/r/#/c/87357/)
Added also brackets for namespace parameter in usage guide
Change-Id: I78a753b026e3e9b410798687b28ad0ca1115703e
Issue-ID: OOM-1844
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
Diffstat (limited to 'eteHelm-k8s.sh')
-rwxr-xr-x | eteHelm-k8s.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eteHelm-k8s.sh b/eteHelm-k8s.sh index 6fcf984..c58d8a8 100755 --- a/eteHelm-k8s.sh +++ b/eteHelm-k8s.sh @@ -15,12 +15,11 @@ #!/bin/bash # -# Run the health-check testsuites for the tags discovered by helm list +# 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 eteHelm-k8s.sh as the --display is not parameterized and tests will collide # if [ "$1" == "" ] ; then - echo "Usage: eteHelm-k8s.sh namespace" + 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 |