From db376c7f14ecbf46cf95e97a17838612dcbcf482 Mon Sep 17 00:00:00 2001 From: Suvarna Meenakshi Date: Thu, 24 Aug 2023 18:06:45 +0000 Subject: [PATCH] [SNMP][IPv6]: Skip SNMP IPv6 related tests in 202211 branch. Signed-off-by: Suvarna Meenakshi --- .../conditional_mark/tests_mark_conditions.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index 63ae1f3b93..d03883cd63 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -1002,6 +1002,18 @@ show_techsupport/test_techsupport.py::test_techsupport: ####################################### ##### snmp ##### ####################################### +snmp/test_snmp_link_local.py: + skip: + reason: "SNMP over IPv6 support not present in 202211 branch." + conditions: + - "branch in ['202211']" + +snmp/test_snmp_loopback.py: + skip: + reason: "SNMP over Loopback IPv6 support not present in 202211 branch." + conditions: + - "branch in ['202211']" + snmp/test_snmp_pfc_counters.py: skip: reason: "M0/MX topo does not support test_snmp_pfc_counters"