action #183002
opencoordination #169654: [epic] Create test scenarios for Agama
Create first unattended RAID scenario
0%
Description
Motivation¶
Kick off the first iteration of automation for RAID for the unattended installation.
Let's go only for RAID0 in qemu for this first iteration.
Out of scope, we can consider later sizes of disk in powerVM if we don't need to adjust more things or even wait for POWER10 machine with power kvm for SLES 16.
Untested example to follow:
{
"storage": {
"drives": [
{
"search": { "max": 4 },
"partitions": [
{
"search": "*",
"delete": true
},
{
"id": "bios-boot",
"size": "8 MiB"
},
{
"alias": "first-raid",
"id": "raid",
"size": "7.81 GiB"
},
{
"alias": "second-raid",
"id": "raid",
"size": "512 MiB"
}
],
"mdRaids": [
{
"level": "raid0",
"devices": ["first-raid"],
"partitions": [
{
"filesystem": {
"path": "/",
"type": {
"btrfs": { "snapshots": false }
}
}
}
]
},
{
"level": "raid0",
"devices": ["second-raid"],
"partitions": [
{ "filesystem": { "path": "swap" } }
]
}
]
}
]
}
Acceptance criteria¶
- AC1: Create unattended RAID scenario.
- AC2: Include validation of RAID in the same fashion with test data that is done in SLE 15.
Updated by zoecao 5 days ago
Running VRs to verify the testsuites:
https://openqa.suse.de/tests/overview?distri=sle&version=16.0&build=chcao_183002
Updated by JERiveraMoya 5 days ago
Please, as we agreed a time ago with the team, add always minimum a draft PR before pasting the VR so things are correlated and easier to review.
Updated by zoecao 5 days ago
PR for this ticket: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/22182
Updated by JERiveraMoya about 3 hours ago
- Tags changed from qe-yam-may-sprint-fy25 to qe-yam-jun-sprint-fy25