mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-09 06:51:23 +00:00
Tag name corrected and needles reorganised
This commit is contained in:
parent
ae573f5cc8
commit
07b841d62a
@ -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 |
@ -11,6 +11,6 @@
|
|||||||
"properties": [],
|
"properties": [],
|
||||||
"tags": [
|
"tags": [
|
||||||
"ENV-DISTRI-rocky",
|
"ENV-DISTRI-rocky",
|
||||||
"device_root_resized_twelve"
|
"device_root_resized_eleven_point_five"
|
||||||
]
|
]
|
||||||
}
|
}
|
Before Width: | Height: | Size: 234 KiB After Width: | Height: | Size: 234 KiB |
@ -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 |
@ -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 |
@ -62,10 +62,8 @@ sub run {
|
|||||||
assert_and_click "anaconda_part_update_settings";
|
assert_and_click "anaconda_part_update_settings";
|
||||||
# give it a second or two to update
|
# give it a second or two to update
|
||||||
wait_still_screen 2;
|
wait_still_screen 2;
|
||||||
# Fedora original here as to resize to 13GiB but Rocky default / partition
|
# Check that the partition has been resized for 11.5GiB
|
||||||
# size is 12.5GiB and we can only resize down.
|
assert_screen "device_root_resized_eleven_point_five";
|
||||||
# Check that the partition has been resized for 12GiB
|
|
||||||
assert_screen "device_root_resized_twelve";
|
|
||||||
|
|
||||||
# Add new /home partition into the emptied space.
|
# Add new /home partition into the emptied space.
|
||||||
assert_and_click "anaconda_part_add";
|
assert_and_click "anaconda_part_add";
|
||||||
|
Loading…
Reference in New Issue
Block a user