Remove obsolete warning about concurrent executions 14/87414/4
authorkaihlavi <l.kaihlavirt@partner.samsung.com>
Fri, 10 May 2019 05:57:14 +0000 (08:57 +0300)
committerkaihlavi <l.kaihlavirt@partner.samsung.com>
Fri, 10 May 2019 07:44:54 +0000 (10:44 +0300)
 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>
kubernetes/robot/ete-k8s.sh
kubernetes/robot/eteHelm-k8s.sh

index 897628c..5d42f04 100755 (executable)
@@ -17,7 +17,6 @@
 #
 # Run the testsuite for the passed tag. Valid tags are listed in usage help
 # Please clean up logs when you are done...
-# Note: Do not run multiple concurrent ete-k8s.sh as the --display is not parameterized and tests will collide
 #
 if [ "$1" == "" ] || [ "$2" == "" ]; then
    echo "Usage: ete-k8s.sh [namespace] [tag]"
index 6fcf984..c58d8a8 100755 (executable)
 #!/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