You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update skip condition for SRv6 feature on Mellanox platform
1. Limit SRv6 test script on 202412 master 202511 and later release
2. Skip SRv6 on Mellanox SPC1-3
Change-Id: I27519e05d55d93cf5a11ede30861d08048738210
Signed-off-by: echuawu <[email protected]>
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."
4647
+
reason: "Only target mellanox SPC4+ and brcm platform with 202412 or 202511+ image. 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."
4648
4648
conditions_logical_operator: or
4649
4649
conditions:
4650
-
- "asic_type not in ['mellanox', 'broadcom', 'vpp']"
4650
+
- "asic_type not in ['mellanox', 'broadcom', 'vpp'] or (release != 'master' and release != '202412' and release < '202511')"
4651
4651
- "release not in ['202412'] and asic_type not in ['vpp']"
4652
+
- "asic_type == 'mellanox' and asic_gen in ['spc1', 'spc2', 'spc3']"
4652
4653
- "'Arista-7060X6-64PE' in hwsku and 'Arista-7060X6-64PE-B' not in hwsku"
4653
4654
- "topo_name in ['t0-isolated-d96u32s2', 't1-isolated-d128', 't1-isolated-d32']"
4654
4655
- "'t0-isolated-d256u256s2' in topo_name and platform in ['x86_64-nvidia_sn5640-r0']"
4655
4656
4656
4657
srv6/test_srv6_static_config.py:
4657
4658
skip:
4658
-
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"
4659
+
reason: "Only target mellanox SPC4+ platform with 202412 or 202511+ image. Requires particular image support (202412 or 202511+). Skip for non Arista-7060X6-64PE-B-* TH5 SKUs. Skip for t0-isolated-d96u32, t1-isolated-d32/128"
4659
4660
conditions_logical_operator: or
4660
4661
conditions:
4661
-
- "release not in ['202412'] and asic_type not in ['vpp']"
4662
+
- "(release != 'master' and release != '202412' and release < '202511') and asic_type not in ['vpp']"
4663
+
- "asic_type == 'mellanox' and asic_gen in ['spc1', 'spc2', 'spc3']"
4662
4664
- "'Arista-7060X6-64PE' in hwsku and 'Arista-7060X6-64PE-B' not in hwsku"
4663
4665
- "topo_name in ['t0-isolated-d96u32s2', 't1-isolated-d128', 't1-isolated-d32']"
reason: "Only target mellanox/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"
4675
+
reason: "Only target mellanox SPC4+/brcm platform with 202412 or 202511+ image. Skip for non Arista-7060X6-64PE-B-* TH5 SKUs. Skip for t0-isolated-d96u32, t1-isolated-d32/128"
4674
4676
conditions_logical_operator: or
4675
4677
conditions:
4676
-
- "asic_type not in ['mellanox', 'broadcom'] or release not in ['202412']"
4678
+
- "asic_type not in ['mellanox', 'broadcom'] or (release != 'master' and release != '202412' and release < '202511')"
4679
+
- "asic_type == 'mellanox' and asic_gen in ['spc1', 'spc2', 'spc3']"
4677
4680
- "'Arista-7060X6-64PE' in hwsku and 'Arista-7060X6-64PE-B' not in hwsku"
4678
4681
- "topo_name in ['t0-isolated-d96u32s2', 't1-isolated-d128', 't1-isolated-d32']"
0 commit comments