Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhijianrd committed Jan 23, 2025
1 parent 645ee5b commit c327ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/plugins/sanity_check/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ def _check_ipv4_mgmt_to_dut(*args, **kwargs):
check_result = {"failed": False, "check_item": "ipv4_mgmt", "host": dut.hostname}

if dut.mgmt_ip is None or dut.mgmt_ip == "":
logger.info("%s doesn't have ipv4 mgmt configured. Skipping the ipv4 mgmt reachability check..." % dut.hostname)
logger.info("%s doesn't have ipv4 mgmt configured. Skip the ipv4 mgmt reachability check." % dut.hostname)
results[dut.hostname] = check_result
return

Expand Down

0 comments on commit c327ccb

Please sign in to comment.