Actions
action #28955
closedcoordination #28949: [sle][functional][opensuse][epic] Improve test coverage of partitioning_raid
[sle][functional][easy][yast] Specific needle for each raid type
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
Start date:
2017-12-06
Due date:
2018-02-13
% Done:
0%
Estimated time:
Difficulty:
Description
Observation¶
At the moment, there is a general needle used to assert the final step of partitioning. That means that we could have a false negative if the needle match with a non-expected result.
openQA test in scenario sle-15-Installer-DVD-x86_64-RAID0@64bit fails in
partitioning_raid
Acceptance criteria¶
- AC1: Each raid type has its own needle for acceptedpartitioning matching exactly the expected result.
- AC2: The code still uses the tag acceptedpartitioningraidefi.
- AC3: The verification runs match the proper specific needle for each raid type.
- AC4: The test module partitioning_raid doesn't fail on this needle.
Tasks¶
- Create specific needles for each raid type taking care of not breaking the current code base.
- See this sample for raid0 on uefi/aarch64: osd#1311060#step/partitioning_raid/233
Tags examples¶
SLE 15¶
"ENV-15ORLATER-1",
"acceptedpartitioningraidX", (use here the raid type instead of **X**, like _acceptedpartitioningraid0efi_)
"acceptedpartitioningraid"
SLE 15 EFI¶
"ENV-15ORLATER-1",
"ENV-UEFI-1",
"acceptedpartitioningraidXefi", (use here the raid type instead of **X**, like _acceptedpartitioningraid0efi_)
"acceptedpartitioningraidefi"
SLE 15 OFW¶
"ENV-15ORLATER-1",
"ENV-OFW-1",
"acceptedpartitioningraidXofw", (use here the raid type instead of **X**, like _acceptedpartitioningraid0ofw_)
"acceptedpartitioningraid"
SLE 12-SP4¶
"ENV-12SP4ORLATER-1",
"acceptedpartitioningraidX", (use here the raid type instead of **X**, like _acceptedpartitioningraid0_)
"acceptedpartitioningraid"
Reproducible¶
Fails since (at least) Build 288.8
Expected result¶
Last good: (unknown) (or more recent)
Further details¶
Always latest result in this scenario: latest
Actions