Skip to content
Closed
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 @@ -4696,13 +4696,16 @@ srv6/test_srv6_basic_sanity.py::test_traffic_check_normal:

srv6/test_srv6_dataplane.py:
skip:
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."
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."
conditions_logical_operator: or
conditions:
- "asic_type not in ['mellanox', 'broadcom', 'vpp']"
- "release not in ['202412'] and asic_type not in ['vpp']"
- "'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']"
xfail:
reason: "Test case has issue on the t0-isolated-d256u256s2 topo."
conditions:
- "'t0-isolated-d256u256s2' in topo_name and platform in ['x86_64-nvidia_sn5640-r0']"

srv6/test_srv6_static_config.py:
Expand Down
Loading