Add new BGP tests
This commit is contained in:
parent
5a6e8380f8
commit
f1ffe6a231
1 changed files with 25 additions and 0 deletions
|
@ -388,3 +388,28 @@ test-bgp-int:
|
||||||
<<: *test-base
|
<<: *test-base
|
||||||
variables:
|
variables:
|
||||||
TEST_NAME: cf-bgp-int
|
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
|
||||||
|
|
Loading…
Reference in a new issue