Commit 3a8c3017 authored by Geoff Simmons's avatar Geoff Simmons

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

parent 0392e150
......@@ -268,6 +268,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