diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-03-18 15:54:44 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-03-18 15:54:44 +0100 |
commit | f1ffe6a23144a4b13f020194f23055ac8c20dea6 (patch) | |
tree | 6b8a5b5158d6d33ff2275032c3ea6f1a04c20fa9 /.gitlab-ci.yml | |
parent | 5a6e8380f89deb4fff21805a7879658d2352471a (diff) |
Add new BGP tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52630f1d..763e4405 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |