diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2020-03-05 17:39:52 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2020-03-05 17:39:52 +0100 |
commit | ead531ffefdad0f6b5d654330d0e4aba94757569 (patch) | |
tree | 451d74b9b549ef86c0220443f61145f848aa86e8 /.gitlab-ci.yml | |
parent | e6746da6de45bcacc42010cea828129eae38ba67 (diff) |
Tests: Activate OSPF tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 39 |
1 files changed, 37 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60212160..1c2b6baf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |