Commit 6852aa33 authored by Geoff Simmons's avatar Geoff Simmons

e2e test uses make targets for the TLS "hello" example.

parent f20d0d73
...@@ -21,9 +21,7 @@ make deploy verify undeploy ...@@ -21,9 +21,7 @@ make deploy verify undeploy
echo "Hello, world!" example with TLS offload echo "Hello, world!" example with TLS offload
cd ${MYPATH}/../examples/tls/hello cd ${MYPATH}/../examples/tls/hello
./deploy.sh make deploy verify undeploy
./verify.sh
./undeploy.sh
echo TLS offload example with multiple certificates distinguished by SNI echo TLS offload example with multiple certificates distinguished by SNI
cd ${MYPATH}/../examples/tls/sni cd ${MYPATH}/../examples/tls/sni
......
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