Commit b3c72dff authored by Geoff Simmons's avatar Geoff Simmons

Add the TLS onload example/test to the gitlab-CI script.

parent 85fdc44a
......@@ -240,6 +240,12 @@ example:tls:sni:
- cd ../examples/tls/sni
- make deploy verify undeploy
example:tls:onload:
extends: .integration-tests
script:
- cd ../examples/tls/onload
- make deploy verify undeploy
example:externalname:
extends: .integration-tests
script:
......
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