Project

General

Profile

Actions

action #68507

closed

[functional][y] Apply workaround for bsc#1157928 when switch to x11 console on s390x kvm

Added by riafarov almost 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
SUSE QA - SLE 15 SP3
Start date:
2020-06-29
Due date:
% Done:

0%

Estimated time:
5.00 h

Description

Follow up for #67765.
Investigation has shown that we face combination of 2 issues, one is that we get polkit window and other is console switching itself.

Following code solves the issue:

    select_console('x11', await_console => 0);
    record_soft_failure 'bsc#1157928 - deal with additional polkit windows';
    wait_still_screen(3);
    ensure_unlocked_desktop;
    # deal with potential followup authentication window which is not
    # actually a login screen but polkit asking for modification to system
    # repositories
    wait_still_screen(3);
    ensure_unlocked_desktop;

However, we already have workaround in first_boot module and proper solution should be triggered from console_selected, so ensure_unlocked_desktop seems to be better place for this solution as we can face this issue not only during the boot.

Actions

Also available in: Atom PDF