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:
parent
02f9fe9a65
commit
2eca52e950
@ -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 |
@ -60,6 +60,8 @@ sub run {
|
||||
activate("root");
|
||||
custom_blivet_resize_partition(size => '13', units => 'GiB');
|
||||
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
|
||||
# partition in the view, so we need to activate this again before we attempt to do
|
||||
|
Loading…
Reference in New Issue
Block a user