Commit e165d135 authored by Geoff Simmons's avatar Geoff Simmons

Add a delay in the verify script for the externalname test.

This test also intermittently gets 503 responses immediately after
the config is loaded.
parent 4578d4cd
......@@ -15,4 +15,7 @@ kubectl port-forward svc/varnish-ingress ${LOCALPORT}:80 >/dev/null &
trap 'kill $(jobs -p)' EXIT
wait_for_port ${LOCALPORT}
# XXX intermittent 503 responses immediately after the config is valid.
sleep 10
varnishtest ${TESTOPTS} -Dlocalport=${LOCALPORT} ../hello/cafe.vtc
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