Commit 0ecbe75c authored by Geoff Simmons's avatar Geoff Simmons

Fix a test for the "Multiple Varnish Services" example.

parent 46ca05b2
......@@ -33,5 +33,5 @@ varnishtest ${TESTOPTS} -Dcoffeeport=${COFFEEPORT} -Dteaport=${TEAPORT} cafe.vtc
CTLPOD=$(kubectl get pods -n kube-system -l app=varnish-ingress-controller -o jsonpath={.items[0].metadata.name})
# Match the logs
kubectl logs -n kube-system $CTLPOD | grep -q 'Ingresses implemented by Varnish Service cafe/varnish-coffee: \[cafe/coffee-ingress\]'
kubectl logs -n kube-system $CTLPOD | grep -q 'Ingresses implemented by Varnish Service cafe/varnish-tea: \[cafe/tea-ingress\]'
kubectl logs -n kube-system $CTLPOD | grep -q 'Ingresses implemented by Varnish Service cafe/varnish-coffee-admin: \[cafe/coffee-ingress\]'
kubectl logs -n kube-system $CTLPOD | grep -q 'Ingresses implemented by Varnish Service cafe/varnish-tea-admin: \[cafe/tea-ingress\]'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment