Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Recover via console] Support recovering Force10-S6100 devices via console #11847

Merged
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
Loading