From 142c029725a00dafb30f6eef31439ee389d27ff9 Mon Sep 17 00:00:00 2001 From: Louis Scalbert Date: Tue, 12 Sep 2023 13:57:50 +0200 Subject: [PATCH] topotest: fix bgp_vpnv4_noretain test descriptions Fix bgp_vpnv4_noretain test descriptions Fixes: 22dfa04b78 ("topotests: more tests in bgp_vpnv4_noretain") Signed-off-by: Louis Scalbert --- tests/topotests/bgp_vpnv4_noretain/test_bgp_vpnv4_noretain.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/topotests/bgp_vpnv4_noretain/test_bgp_vpnv4_noretain.py b/tests/topotests/bgp_vpnv4_noretain/test_bgp_vpnv4_noretain.py index f2865fec9e..5a809987ff 100644 --- a/tests/topotests/bgp_vpnv4_noretain/test_bgp_vpnv4_noretain.py +++ b/tests/topotests/bgp_vpnv4_noretain/test_bgp_vpnv4_noretain.py @@ -336,7 +336,7 @@ router bgp 65500 vrf vrf2 def test_bgp_no_retain_import_vrf1_step7(): """ - Import r2 vrf1 into r1 vrf2 and check bgp vpnv4 table + Import r1 vrf1 into r1 vrf2 and check bgp vpnv4 table """ rname = "r1" @@ -436,7 +436,7 @@ router bgp 65500 vrf vrf2 def test_bgp_no_retain_remove_vrf2_step11(): """ - Import r2 vrf3 into r1 vrf2 and check bgp vpnv4 table + Remove BGP vrf2 on r1 and check bgp vpnv4 table """ rname = "r1" -- 2.39.5