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
0%
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
Updated by mgriessmeier about 7 years ago
- Subject changed from [sles][functional] lvm+RAID tests fail in partitioning_raid: needs adoption depending on number of devices to [sles][functional] RAID tests fail in partitioning_raid: needs adoption depending on number of devices
not only happening for lvm -> https://openqa.suse.de/tests/1319697 at least it looks similiar, needs investigation though
Updated by okurz about 7 years ago
- Subject changed from [sles][functional] RAID tests fail in partitioning_raid: needs adoption depending on number of devices to [sle][functional] RAID tests fail in partitioning_raid: needs adoption depending on number of devices
- Target version set to Milestone 14
Updated by michalnowak almost 7 years ago
- Status changed from New to In Progress
- Assignee set to michalnowak
I have fixes for partition_raid.pm
for LVM+RAID1
for all machines. Will present PR later today.
Updated by michalnowak almost 7 years ago
- Status changed from In Progress to Feedback