Tag name corrected and needles reorganised

This commit is contained in:
Alan Marshall 2024-08-05 14:25:26 +01:00
parent ae573f5cc8
commit 07b841d62a
Signed by: alangm
GPG Key ID: 4DF85D1B967F51A6
9 changed files with 4 additions and 54 deletions

View File

@ -1,16 +0,0 @@
{
"area": [
{
"width": 74,
"xpos": 374,
"type": "match",
"height": 22,
"ypos": 135
}
],
"properties": [],
"tags": [
"ENV-DISTRI-rocky",
"device_root_resized_twelve"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 233 KiB

View File

@ -11,6 +11,6 @@
"properties": [],
"tags": [
"ENV-DISTRI-rocky",
"device_root_resized_twelve"
"device_root_resized_eleven_point_five"
]
}
}

View File

@ -1,16 +0,0 @@
{
"area": [
{
"height": 22,
"ypos": 139,
"xpos": 394,
"type": "match",
"width": 74
}
],
"properties": [],
"tags": [
"ENV-DISTRI-rocky",
"device_root_resized_twelve"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

View File

@ -1,16 +0,0 @@
{
"area": [
{
"xpos": 394,
"width": 74,
"type": "match",
"ypos": 147,
"height": 22
}
],
"properties": [],
"tags": [
"ENV-DISTRI-rocky",
"device_root_resized_twelve"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

View File

@ -62,10 +62,8 @@ sub run {
assert_and_click "anaconda_part_update_settings";
# give it a second or two to update
wait_still_screen 2;
# Fedora original here as to resize to 13GiB but Rocky default / partition
# size is 12.5GiB and we can only resize down.
# Check that the partition has been resized for 12GiB
assert_screen "device_root_resized_twelve";
# Check that the partition has been resized for 11.5GiB
assert_screen "device_root_resized_eleven_point_five";
# Add new /home partition into the emptied space.
assert_and_click "anaconda_part_add";