From f1ffe6a23144a4b13f020194f23055ac8c20dea6 Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Thu, 18 Mar 2021 15:54:44 +0100 Subject: [PATCH] Add new BGP tests --- .gitlab-ci.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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