Project

General

Profile

Actions

action #67801

closed

[sle][security][sle15sp2][git] set the console connection to serial console by default

Added by rfan1 almost 4 years ago. Updated almost 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
2020-06-08
Due date:
% Done:

100%

Estimated time:
Difficulty:

Description

Due to PR https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/10434

I received good suggestions within team, after internal discussion, I decided to revert a commit for "git" test.
and don't change the test logic for the original test case, and use a external switch to select the "right" console for our chain tests (especially on s390x platform)

elsif ($backend eq 'svirt') {
if (check_var('SERIAL_CONSOLE', 0)) {
$console = $root ? 'root-console' : 'user-console';
} else {
$console = $root ? 'root-sut-serial' : 'sut-serial';
}

Actions

Also available in: Atom PDF