diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52630f1d..763e4405 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -388,3 +388,28 @@ test-bgp-int: <<: *test-base variables: TEST_NAME: cf-bgp-int + +test-bgp-merged: + <<: *test-base + variables: + TEST_NAME: cf-bgp-merged + +test-ebgp-loop: + <<: *test-base + variables: + TEST_NAME: cf-ebgp-loop + +test-ebgp-star: + <<: *test-base + variables: + TEST_NAME: cf-ebgp-star + +test-ibgp-loop: + <<: *test-base + variables: + TEST_NAME: cf-ibgp-loop + +test-ibgp-star: + <<: *test-base + variables: + TEST_NAME: cf-ibgp-flat