diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5655a39e..119d4be9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -369,7 +369,17 @@ test-ospf-custom: variables: TEST_NAME: cf-ospf-custom +test-ospf-vrf: + <<: *test-base + variables: + TEST_NAME: cf-ospf-vrf + test-bgp-base: <<: *test-base variables: TEST_NAME: cf-bgp-base + +test-bgp-auth: + <<: *test-base + variables: + TEST_NAME: cf-bgp-auth |