Commit c43e20e4 authored by Geoff Simmons's avatar Geoff Simmons

Add the Servive type tests to the e2e tests.

parent 9373af23
......@@ -125,6 +125,11 @@ echo -sfile cache storage with StatefulSet example
cd ${MYPATH}/../examples/file-cache/
make deploy verify undeploy
echo Service types NodePort and LoadBalancer examples
cd ${MYPATH}/../examples/svctypes/
make EXAMPLE=nodeport deploy verify undeploy
make EXAMPLE=lb deploy verify undeploy
echo Ignore deletion of TLS Secrets for non-viking Ingresses
cd ${MYPATH}/e2e/deleteTLSsecret
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