From a3ff888cb18e7c086db33255d8272871a4b581db Mon Sep 17 00:00:00 2001 From: xwjiang-ms Date: Thu, 19 Dec 2024 08:21:01 +0000 Subject: [PATCH] Fix subnet_decap test condition error --- tests/common/plugins/conditional_mark/tests_mark_conditions.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index 86fdeb80371..ced67afa70b 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -322,6 +322,7 @@ decap/test_decap.py::test_decap[ttl=uniform, dscp=uniform, vxlan=set_unset]: decap/test_subnet_decap.py::test_vlan_subnet_decap: skip: reason: "Supported only on T0 topology with KVM or broadcom td3 asic, and available for 202405 release and later, need to skip on KVM testbed since subnet_decap feature haven't been added into yang model" + conditions_logical_operator: or conditions: - "topo_type not in ['t0']" - "asic_type not in ['vs'] or asic_gen not in ['td3']"