From 30824ba00a0e821d45179945853470bb19142dc4 Mon Sep 17 00:00:00 2001 From: kaihlavi Date: Fri, 10 May 2019 08:57:14 +0300 Subject: 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 --- kubernetes/robot/eteHelm-k8s.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'kubernetes/robot/eteHelm-k8s.sh') diff --git a/kubernetes/robot/eteHelm-k8s.sh b/kubernetes/robot/eteHelm-k8s.sh index 6fcf984c3f..c58d8a8775 100755 --- a/kubernetes/robot/eteHelm-k8s.sh +++ b/kubernetes/robot/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 -- cgit 1.2.3-korg