diff --git a/.azure-pipelines/recover_testbed/recover_testbed.py b/.azure-pipelines/recover_testbed/recover_testbed.py index 0c07b44ba2..6c28368647 100644 --- a/.azure-pipelines/recover_testbed/recover_testbed.py +++ b/.azure-pipelines/recover_testbed/recover_testbed.py @@ -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"]: