Skip to content

Commit

Permalink
enhance skip reason for test_warm_reboot and test_fast_reboot (sonic-…
Browse files Browse the repository at this point in the history
…net#13616)

What is the motivation for this PR?
Enhance skip reason for test_warm_reboot and test_fast_reboot.
  • Loading branch information
Gfrom2016 authored Jul 10, 2024
1 parent abd4c08 commit eb770be
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ platform_tests/test_reboot.py::test_cold_reboot:

platform_tests/test_reboot.py::test_fast_reboot:
skip:
reason: "Skip test_fast_reboot for m0/mx"
reason: "Skip test_fast_reboot for m0/mx/t1/t2"
conditions:
- "topo_type in ['m0', 'mx', 't1', 't2']"
xfail:
Expand All @@ -871,7 +871,7 @@ platform_tests/test_reboot.py::test_soft_reboot:

platform_tests/test_reboot.py::test_warm_reboot:
skip:
reason: "Skip test_warm_reboot for m0/mx"
reason: "Skip test_warm_reboot for m0/mx/t1/t2"
conditions:
- "topo_type in ['m0', 'mx', 't1', 't2']"
xfail:
Expand Down

0 comments on commit eb770be

Please sign in to comment.