From: Ondrej Zajicek (work) Date: Thu, 18 Mar 2021 14:54:44 +0000 (+0100) Subject: Add new BGP tests X-Git-Tag: v2.0.8~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1ffe6a23144a4b13f020194f23055ac8c20dea6;p=thirdparty%2Fbird.git Add new BGP tests --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52630f1d2..763e44053 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