Skip to content

Commit

Permalink
corrected order of commands in replaced state
Browse files Browse the repository at this point in the history
  • Loading branch information
AAYUSH2091 committed Nov 29, 2024
1 parent f0d2432 commit fe0a2b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/modules/network/ios/test_ios_route_maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,12 +329,12 @@ def test_ios_route_maps_replaced(self):
commands = [
"route-map test_1 deny 10",
"no description this is test",
"no match ip address 100",
"match ip address 20 30",
"continue 20",
"description this is replace test",
"match community new_replace exact-match",
"match ip address 20 30",
"match length 5000 50000",
"no match ip address 100",
"no match mdt-group 25 30",
"no match community 98 99 test_1 test_2 exact-match",
"no match extcommunity 110 130",
Expand Down

0 comments on commit fe0a2b7

Please sign in to comment.