action #52016
closedtest fails in aaa_base no /boot/vmlinuz for PowerPC (ppc64/ppc64le)
80%
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
Updated by okurz almost 6 years ago
- Is duplicate of action #51980: [aarch64][qam][blue] test fails in aaa_base added
Updated by martinsmac almost 6 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.
Updated by martinsmac almost 6 years ago
Test result: Opensuse tw - http://10.161.229.197/tests/693
Updated by martinsmac almost 6 years ago
Pull request created:
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/7554
Updated by martinsmac almost 6 years ago
- Status changed from In Progress to Resolved