From 6c5dda9d3432807f987966ecf49ad37f93f1935f Mon Sep 17 00:00:00 2001 From: Anant <127479400+AnantKishorSharma@users.noreply.github.com> Date: Fri, 11 Oct 2024 07:34:51 +0530 Subject: [PATCH] skip test_bgp_suppress_fib in 202405 release (#14877) What is the motivation for this PR? Skip the test as the functionality is not available in the release 202405 How did you do it? Skip the test for 202405 release How did you verify/test it? Test skipped ------ generated xml file: /run_logs/ananshar/bgp/test_bgp_suppress_fib_2024-09-18-06-43-54.xml ------ --------------------------------------- live log sessionfinish --------------------------------------- 06:44:05 __init__.pytest_terminal_summary L0067 INFO | Can not get Allure report URL. Please check logs ====================================== short test summary info ======================================= SKIPPED [2] bgp/test_bgp_suppress_fib.py:717: Not supported before release 202411. SKIPPED [5] bgp/test_bgp_suppress_fib.py: Not supported before release 202411. =================================== 7 skipped, 1 warning in 9.53s ==================================== Any platform specific information? Generic issue --- .../plugins/conditional_mark/tests_mark_conditions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index 3c1f7797317..994936c0917 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -156,9 +156,9 @@ bgp/test_bgp_speaker.py: bgp/test_bgp_suppress_fib.py: skip: - reason: "Not supported before release 202405." + reason: "Not supported before release 202411." conditions: - - "release in ['201811', '201911', '202012', '202205', '202211', '202305', '202311']" + - "release in ['201811', '201911', '202012', '202205', '202211', '202305', '202311', '202405']" bgp/test_bgpmon.py: skip: