From f480bc8d0df1b08a6c94a24b546b090f0e198fc6 Mon Sep 17 00:00:00 2001 From: Rajendra Kumar Thirumurthi Date: Tue, 8 Oct 2024 18:53:43 -0700 Subject: [PATCH] Extended the SingleHop BFD skip to other cisco platforms (#14862) --- .../plugins/conditional_mark/tests_mark_conditions.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index c538ffc6023..f6012b519f6 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -76,15 +76,15 @@ bfd/test_bfd.py: bfd/test_bfd.py::test_bfd_basic: skip: - reason: "Test not supported for cisco-8102 as it doesnt support single hop BFD. Skipping the test" + reason: "Test not supported for cisco as it doesnt support single hop BFD. Skipping the test" conditions: - - "platform in ['x86_64-8102_64h_o-r0', 'x86_64-8101_32fh_o-r0']" + - "platform in ['x86_64-8102_64h_o-r0', 'x86_64-8101_32fh_o-r0', 'x86_64-8111_32eh_o-r0', 'x86_64-8122_64eh_o-r0', 'x86_64-8122_64ehf_o-r0']" bfd/test_bfd.py::test_bfd_scale: skip: - reason: "Test not supported for cisco-8102 as it doesnt support single hop BFD. Skipping the test" + reason: "Test not supported for cisco as it doesnt support single hop BFD. Skipping the test" conditions: - - "platform in ['x86_64-8102_64h_o-r0', 'x86_64-8101_32fh_o-r0']" + - "platform in ['x86_64-8102_64h_o-r0', 'x86_64-8101_32fh_o-r0', 'x86_64-8111_32eh_o-r0', 'x86_64-8122_64eh_o-r0', 'x86_64-8122_64ehf_o-r0']" bfd/test_bfd_static_route.py: skip: