Commit 2eace941 authored by Geoff Simmons's avatar Geoff Simmons

CI tests use make targets for the Basic/Proxy auth tests.

parent 0a7e8478
......@@ -182,25 +182,19 @@ example:authentication:basic:
extends: .integration-tests
script:
- cd ../examples/authentication
- ./deploy_basic_auth.sh
- ./verify_basic_auth.sh
- ./undeploy_basic_auth.sh
- make DEPLOY=kubectl EXAMPLE=basic-auth deploy verify undeploy
example:authentication:acl-or-auth:
extends: .integration-tests
script:
- cd ../examples/authentication
- ./deploy_acl_or_auth.sh
- ./verify_acl_or_auth.sh
- ./undeploy_acl_or_auth.sh
- make DEPLOY=kubectl EXAMPLE=acl-or-auth deploy verify undeploy
example:authentication:proxy:
extends: .integration-tests
script:
- cd ../examples/authentication
- ./deploy_proxy_auth.sh
- ./verify_proxy_auth.sh
- ./undeploy_proxy_auth.sh
- make DEPLOY=kubectl EXAMPLE=proxy-auth deploy verify undeploy
example:req-disposition:
extends: .integration-tests
......
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