Skip to content

Commit

Permalink
Skip watchdog reboot for t1 (#8176)
Browse files Browse the repository at this point in the history
  • Loading branch information
rraguraj authored May 4, 2023
1 parent 73a1208 commit f8cdd33
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -857,9 +857,11 @@ platform_tests/test_reboot.py::test_warm_reboot:

platform_tests/test_reboot.py::test_watchdog_reboot:
skip:
reason: "Skip watchdog reboot test for Wistron / Nokia 7215"
reason: "Skip watchdog reboot test for Wistron / Nokia 7215 / cisco platform x86_64-8102_64h_o-r0"
conditions_logical_operator: or
conditions:
- "'sw_to3200k' in hwsku or platform in ['armhf-nokia_ixs7215_52x-r0']"
- "'t1' in topo_type and platform in ['x86_64-8102_64h_o-r0']"

#######################################
##### test_reload_config.py #####
Expand Down

0 comments on commit f8cdd33

Please sign in to comment.