]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Add new BGP tests
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 18 Mar 2021 14:54:44 +0000 (15:54 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 18 Mar 2021 14:54:44 +0000 (15:54 +0100)
.gitlab-ci.yml

index 52630f1d27cdd574fe0554f363962fe061e0cb49..763e44053c94beaac20a94b25af92eb8bf280728 100644 (file)
@@ -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