diff options
author | mprzybys <marcin.przybysz@nokia.com> | 2020-10-14 16:05:42 +0200 |
---|---|---|
committer | mprzybys <marcin.przybysz@nokia.com> | 2020-10-14 16:05:42 +0200 |
commit | c1eeb9753bbe0f5d0aa41216c5db68cf36e6c1f8 (patch) | |
tree | 791530f1b7c5376dbe9e4eb5c1ba715551e32355 /demo-k8s.sh | |
parent | 34913f2223539640c81ae9e7a65744a09a95c9ce (diff) |
Add tag "vescollector" for running E2E test suite ves.robot
Issue-ID: INT-1258
Signed-off-by: Marcin Przybysz <marcin.przybysz@nokia.com>
Change-Id: I7b42b1997b2926790cea8910dd4f2d3b04a8c05e
Diffstat (limited to 'demo-k8s.sh')
-rwxr-xr-x | demo-k8s.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/demo-k8s.sh b/demo-k8s.sh index 007b724..b3f717c 100755 --- a/demo-k8s.sh +++ b/demo-k8s.sh @@ -113,6 +113,10 @@ do TAG="InitDemo" shift ;; + vescollector) + TAG="vescollector" + shift + ;; distribute_vcpe) TAG="distributeVCPE" shift |