Actions
action #39827
closed[sle][functional][y] test fails in nis_client - gnome screen lock was not turned off
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
SUSE QA (private) - Milestone 23
Start date:
2018-08-16
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
Updated by okurz over 6 years ago
- Related to action #40094: [functional][u] xscreensaver disabled in updates_packagekit_gpk.pm is back in x11 tests added
Updated by okurz over 6 years ago
- Target version set to Milestone 21
only happened once so far but is worth to look into after #40094
Updated by okurz about 6 years ago
- Target version changed from Milestone 21 to Milestone 22
Updated by mloviska about 6 years ago
I think the problem was that we have become root first and then the test executed subroutine to disable screen lock.
sub run {
my ($self) = @_;
x11_start_program('xterm -geometry 155x45+5+5', target_match => 'xterm');
become_root;
turn_off_gnome_screensaver if check_var('DESKTOP', 'gnome');
Currently should be fixed by https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/6171.
Nevertheless we can keep this ticket opened for monitoring purposes.
Updated by okurz almost 6 years ago
- Target version changed from Milestone 22 to Milestone 23
Updated by riafarov almost 6 years ago
- Status changed from New to Resolved
- Assignee set to mloviska
Resolved by explicitly disabling screensaver on gnome.
Actions