Commit a47f6d08 authored by Geoff Simmons's avatar Geoff Simmons

Add the unhealthy pod test to the e2e test script.

parent 6229de47
......@@ -187,6 +187,10 @@ echo haproxy global timeouts
cd ${MYPATH}/e2e/haproxyTimeout
make deploy verify undeploy
echo deploy Ingresses for healthy pods while others are unhealthy
cd ${MYPATH}/e2e/unhealthyPod
make deploy verify undeploy
echo Example of an ExternalName Service as an Ingress backend
cd ${MYPATH}/../examples/externalname/
make deploy verify undeploy
......
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