Actions
action #67801
closed[sle][security][sle15sp2][git] set the console connection to serial console by default
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';
}
Updated by rfan1 over 4 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Updated by pvorel over 4 years ago
- Subject changed from [sle][security][sle15sp2][git] set he console connection to serial console by default to [sle][security][sle15sp2][git] set the console connection to serial console by default
Actions