diff --git a/tests/bgp/test_bgp_queue.py b/tests/bgp/test_bgp_queue.py index 88ff7b50387..a86d4262e18 100644 --- a/tests/bgp/test_bgp_queue.py +++ b/tests/bgp/test_bgp_queue.py @@ -64,8 +64,7 @@ def test_bgp_queues(duthosts, enum_frontend_dut_hostname, enum_asic_index, tbinf # or "VOQ_CHASSIS_PEER_V4" or "VOQ_CHASSIS_PEER_V6" for VOQ_CHASSIS # If it's external it will be "RH_V4", "RH_V6", "AH_V4", "AH_V6", ... # Skip internal neighbors for VOQ_CHASSIS until BRCM fixes iBGP traffic in 2024011 - if ("INTERNAL" in v["peer group"] or 'VOQ_CHASSIS' in v["peer group"]) and \ - duthost.get_facts().get('modular_chassis'): + if ("INTERNAL" in v["peer group"] or 'VOQ_CHASSIS' in v["peer group"]): # Skip iBGP neighbors since we only want to verify eBGP continue assert (k in arp_dict.keys() or k in ndp_dict.keys())