From 8fbc8ad708d52ccd2e8d24df3f4c2c0406ef8f44 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Thu, 5 Jun 2025 17:29:39 +0200 Subject: [PATCH] CI: Add tests rip-vrf, ibgp-bfd-auth, ebgp-bfd-auth --- .gitlab-ci.yml | 15 +++++++++++++++ misc/gitlab/data.yml.j2 | 3 +++ 2 files changed, 18 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5caf5ff6e..1535b42bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1529,6 +1529,11 @@ test-ebgp-hostname: variables: TEST_NAME: cf-ebgp-hostname +test-ebgp-bfd-auth: + <<: *test-base + variables: + TEST_NAME: cf-ebgp-bfd-auth + test-ibgp-loop: <<: *test-base variables: @@ -1544,11 +1549,21 @@ test-ibgp-flat: variables: TEST_NAME: cf-ibgp-flat +test-ibgp-bfd-auth: + <<: *test-base + variables: + TEST_NAME: cf-ibgp-bfd-auth + test-rip-base: <<: *test-base variables: TEST_NAME: cf-rip-base +test-rip-vrf: + <<: *test-base + variables: + TEST_NAME: cf-rip-vrf + test-kernel-learn: <<: *test-base variables: diff --git a/misc/gitlab/data.yml.j2 b/misc/gitlab/data.yml.j2 index 00adefd41..966b201b1 100644 --- a/misc/gitlab/data.yml.j2 +++ b/misc/gitlab/data.yml.j2 @@ -118,10 +118,13 @@ netlab: - name: ebgp-role - name: ebgp-import-limit - name: ebgp-hostname + - name: ebgp-bfd-auth - name: ibgp-loop - name: ibgp-loop-big - name: ibgp-flat + - name: ibgp-bfd-auth - name: rip-base + - name: rip-vrf - name: kernel-learn - name: mpls-bgp - name: mpls-bgp-l3vpn -- 2.47.3