Skip to content
Snippets Groups Projects
Commit 80284777 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

test clab image

parent 1854b88f
No related branches found
No related tags found
1 merge request!574Create new integration-test setup
Pipeline #165351 failed
...@@ -39,3 +39,18 @@ integration-test-controller: ...@@ -39,3 +39,18 @@ integration-test-controller:
- sleep 10 - sleep 10
- containerlab destroy --log-level trace -t dev_env_data/clab/basic_two_aristas.yaml - containerlab destroy --log-level trace -t dev_env_data/clab/basic_two_aristas.yaml
<<: *test <<: *test
integration-test-clab-test:
image: ghcr.io/srl-labs/clab
services:
- docker:latest
#needs:
# - build-integration-tests-image
variables:
DOCKER_TLS_CERTDIR: "/certs"
script:
- docker info
- containerlab deploy --log-level trace -t dev_env_data/clab/basic_two_aristas.yaml
- sleep 10
- containerlab destroy --log-level trace -t dev_env_data/clab/basic_two_aristas.yaml
<<: *test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment