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

Remove disable related code due to it will aggravate half-open issue #5722

Merged
merged 1 commit into from
Nov 14, 2018
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: 0 additions & 2 deletions lib/ipmi_backend_utils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ our @EXPORT = qw(use_ssh_serial_console set_serial_console_on_vh switch_from_ssh

#use it after SUT boot finish, as it requires ssh connection to SUT to interact with SUT, including window and serial console
sub use_ssh_serial_console {
console('sol')->disable if check_var('BACKEND', 'ipmi');
select_console('root-ssh');
$serialdev = 'sshserial';
set_var('SERIALDEV', $serialdev);
Expand All @@ -47,7 +46,6 @@ sub switch_from_ssh_to_sol_console {
set_var('SERIALDEV', '');
$serialdev = 'ttyS1';
bmwqemu::save_vars();
console('sol')->disable;
if ($opts{'reset_console_flag'} eq "on") {
reset_consoles;
}
Expand Down