From 82ab47e83e9fcd4e5767ed5d8e3e849d4db656e4 Mon Sep 17 00:00:00 2001 From: SuvarnaMeenakshi <50386592+SuvarnaMeenakshi@users.noreply.github.com> Date: Fri, 25 Aug 2023 14:21:51 -0700 Subject: [PATCH] [SNMP][IPv6]: Skip SNMP IPv6 related tests in 202211 branch. (#9630) What is the motivation for this PR? Issue sonic-net/sonic-buildimage#16165 Changes added in the PR sonic-net/sonic-buildimage#15487 to support SNMP over IPv6 does not handle if mgmt IP address is obtained via DHCP. How did you do it? Skip the sonic-mgmt SNMP IPv6 related tests in 202211 so that the sonic-net/sonic-buildimage#15487 can be reverted. --- .../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"