Commit 85822ecc authored by Geoff Simmons's avatar Geoff Simmons

Run the "cafe" example with TLS offload in the e2e test script (bash).

parent 29814092
......@@ -23,6 +23,12 @@ cd ${MYPATH}/../examples/hello/
./verify.sh
./undeploy.sh
echo "Hello, world!" example with TLS offload
cd ${MYPATH}/../examples/hello/tls
./deploy.sh
./verify.sh
./undeploy.sh
echo Single namespace example
cd ${MYPATH}/../examples/namespace/
./deploy.sh
......
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