Skip to content

Commit

Permalink
[Recover via console] Support recovering Force10-S6100 devices via co…
Browse files Browse the repository at this point in the history
…nsole (#11847)
  • Loading branch information
yutongzhang-microsoft authored Mar 4, 2024
1 parent 2c87366 commit 0c3f206
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 0c3f206

Please sign in to comment.