Project

General

Profile

Actions

action #52016

closed

test fails in aaa_base no /boot/vmlinuz for PowerPC (ppc64/ppc64le)

Added by michel_mno almost 5 years ago. Updated almost 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
-
Start date:
2019-05-27
Due date:
2019-05-28
% Done:

80%

Estimated time:
Difficulty:

Description

test fails in aaa_base no /boot/vmlinuz for PowerPC (ppc64/ppc64le)

aaa_base.pm has hardcoded request for /boot/vmlinuz that do not exist for PowerPC
related code to be adapted.

$git log ./tests/console/aaa_base.pm
commit b3b22614961aeb513980af64458c295d8f1f699e
Author: mmartins <mmartins@dsuse.cz>
Date:   Thu May 16 21:40:33 2019 +0200

    add aaa_base regression test

Observation

openQA test in scenario opensuse-Tumbleweed-DVD-ppc64le-extra_tests_in_textmode@ppc64le fails in
aaa_base

Test suite description

Maintainer: okurz@suse.de

Mainly console extratest.

Reproducible

Fails since (at least) Build 20180813

Expected result

Last good: (unknown) (or more recent)

Further details

Always latest result in this scenario: latest


Related issues 1 (0 open1 closed)

Is duplicate of openQA Tests - action #51980: [aarch64][qam][blue] test fails in aaa_baseResolvedmartinsmac2019-05-242019-05-28

Actions
Actions #1

Updated by okurz almost 5 years ago

  • Is duplicate of action #51980: [aarch64][qam][blue] test fails in aaa_base added
Actions #2

Updated by okurz almost 5 years ago

  • Assignee set to martinsmac
Actions #3

Updated by martinsmac almost 5 years ago

  • Due date set to 2019-05-28
  • Status changed from New to In Progress
  • % Done changed from 0 to 80

Ok, identify issue, working with change:

-- assert_script_run "get_kernel_version /boot/vmlinuz";
++ assert_script_run "get_kernel_version \$(ls /boot/vmlinu*-* | sort | tail -1)";

Running tests, and I will create a new PR.

Actions #4

Updated by martinsmac almost 5 years ago

Test result: Opensuse tw - http://10.161.229.197/tests/693

Actions #6

Updated by martinsmac almost 5 years ago

  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF