Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4686,8 +4686,8 @@ srv6/test_srv6_dataplane.py:
reason: "Only target mellanox and brcm platform with 202412 image at this time. Skip for non Arista-7060X6-64PE-B-* TH5 SKUs. Skip for t0-isolated-d96u32, t1-isolated-d32/128. Or test case has issue on the t0-isolated-d256u256s2 topo."
conditions_logical_operator: or
conditions:
- "asic_type not in ['mellanox', 'broadcom', 'vpp']"
- "release not in ['202412'] and asic_type not in ['vpp']"
- ("asic_type not in ['mellanox', 'broadcom', 'vpp']") and not (asic_type == 'cisco-8000' and 'Cisco-8122' in hwsku)"
- "release not in ['202412'] and asic_type not in ['vpp']" and not (asic_type == 'cisco-8000' and 'Cisco-8122' in hwsku)"
- "'Arista-7060X6-64PE' in hwsku and 'Arista-7060X6-64PE-B' not in hwsku"
- "topo_name in ['t0-isolated-d96u32s2', 't1-isolated-d128', 't1-isolated-d32']"
- "'t0-isolated-d256u256s2' in topo_name and platform in ['x86_64-nvidia_sn5640-r0']"
Expand All @@ -4697,15 +4697,15 @@ srv6/test_srv6_static_config.py:
reason: "Requires particular image support, skip in PR testing. Skip for non Arista-7060X6-64PE-B-* TH5 SKUs. Skip for t0-isolated-d96u32, t1-isolated-d32/128"
conditions_logical_operator: or
conditions:
- "release not in ['202412'] and asic_type not in ['vpp']"
- ("release not in ['202412'] and asic_type not in ['vpp']") and not (asic_type == 'cisco-8000' and 'Cisco-8122' in hwsku)"
- "'Arista-7060X6-64PE' in hwsku and 'Arista-7060X6-64PE-B' not in hwsku"
- "topo_name in ['t0-isolated-d96u32s2', 't1-isolated-d128', 't1-isolated-d32']"

srv6/test_srv6_static_config.py::test_uDT46_config:
skip:
reason: "Unsupported platform"
conditions:
- "asic_type in ['mellanox', 'vpp']"
- "asic_type in ['mellanox', 'vpp', 'cisco-8000']"

srv6/test_srv6_vlan_forwarding.py:
skip:
Expand Down
Loading
Loading