Project

General

Profile

Actions

action #38861

closed

[opensuse] test fails in first_boot

Added by osukup almost 6 years ago. Updated almost 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
-
Start date:
2018-07-26
Due date:
% Done:

0%

Estimated time:
Difficulty:

Description

Observation

openQA test in scenario opensuse-15.0-DVD-Updates-x86_64-kde@64bit-2G fails in
first_boot

Reproducible

Fails since (at least) Build 20180725-4

Expected result

Last good: 20180725-3 (or more recent)

Further details

Always latest result in this scenario: latest


Related issues 1 (0 open1 closed)

Has duplicate openQA Tests - action #38864: [functional][opensuse][u] errors--compilation from first_boot.pmRejectedokurz2018-07-26

Actions
Actions #1

Updated by okurz almost 6 years ago

  • Status changed from New to Feedback
  • Assignee set to okurz
Actions #2

Updated by okurz almost 6 years ago

  • Has duplicate action #38864: [functional][opensuse][u] errors--compilation from first_boot.pm added
Actions #3

Updated by zluo almost 6 years ago

The problem was

use version_utils 'sle_version_at_least';

line 60 of first_boot.pm:

if (!is_sle('<=15') && !is_leap('<=15.0') && check_var('ARCH', 'aarch64') && check_var('DESKTOP', 'gnome')) {
..

--
Please see

http://e13.suse.de/tests/7118

I changed
use version_utils 'sle_version_at_least'; to use version_utils ;

Actions #4

Updated by okurz almost 6 years ago

  • Status changed from Feedback to Resolved

I already mentioned the commit in master that fixed it.

No further failures seen on production.

Actions

Also available in: Atom PDF