Commit 0a7e8478 authored by Geoff Simmons's avatar Geoff Simmons

e2e tests uses make targets for the Basic/Proxy auth test.

parent 29cbce3a
......@@ -67,19 +67,13 @@ make deploy verify undeploy
echo Basic Authentication example
cd ${MYPATH}/../examples/authentication/
./deploy_basic_auth.sh
./verify_basic_auth.sh
./undeploy_basic_auth.sh
make EXAMPLE=basic-auth deploy verify undeploy
echo Proxy Authentication example
./deploy_proxy_auth.sh
./verify_proxy_auth.sh
./undeploy_proxy_auth.sh
make EXAMPLE=proxy-auth deploy verify undeploy
echo Combined ACL and Basic Authentication example
./deploy_acl_or_auth.sh
./verify_acl_or_auth.sh
./undeploy_acl_or_auth.sh
make EXAMPLE=acl-or-auth deploy verify undeploy
echo Access control list examples
cd ${MYPATH}/../examples/acl/
......
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