Actions
action #29413
closedcoordination #28949: [sle][functional][opensuse][epic] Improve test coverage of partitioning_raid
[sle][functional] RAID tests fail in partitioning_raid: needs adoption depending on number of devices
Status:
Resolved
Priority:
Normal
Assignee:
michalnowak
Category:
Bugs in existing tests
Target version:
Start date:
2017-12-14
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
Observation¶
openQA test in scenario sle-15-Installer-DVD-x86_64-lvm+RAID1@64bit fails in
partitioning_raid
The problem is, that we press down twice, which is hardcoded, but since the number of entries here differ, this needs to be investigated for all different cases and adapted accordingly
partitioning_raid.pm (L120 ff.)
sub set_lvm {
send_key "shift-tab";
# select LVM
send_key "down";
if (is_storage_ng) {
send_key 'down' for (1 .. 3);
}
Reproducible¶
Fails since (at least) Build 288.8
Expected result¶
Last good: 12SP3 GM: https://openqa.suse.de/tests/1322491#step/partitioning_raid/178
Further details¶
Always latest result in this scenario: latest
Actions