mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 12:48:43 +00:00
Tests: Activate OSPF tests
This commit is contained in:
parent
e6746da6de
commit
ead531ffef
@ -328,7 +328,42 @@ build-birdlab:
|
|||||||
- cd $TOOLS_DIR/netlab
|
- cd $TOOLS_DIR/netlab
|
||||||
- sudo ./runtest -m check $TEST_NAME
|
- sudo ./runtest -m check $TEST_NAME
|
||||||
|
|
||||||
test-ospf:
|
test-ospf-base:
|
||||||
<<: *test-base
|
<<: *test-base
|
||||||
variables:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user