From e9c4b33119b3a2313a42eff5e17e5716c7a7af88 Mon Sep 17 00:00:00 2001 From: Louis Scalbert Date: Tue, 10 Sep 2024 15:10:26 +0200 Subject: [PATCH] tests: bgp_set_aspath_exclude check rule modif No need to do 'no set as-path exclude' to replace the current rule by another. The code is supposed to support the replacement. Signed-off-by: Louis Scalbert --- .../bgp_set_aspath_exclude/test_bgp_set_aspath_exclude.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/topotests/bgp_set_aspath_exclude/test_bgp_set_aspath_exclude.py b/tests/topotests/bgp_set_aspath_exclude/test_bgp_set_aspath_exclude.py index f77840a7c4..2b3c778724 100644 --- a/tests/topotests/bgp_set_aspath_exclude/test_bgp_set_aspath_exclude.py +++ b/tests/topotests/bgp_set_aspath_exclude/test_bgp_set_aspath_exclude.py @@ -128,7 +128,6 @@ def test_bgp_set_aspath_exclude_access_list(): conf bgp as-path access-list FIRST permit ^65 route-map r2 permit 6 - no set as-path exclude as-path-access-list SECOND set as-path exclude as-path-access-list FIRST """ ) @@ -147,7 +146,6 @@ clear bgp * """ conf route-map r2 permit 6 - no set as-path exclude as-path-access-list FIRST set as-path exclude as-path-access-list SECOND """ )