From: Maria Matejka Date: Sun, 29 Jun 2025 18:14:31 +0000 (+0200) Subject: CI: adding tests cf-bgp-unnumbered and cf-bgp-error-states X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=140712a8478fa6976cb4c4b729b4ae7c94720dd3;p=thirdparty%2Fbird.git CI: adding tests cf-bgp-unnumbered and cf-bgp-error-states The unnumbered test checks the onlink neighbor scenarios, and the cf-bgp-error-states checks a regression for BIRD 3 where BGP crashed when listening socket failed to bind. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1f4c9d6a..0c96b1c4a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1602,3 +1602,13 @@ test-pipe-collision: variables: TEST_NAME: cf-pipe-collision +test-bgp-unnumbered: + <<: *test-base + variables: + TEST_NAME: cf-bgp-unnumbered + +test-bgp-error-states: + <<: *test-base + variables: + TEST_NAME: cf-bgp-error-states + diff --git a/misc/gitlab/data.yml.j2 b/misc/gitlab/data.yml.j2 index 108af6ab8..3a00310f5 100644 --- a/misc/gitlab/data.yml.j2 +++ b/misc/gitlab/data.yml.j2 @@ -131,3 +131,5 @@ netlab: - name: bgp-aspa - name: aspa-filter - name: pipe-collision + - name: bgp-unnumbered + - name: bgp-error-states