Actions
action #121918
open[qe-core] test fails in start_install
Status:
New
Priority:
Normal
Assignee:
-
Category:
Bugs in existing tests
Target version:
-
Start date:
2022-12-13
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
Observation¶
openQA test in scenario sle-15-SP5-Online-H-Staging-x86_64-RAID1@64bit fails in
start_install
Test suite description¶
Testsuite maintained at https://gitlab.suse.de/qa-maintenance/qam-openqa-yml. Maintainer: slindomansilla, jrauch
Installation of RAID1 using expert partitioner.
Reproducible¶
Fails since (at least) Build H.40.1
Expected result¶
Last good: H.37.1 (or more recent)
Further details¶
Always latest result in this scenario: latest
With the update of mdadm (https://build.suse.de/request/show/285910), mdadm installation destination changed from /sbin/ to /usr/sbin. So, test must be updated accordingly, changing command line from "/sbin/mdadm —create …" to "/usr/sbin/mdadm —create …"
Actions