diff options
Diffstat (limited to 'ete-k8s2.sh')
-rw-r--r-- | ete-k8s2.sh | 5 |
1 files changed, 2 insertions, 3 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 |