Skip to content

Commit ac79ea9

Browse files
authored
xfail decap related cases for 202412 (#22831)
Description of PR Summary: subnet decap tunnel is disabled on 202412 in Azure/sonic-swss.msft#209. xfail related cases. qos/test_qos_dscp_mapping.py::TestQoSSaiDSCPQueueMapping_IPIP_Base::test_dscp_to_queue_mapping[uniform] srv6/test_srv6_dataplane:py::TestSRv6DataPlaneBase::test_srv6_full_func Signed-off-by: Dashuai Zhang <dashuaizhang@microsoft.com> --------- Signed-off-by: Dashuai Zhang <dashuaizhang@microsoft.com>
1 parent 1032966 commit ac79ea9

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3954,9 +3954,11 @@ qos/test_qos_dscp_mapping.py::TestQoSSaiDSCPQueueMapping_IPIP_Base::test_dscp_to
39543954
- "'dualtor' in topo_name and asic_type in ['mellanox']"
39553955
- "asic_type in ['marvell-teralynx']"
39563956
xfail:
3957-
reason: "Test case has issue on the t0-isolated-d256u256s2 topo."
3957+
reason: "Test case has issue on the 202412 branch as decap tunnel is disabled."
3958+
conditions_logical_operator: or
39583959
conditions:
39593960
- "'t0-isolated-d256u256s2' in topo_name and platform in ['x86_64-nvidia_sn5640-r0']"
3961+
- "'isolated' in topo_name and release in ['202412']"
39603962

39613963
qos/test_qos_masic.py:
39623964
skip:
@@ -4735,6 +4737,12 @@ srv6/test_srv6_dataplane.py:
47354737
conditions:
47364738
- "'t0-isolated-d256u256s2' in topo_name and platform in ['x86_64-nvidia_sn5640-r0']"
47374739

4740+
srv6/test_srv6_dataplane.py::TestSRv6DataPlaneBase::test_srv6_full_func:
4741+
xfail:
4742+
reason: "vlan decap is disabled in 202412 image, which causes the test case failure."
4743+
conditions:
4744+
- "'isolated' in topo_name and release in ['202412']"
4745+
47384746
srv6/test_srv6_static_config.py:
47394747
skip:
47404748
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"

0 commit comments

Comments
 (0)