mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-12-03 10:06:26 +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": [],
|
||||
"tags": [
|
||||
"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";
|
||||
# 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";
|
||||
|
Loading…
Reference in New Issue
Block a user