diff --git a/needles/anaconda/partitioning/rocky-device_root_resized_11_91-20240716.json b/needles/anaconda/partitioning/rocky-device_root_resized_11_91-20240716.json deleted file mode 100644 index 6fdebd97..00000000 --- a/needles/anaconda/partitioning/rocky-device_root_resized_11_91-20240716.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "area": [ - { - "width": 74, - "xpos": 374, - "type": "match", - "height": 22, - "ypos": 135 - } - ], - "properties": [], - "tags": [ - "ENV-DISTRI-rocky", - "device_root_resized_twelve" - ] -} \ No newline at end of file diff --git a/needles/anaconda/partitioning/rocky-device_root_resized_11_91-20240716.png b/needles/anaconda/partitioning/rocky-device_root_resized_11_91-20240716.png deleted file mode 100644 index 1928a626..00000000 Binary files a/needles/anaconda/partitioning/rocky-device_root_resized_11_91-20240716.png and /dev/null differ diff --git a/needles/anaconda/partitioning/rocky-disk_custom_resize_lvm-device_root_resized_11_5-20240727.json b/needles/anaconda/partitioning/rocky-device_root_resized_eleven_point_five.json similarity index 75% rename from needles/anaconda/partitioning/rocky-disk_custom_resize_lvm-device_root_resized_11_5-20240727.json rename to needles/anaconda/partitioning/rocky-device_root_resized_eleven_point_five.json index 9f950866..03bd2aa9 100644 --- a/needles/anaconda/partitioning/rocky-disk_custom_resize_lvm-device_root_resized_11_5-20240727.json +++ b/needles/anaconda/partitioning/rocky-device_root_resized_eleven_point_five.json @@ -11,6 +11,6 @@ "properties": [], "tags": [ "ENV-DISTRI-rocky", - "device_root_resized_twelve" + "device_root_resized_eleven_point_five" ] -} \ No newline at end of file +} diff --git a/needles/anaconda/partitioning/rocky-disk_custom_resize_lvm-device_root_resized_11_5-20240727.png b/needles/anaconda/partitioning/rocky-device_root_resized_eleven_point_five.png similarity index 100% rename from needles/anaconda/partitioning/rocky-disk_custom_resize_lvm-device_root_resized_11_5-20240727.png rename to needles/anaconda/partitioning/rocky-device_root_resized_eleven_point_five.png diff --git a/needles/anaconda/partitioning/rocky-device_root_resized_twelve-20210814.json b/needles/anaconda/partitioning/rocky-device_root_resized_twelve-20210814.json deleted file mode 100644 index 79bde9ef..00000000 --- a/needles/anaconda/partitioning/rocky-device_root_resized_twelve-20210814.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "area": [ - { - "height": 22, - "ypos": 139, - "xpos": 394, - "type": "match", - "width": 74 - } - ], - "properties": [], - "tags": [ - "ENV-DISTRI-rocky", - "device_root_resized_twelve" - ] -} \ No newline at end of file diff --git a/needles/anaconda/partitioning/rocky-device_root_resized_twelve-20210814.png b/needles/anaconda/partitioning/rocky-device_root_resized_twelve-20210814.png deleted file mode 100644 index db9676ea..00000000 Binary files a/needles/anaconda/partitioning/rocky-device_root_resized_twelve-20210814.png and /dev/null differ diff --git a/needles/anaconda/partitioning/rocky-device_root_resized_twelve-20220627.json b/needles/anaconda/partitioning/rocky-device_root_resized_twelve-20220627.json deleted file mode 100644 index 053248f9..00000000 --- a/needles/anaconda/partitioning/rocky-device_root_resized_twelve-20220627.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "area": [ - { - "xpos": 394, - "width": 74, - "type": "match", - "ypos": 147, - "height": 22 - } - ], - "properties": [], - "tags": [ - "ENV-DISTRI-rocky", - "device_root_resized_twelve" - ] -} \ No newline at end of file diff --git a/needles/anaconda/partitioning/rocky-device_root_resized_twelve-20220627.png b/needles/anaconda/partitioning/rocky-device_root_resized_twelve-20220627.png deleted file mode 100644 index e3d8975f..00000000 Binary files a/needles/anaconda/partitioning/rocky-device_root_resized_twelve-20220627.png and /dev/null differ diff --git a/tests/disk_custom_resize_lvm.pm b/tests/disk_custom_resize_lvm.pm index 6cc8e9dc..49215d32 100644 --- a/tests/disk_custom_resize_lvm.pm +++ b/tests/disk_custom_resize_lvm.pm @@ -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";