Skip to content

Commit e9c4b33

Browse files
committed
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 <[email protected]>
1 parent f102fb7 commit e9c4b33

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/topotests/bgp_set_aspath_exclude/test_bgp_set_aspath_exclude.py

-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ def test_bgp_set_aspath_exclude_access_list():
128128
conf
129129
bgp as-path access-list FIRST permit ^65
130130
route-map r2 permit 6
131-
no set as-path exclude as-path-access-list SECOND
132131
set as-path exclude as-path-access-list FIRST
133132
"""
134133
)
@@ -147,7 +146,6 @@ def test_bgp_set_aspath_exclude_access_list():
147146
"""
148147
conf
149148
route-map r2 permit 6
150-
no set as-path exclude as-path-access-list FIRST
151149
set as-path exclude as-path-access-list SECOND
152150
"""
153151
)

0 commit comments

Comments
 (0)