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