]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Tests: Activate OSPF tests
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 5 Mar 2020 16:39:52 +0000 (17:39 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 5 Mar 2020 16:39:52 +0000 (17:39 +0100)
.gitlab-ci.yml

index 602121608280b9ede8be3f0c878698aa2bdca446..1c2b6baf87ec88bf3bef32d0eaa7026deb231925 100644 (file)
@@ -328,7 +328,42 @@ build-birdlab:
     - cd $TOOLS_DIR/netlab
     - sudo ./runtest -m check $TEST_NAME
 
-test-ospf:
+test-ospf-base:
   <<: *test-base
   variables:
-    TEST_NAME: cf-ospf
+    TEST_NAME: cf-ospf-base
+
+test-ospf-default:
+  <<: *test-base
+  variables:
+    TEST_NAME: cf-ospf-default
+
+test-ospf-priority:
+  <<: *test-base
+  variables:
+    TEST_NAME: cf-ospf-priority
+
+test-ospf-nbma:
+  <<: *test-base
+  variables:
+    TEST_NAME: cf-ospf-nbma
+
+test-ospf-ptmp:
+  <<: *test-base
+  variables:
+    TEST_NAME: cf-ospf-ptmp
+
+test-ospf-authentication:
+  <<: *test-base
+  variables:
+    TEST_NAME: cf-ospf-authentication
+
+test-ospf-bfd:
+  <<: *test-base
+  variables:
+    TEST_NAME: cf-ospf-bfd
+
+test-ospf-custom:
+  <<: *test-base
+  variables:
+    TEST_NAME: cf-ospf-custom