Skip to content
Merged
1 change: 0 additions & 1 deletion ansible/templates/minigraph_meta.j2
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,3 @@
</Devices>
<Properties xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"/>
</MetadataDeclaration>

12 changes: 12 additions & 0 deletions tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,18 @@ voq/test_voq_nbr.py::test_neighbor_hw_mac_change:
conditions:
- "len(INTERFACE) == 0"

voq/test_fabric_reach.py:
skip:
reason: "Skip test_fabric_reach on unsupported testbed."
conditions:
- "('t2' not in topo_name) or (asic_subtype not in ['broadcom-dnx'])"

voq/test_voq_fabric_status_all.py:
skip:
reason: "Skip test_voq_fabric_status_all on unsupported testbed."
conditions:
- "('t2' not in topo_name) or (asic_subtype not in ['broadcom-dnx'])"

#######################################
##### vrf #####
#######################################
Expand Down
Loading