1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-02-13 11:04:32 +00:00

Add size check to the Blivet test, too

This commit is contained in:
Lukáš Růžička 2021-05-10 14:13:42 +02:00
parent 02f9fe9a65
commit 2eca52e950
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"properties": [],
"tags": [
"anaconda_part_size_changed"
],
"area": [
{
"xpos": 468,
"ypos": 323,
"width": 43,
"height": 16,
"type": "match"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

View File

@ -60,6 +60,8 @@ sub run {
activate("root"); activate("root");
custom_blivet_resize_partition(size => '13', units => 'GiB'); custom_blivet_resize_partition(size => '13', units => 'GiB');
wait_still_screen 5; wait_still_screen 5;
# Check that the value has been accepted by Anaconda
assert_screen "anaconda_part_size_changed";
# Now format the resized root partition. It seems that the focus returns to the first # Now format the resized root partition. It seems that the focus returns to the first
# partition in the view, so we need to activate this again before we attempt to do # partition in the view, so we need to activate this again before we attempt to do