Skip to content

Commit

Permalink
skip test_bgp_suppress_fib in 202405 release (#14877)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
AnantKishorSharma authored Oct 11, 2024
1 parent 0779a01 commit 6c5dda9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6c5dda9

Please sign in to comment.