]> git.puffer.fish Git - mirror/frr.git/commitdiff
topotest: fix bgp_vpnv4_noretain test descriptions
authorLouis Scalbert <louis.scalbert@6wind.com>
Tue, 12 Sep 2023 11:57:50 +0000 (13:57 +0200)
committerLouis Scalbert <louis.scalbert@6wind.com>
Tue, 12 Sep 2023 13:18:02 +0000 (15:18 +0200)
Fix bgp_vpnv4_noretain test descriptions

Fixes: 22dfa04b78 ("topotests: more tests in bgp_vpnv4_noretain")
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
tests/topotests/bgp_vpnv4_noretain/test_bgp_vpnv4_noretain.py

index f2865fec9e70b5325779ae97c8398f4a902d1079..5a809987ff8cc919d81b35f596c8bc0d14cc881d 100644 (file)
@@ -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"