Skip to content

Commit

Permalink
Add pc
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqiangz committed Dec 10, 2024
1 parent 07c6f60 commit d20fa7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/dhcp_relay/dhcp_relay_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ def check_routes_to_dhcp_server(duthost, dut_dhcp_relay_data):
"""
output = duthost.shell("show ip bgp sum", module_ignore_errors=True)
logger.info("bgp state: {}".format(output["stdout"]))
output = duthost.shell("show int po", module_ignore_errors=True)
logger.info("portchannel state: {}".format(output["stdout"]))
default_gw_ip = dut_dhcp_relay_data[0]['default_gw_ip']
dhcp_servers = set()
for dhcp_relay in dut_dhcp_relay_data:
Expand Down

0 comments on commit d20fa7f

Please sign in to comment.