Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/platform_tests/test_reboot.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ def teardown_module(duthosts, enum_rand_one_per_hwsku_hostname,
"Tearing down: to make sure all the critical services, interfaces and transceivers are good")
interfaces = conn_graph_facts.get("device_conn", {}).get(duthost.hostname, {})
wait_for_startup(duthost, localhost, delay=10, timeout=300)
if duthost.facts['hwsku'] in {"Nokia-M0-7215", "Nokia-7215"}:
wait_critical_processes(duthost)
check_critical_processes(duthost, watch_secs=10)
check_interfaces_and_services(duthost, interfaces, xcvr_skip_list)
if duthost.is_supervisor_node():
Expand Down