diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2023-10-16 15:24:32 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2023-10-16 15:34:01 +0200 |
commit | 5973031460372a4d695c44a9f398d516b0e5bac1 (patch) | |
tree | b201e8b31805a6a45434fba26a9fe50c246b4a6c | |
parent | b5e9e5197bb75c4d7c8f19b1e76b31f9defcb915 (diff) |
CI: Add MPLS tests
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c913d0f8..acaaab30 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -476,6 +476,16 @@ test-kernel-learn: variables: TEST_NAME: cf-kernel-learn +test-mpls-bgp: + <<: *test-base + variables: + TEST_NAME: cf-mpls-bgp + +test-mpls-bgp-l3vpn: + <<: *test-base + variables: + TEST_NAME: cf-mpls-bgp-l3vpn + .build-birdlab-base: &build-birdlab-base stage: build |