]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
CI: adding tests cf-bgp-unnumbered and cf-bgp-error-states master
authorMaria Matejka <mq@ucw.cz>
Sun, 29 Jun 2025 18:14:31 +0000 (20:14 +0200)
committerMaria Matejka <mq@ucw.cz>
Sun, 29 Jun 2025 18:14:35 +0000 (20:14 +0200)
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.

.gitlab-ci.yml
misc/gitlab/data.yml.j2

index d1f4c9d6a6fc75772270aaf57f524f2f5488024e..0c96b1c4ad534487c359173a1cb27c2f23b9a684 100644 (file)
@@ -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
+
index 108af6ab8aff2a700e90cd1d15168a5a795091f8..3a00310f5fa4216c1e72963ce4372a931b430e81 100644 (file)
@@ -131,3 +131,5 @@ netlab:
   - name: bgp-aspa
   - name: aspa-filter
   - name: pipe-collision
+  - name: bgp-unnumbered
+  - name: bgp-error-states