Skip to content

Commit

Permalink
Fix cmts
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqiangz committed Dec 6, 2024
1 parent bf7e715 commit ff2fc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dhcp_relay/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def validate_dut_routes_exist(duthosts, rand_one_dut_hostname, dut_dhcp_relay_da
py_assert(wait_until(120, 5, 0, check_routes_to_dhcp_server, duthosts[rand_one_dut_hostname],
dut_dhcp_relay_data),
"Packets relayed to DHCP server should go through default route via upstream neighbor, but now it's" +
" going through mgmt interface, which means device is in a unhealthy status")
" going through mgmt interface, which means device is in an unhealthy status")


@pytest.fixture(scope="module")
Expand Down

0 comments on commit ff2fc5e

Please sign in to comment.