diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2020-04-28 03:52:47 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2020-04-28 03:52:47 +0200 |
commit | 716e11a58437498c09ffdb321b0de4e28a7383d8 (patch) | |
tree | 715841ac80dbbb81ceb09fc074694e2e4048eb56 /.gitlab-ci.yml | |
parent | 3c838ad9fdc553c658ee2fbb466ab8ab4cd14805 (diff) |
Tests: Activate OSPF-VRF test
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5655a39e..a5427c3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -369,6 +369,11 @@ 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: |