Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests to check fabric link status and reachability. #6620

Merged
merged 13 commits into from
May 15, 2023
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>

15 changes: 15 additions & 0 deletions tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,21 @@ vlan/test_vlan_ping.py:
conditions:
- "asic_type in ['broadcom']"

#######################################
##### voq #####
#######################################
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