Skip to content
Merged
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: 1 addition & 1 deletion .azure-pipelines/recover_testbed/recover_testbed.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def recover_via_console(sonichost, conn_graph_facts, localhost, mgmt_ip, image_u
posix_shell_aboot(dut_console, mgmt_ip, image_url)
elif device_type in ["nexus"]:
posix_shell_onie(dut_console, mgmt_ip, image_url, is_nexus=True)
elif device_type in ["mellanox", "cisco", "acs", "celestica"]:
elif device_type in ["mellanox", "cisco", "acs", "celestica", "force10"]:
is_celestica = device_type in ["celestica"]
posix_shell_onie(dut_console, mgmt_ip, image_url, is_celestica=is_celestica)
elif device_type in ["nokia"]:
Expand Down