Skip to content

Commit

Permalink
[platform][reboot] Fix test_power_off_reboot failed in 7215 (sonic-ne…
Browse files Browse the repository at this point in the history
…t#9085)

What is the motivation for this PR?
Skip condition for 7215 and 1031 failed in this case due to sonic-net#8646

How did you do it?
Modify skip condition.

How did you verify/test it?
Run tests.

Signed-off-by: Yaqiang Zhu <[email protected]>
  • Loading branch information
yaqiangz authored and AharonMalkin committed Jan 25, 2024
1 parent 24c9727 commit c63b3fc
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,12 @@ platform_tests/test_platform_info.py::test_turn_on_off_psu_and_check_psustatus:
#######################################
##### test_reboot.py #####
#######################################
platform_tests/test_power_off_reboot.py:
skip:
reason: "Skip power off reboot test for Wistron/Nokia-7215"
conditions:
- "(hwsku in ['Celestica-E1031-T48S4']) or ('sw_to3200k' in hwsku) or (platform in ['armhf-nokia_ixs7215_52x-r0']) or (is_multi_asic==True and release in ['201911'])"

platform_tests/test_reboot.py::test_cold_reboot:
xfail:
reason: "case failed and waiting for fix"
Expand All @@ -834,12 +840,6 @@ platform_tests/test_reboot.py::test_fast_reboot:
- "hwsku in ['Celestica-DX010-C32']"
- https://github.com/sonic-net/sonic-mgmt/issues/6767

platform_tests/test_reboot.py::test_power_off_reboot:
skip:
reason: "Skip power off reboot test for Wistron/Nokia-7215"
conditions:
- "(hwsku in ['Celestica-E1031-T48S4']) or ('sw_to3200k' in hwsku) or (platform in ['armhf-nokia_ixs7215_52x-r0']) or (is_multi_asic==True and release in ['201911'])"

platform_tests/test_reboot.py::test_soft_reboot:
skip:
reason: "Skip test_soft_reboot for m0/mx"
Expand Down

0 comments on commit c63b3fc

Please sign in to comment.