Commit 8449376e authored by Tim Leers's avatar Tim Leers

add missing examples

parent c8ffa28c
......@@ -155,8 +155,47 @@ example:authentication:proxy:
- ./verify_proxy_auth.sh
- ./undeploy_proxy_auth.sh
# TODO
# req-disposition
# varnish_pod_template
example:req-disposition:
extends: .integration-tests
script:
- cd ../examples/req-disposition
- ./deploy_alt-builtin.sh
- ./verify_alt-builtin.sh
- ./undeploy_alt-builtin.sh
- ./deploy_builtin.sh
- ./verify_builtin.sh
- ./undeploy_builtin.sh
- ./deploy_cacheability.sh
- ./verify_cacheability.sh
- ./undeploy_cacheability.sh
- ./deploy_pass-on-session-cookie.sh
- ./verify_pass-on-session-cookie.sh
- ./undeploy_pass-on-session-cookie.sh
- ./deploy_url-whitelist.sh
- ./verify_url-whitelist.sh
- ./undeploy_url-whitelist.sh
- ./deploy_purge.sh
- ./verify_purge.sh
- ./undeploy_purge.sh
example:req-disposition:
extends: .integration-tests
script:
- cd ../examples/varnish_pod_template
- ./deploy_cli-args.sh
- ./verify_cli-args.sh
- ./deploy_env.sh
- ./verify_env.sh
- ./deploy_proxy.sh
- ./verify_proxy.sh
- ./undeploy.sh
.integration-tests:
needs: ["build:controller"]
......
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