diff --git a/tests/dhcp_relay/conftest.py b/tests/dhcp_relay/conftest.py index a06ec75f348..c1a323a1884 100644 --- a/tests/dhcp_relay/conftest.py +++ b/tests/dhcp_relay/conftest.py @@ -113,7 +113,7 @@ def dut_dhcp_relay_data(duthosts, rand_one_dut_hostname, ptfhost, tbinfo): if neighbor_info_dict['name'] in mg_facts['minigraph_devices']: neighbor_device_info_dict = mg_facts['minigraph_devices'][neighbor_info_dict['name']] if 'type' in neighbor_device_info_dict and neighbor_device_info_dict['type'] in \ - ['LeafRouter', 'MgmtLeafRouter']: + ['LeafRouter', 'MgmtLeafRouter', 'BackEndLeafRouter']: # If this uplink's physical interface is a member of a portchannel interface, # we record the name of the portchannel interface here, as this is the actual # interface the DHCP relay will listen on.