Skip to content

Commit

Permalink
Merge pull request FRRouting#17127 from FRRouting/mergify/bp/dev/10.2…
Browse files Browse the repository at this point in the history
…/pr-17107

tests: iproute2_check_path_selection call the actual command (backport FRRouting#17107)
  • Loading branch information
donaldsharp authored Oct 16, 2024
2 parents ee96c3c + 9ef2d1b commit eb83a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/topotests/lib/common_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def iproute2_check_path_selection(router, ipaddr_str, expected, vrf_name=None):
else:
cmdstr = f"ip -json route show {ipaddr_str}"
try:
output = json.loads(cmdstr)
output = json.loads(router.cmd(cmdstr))
except:
output = []

Expand Down

0 comments on commit eb83a1f

Please sign in to comment.