1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-27 08:03:08 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Adam Williamson
729796730f Update KDE user confirm needle
This is from an F37 respin test that failed, Rawhide hasn't
reached this point for a while.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-12-13 12:43:50 -08:00
Adam Williamson
cce6a3da3d Update KDE login needle for some change in recent Rawhide update
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-12-13 12:37:26 -08:00
Adam Williamson
fdf4e4e757 Put INSTALL variable back for LVM resize tests
These actually *do* need it because they have START_AFTER_TEST
set, but they're still install tests.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-12-13 12:25:38 -08:00
5 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,19 @@
{
"area": [
{
"xpos": 376,
"type": "match",
"width": 74,
"height": 17,
"ypos": 457
}
],
"properties": [],
"tags": [
"DESKTOP-kde",
"LANGUAGE-english",
"graphical_login",
"graphical_login_input",
"login_screen"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"height": 17,
"width": 26,
"ypos": 219,
"type": "match",
"xpos": 39
}
],
"properties": [],
"tags": [
"user_confirm_jim"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 KiB

View File

@ -860,6 +860,7 @@
"settings": { "settings": {
"PARTITIONING": "custom_blivet_resize_lvm", "PARTITIONING": "custom_blivet_resize_lvm",
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2", "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
"INSTALL": "1",
"POSTINSTALL": "disk_custom_resize_lvm_postinstall", "POSTINSTALL": "disk_custom_resize_lvm_postinstall",
"ROOT_PASSWORD": "weakpassword", "ROOT_PASSWORD": "weakpassword",
"START_AFTER_TEST": "install_lvm_ext4" "START_AFTER_TEST": "install_lvm_ext4"
@ -874,6 +875,7 @@
"settings": { "settings": {
"PARTITIONING": "custom_resize_lvm", "PARTITIONING": "custom_resize_lvm",
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2", "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
"INSTALL": "1",
"ROOT_PASSWORD": "weakpassword", "ROOT_PASSWORD": "weakpassword",
"START_AFTER_TEST": "install_lvm_ext4" "START_AFTER_TEST": "install_lvm_ext4"
} }