From 5afc800b11835a4f6a3bac77900f767b61140fb9 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Sun, 20 Dec 2020 22:35:17 +0200 Subject: [PATCH] Cleanup Istio e2e tests Signed-off-by: Stefan Prodan --- test/istio/test-canary.sh | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/test/istio/test-canary.sh b/test/istio/test-canary.sh index 2954626e..ecd51201 100755 --- a/test/istio/test-canary.sh +++ b/test/istio/test-canary.sh @@ -85,34 +85,6 @@ spec: logCmdOutput: "true" EOF -cat <>> Waiting for primary to be ready' retries=50 count=0 @@ -146,11 +118,6 @@ if [ -z "$passed" ]; then echo -e '\u2716 podinfo selector test failed' exit 1 fi -passed=$(kubectl -n test get svc/podinfo-service-canary -o jsonpath='{.spec.selector.app}' 2>&1 | { grep podinfo || true; }) -if [ -z "$passed" ]; then - echo -e '\u2716 podinfo-service selector test failed' - exit 1 -fi echo '✔ Canary service custom metadata test passed'