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

Compare commits

..

19 Commits

Author SHA1 Message Date
Lukas Ruzicka
f4a75dae30 Create a test to connect from a GUI client. 2024-11-06 15:54:21 -08:00
Lukas Ruzicka
006c60b236 Make slight changes to the Freerdp test. 2024-11-06 15:54:21 -08:00
Lukas Ruzicka
24a783689c Add to templates. 2024-11-06 15:54:21 -08:00
Lukas Ruzicka
45bc57f727 Create the basic client file. 2024-11-06 15:54:21 -08:00
Lukas Ruzicka
aba00210f7 Update the server part. 2024-11-06 15:54:21 -08:00
Lukáš Růžička
6855f7627b Check that RDP process is running after set-up 2024-11-06 15:54:21 -08:00
Lukáš Růžička
235bbaa1b6 Add needles to support the test. 2024-11-06 15:54:21 -08:00
Lukáš Růžička
f64c41b7b7 Write the server script to start RDP 2024-11-06 15:54:21 -08:00
Lukáš Růžička
c9e79a7225 Fix parallelism 2024-11-06 15:54:21 -08:00
Lukáš Růžička
bd736b4566 Create test files. 2024-11-06 15:54:21 -08:00
Lukáš Růžička
b42137a28a Add tests to templates. 2024-11-06 15:54:21 -08:00
Adam Williamson
eb78e04325 mediakit_fileconflicts: we need to install python3-dnf now
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-11-06 12:29:30 -08:00
Adam Williamson
ce00bc94f1 blivet: more workarounds for issues with anaconda wayland port
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-11-06 11:42:12 -08:00
Adam Williamson
8a54cff407 support_server: use --use-host-config with --installroot
dnf5 needs us to do this to make it use the repo config from the
host, rather than expecting there to be one inside the target
install root. This test should now always run on F41 with dnf5,
so let's just change it unconditionally.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-11-06 11:17:42 -08:00
Adam Williamson
63ae1774cb blivet btrfs preserve home: workaround filesystem list issue
See https://bugzilla.redhat.com/show_bug.cgi?id=2324231 - since
the port to Wayland, the entry we need in the filesystem list is
not visible at first, we need to scroll the list to find it.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-11-06 11:06:24 -08:00
Lukas Ruzicka
d69af30671 Add needle to check running Abrt. 2024-11-06 16:29:08 +01:00
Lukas Ruzicka
a0564f47aa Fix needles for Help-viewer itself. 2024-11-06 16:17:45 +01:00
Lukas Ruzicka
75406ee7f4 On Network tests, authenticate if need be. 2024-11-06 12:15:48 +01:00
Lukas Ruzicka
977d491e8b Fix Help needles throughout various applications. 2024-11-05 17:40:36 +01:00
119 changed files with 1050 additions and 1 deletions

View File

@ -190,9 +190,20 @@ sub custom_blivet_format_partition {
my %args = @_; my %args = @_;
# Start editing the partition and select the Format option # Start editing the partition and select the Format option
assert_and_click "anaconda_blivet_part_edit"; assert_and_click "anaconda_blivet_part_edit";
# workaround another case where first click doesn't always work
# on Wayland
unless (check_screen "anaconda_blivet_part_format", 10) {
assert_and_click "anaconda_blivet_part_edit";
}
assert_and_click "anaconda_blivet_part_format"; assert_and_click "anaconda_blivet_part_format";
# Select the appropriate filesystem type. # Select the appropriate filesystem type.
assert_and_click "anaconda_blivet_part_drop_select"; assert_and_click "anaconda_blivet_part_drop_select";
unless (check_screen "anaconda_blivet_part_fs_$args{type}", 5) {
record_soft_failure "https://bugzilla.redhat.com/show_bug.cgi?id=2324231";
for (1 .. 15) {
send_key "up";
}
}
assert_and_click "anaconda_blivet_part_fs_$args{type}"; assert_and_click "anaconda_blivet_part_fs_$args{type}";
wait_still_screen 2; wait_still_screen 2;
# Fill in the label if needed. # Fill in the label if needed.

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 17,
"xpos": 447,
"type": "match",
"height": 15,
"width": 135
}
],
"properties": [],
"tags": [
"abrt_runs"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"type": "match",
"height": 21,
"xpos": 447,
"ypos": 46,
"width": 133
}
],
"properties": [],
"tags": [
"apps_run_abrt"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 133,
"ypos": 46,
"type": "match",
"height": 21,
"xpos": 447
}
],
"properties": [],
"tags": [
"apps_run_abrt"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 168,
"type": "match",
"height": 44,
"xpos": 6,
"ypos": 121
}
],
"properties": [],
"tags": [
"calc_help_factorial"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 125,
"height": 41,
"type": "match",
"xpos": 7,
"width": 317
}
],
"properties": [],
"tags": [
"calc_help_keyboard"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 106,
"ypos": 86,
"xpos": 9,
"type": "match",
"height": 20
}
],
"properties": [],
"tags": [
"calc_help_main_view"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"type": "match",
"xpos": 6,
"height": 25,
"ypos": 527,
"width": 92
}
],
"properties": [],
"tags": [
"calc_help_using_factorial"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 173,
"type": "match",
"xpos": 2,
"height": 29,
"ypos": 276
}
],
"properties": [],
"tags": [
"calc_help_using_keyboard"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 178,
"type": "match",
"height": 67,
"xpos": 5,
"ypos": 87
}
],
"properties": [],
"tags": [
"clocks_help_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 281,
"type": "match",
"xpos": 7,
"height": 22,
"width": 124
}
],
"properties": [],
"tags": [
"contacts_help_add_contact"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

View File

@ -0,0 +1,22 @@
{
"area": [
{
"width": 184,
"ypos": 39,
"height": 37,
"type": "match",
"xpos": 421
},
{
"width": 127,
"type": "match",
"height": 29,
"xpos": 6,
"ypos": 169
}
],
"properties": [],
"tags": [
"contacts_help_add_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 408,
"height": 21,
"type": "match",
"xpos": 8,
"width": 101
}
],
"properties": [],
"tags": [
"contacts_help_edit_contact"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View File

@ -0,0 +1,22 @@
{
"area": [
{
"width": 197,
"ypos": 122,
"type": "match",
"xpos": 7,
"height": 41
},
{
"xpos": 441,
"type": "match",
"height": 40,
"ypos": 36,
"width": 142
}
],
"properties": [],
"tags": [
"contacts_help_edit_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -0,0 +1,22 @@
{
"area": [
{
"type": "match",
"height": 36,
"xpos": 388,
"ypos": 38,
"width": 247
},
{
"width": 178,
"height": 23,
"type": "match",
"xpos": 104,
"ypos": 171
}
],
"properties": [],
"tags": [
"contacts_help_first_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"type": "match",
"height": 26,
"xpos": 77,
"ypos": 216,
"width": 168
}
],
"properties": [],
"tags": [
"contacts_help_first_time"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 86,
"xpos": 148,
"type": "match",
"height": 20,
"width": 76
}
],
"properties": [],
"tags": [
"contacts_help_home"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 371,
"xpos": 68,
"type": "match",
"height": 42,
"ypos": 109
}
],
"properties": [],
"tags": [
"evince_help_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 135,
"ypos": 83,
"type": "match",
"xpos": 8,
"height": 23
}
],
"properties": [],
"tags": [
"gte_help_bread_main"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 521,
"type": "match",
"height": 21,
"ypos": 239,
"width": 90
}
],
"properties": [],
"tags": [
"gte_help_files"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 125,
"type": "match",
"height": 43,
"xpos": 11,
"width": 171
}
],
"properties": [],
"tags": [
"gte_help_open_file"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 155,
"ypos": 424,
"xpos": 10,
"type": "match",
"height": 21
}
],
"properties": [],
"tags": [
"gte_help_search"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 308,
"ypos": 125,
"type": "match",
"xpos": 7,
"height": 36
}
],
"properties": [],
"tags": [
"gte_help_search_replace"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 372,
"type": "match",
"height": 32,
"xpos": 13,
"ypos": 112
}
],
"properties": [],
"tags": [
"gte_help_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 85,
"type": "match",
"height": 20,
"xpos": 8,
"width": 48
}
],
"properties": [],
"tags": [
"help_breadcrumbs_home"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB

View File

@ -0,0 +1,29 @@
{
"area": [
{
"width": 225,
"ypos": 93,
"type": "match",
"height": 42,
"xpos": 11
},
{
"width": 165,
"height": 20,
"type": "match",
"xpos": 84,
"ypos": 175
},
{
"type": "match",
"xpos": 27,
"height": 23,
"ypos": 377,
"width": 146
}
],
"properties": [],
"tags": [
"help_main_screen"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 511,
"xpos": 27,
"type": "match",
"height": 30,
"width": 163
}
],
"properties": [],
"tags": [
"help_section_accessibility"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

View File

@ -0,0 +1,36 @@
{
"area": [
{
"ypos": 40,
"type": "match",
"height": 32,
"xpos": 465,
"width": 93
},
{
"width": 79,
"xpos": 5,
"type": "match",
"height": 23,
"ypos": 369
},
{
"width": 84,
"ypos": 453,
"height": 22,
"type": "match",
"xpos": 5
},
{
"height": 22,
"type": "match",
"xpos": 5,
"ypos": 531,
"width": 151
}
],
"properties": [],
"tags": [
"help_section_content_accessibility"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View File

@ -0,0 +1,29 @@
{
"area": [
{
"width": 100,
"xpos": 459,
"type": "match",
"height": 35,
"ypos": 39
},
{
"width": 145,
"ypos": 177,
"height": 27,
"type": "match",
"xpos": 518
},
{
"type": "match",
"height": 23,
"xpos": 8,
"ypos": 404,
"width": 76
}
],
"properties": [],
"tags": [
"help_section_content_desktop"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

View File

@ -0,0 +1,29 @@
{
"area": [
{
"width": 161,
"type": "match",
"xpos": 429,
"height": 35,
"ypos": 38
},
{
"ypos": 647,
"height": 28,
"type": "match",
"xpos": 6,
"width": 104
},
{
"width": 127,
"type": "match",
"xpos": 518,
"height": 24,
"ypos": 381
}
],
"properties": [],
"tags": [
"help_section_content_files"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

View File

@ -0,0 +1,36 @@
{
"area": [
{
"width": 141,
"ypos": 37,
"type": "match",
"xpos": 440,
"height": 37
},
{
"width": 70,
"ypos": 276,
"type": "match",
"xpos": 6,
"height": 16
},
{
"width": 139,
"type": "match",
"xpos": 7,
"height": 20,
"ypos": 582
},
{
"width": 71,
"ypos": 170,
"type": "match",
"height": 21,
"xpos": 257
}
],
"properties": [],
"tags": [
"help_section_content_hardware"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

View File

@ -0,0 +1,22 @@
{
"area": [
{
"width": 106,
"type": "match",
"height": 41,
"xpos": 454,
"ypos": 34
},
{
"ypos": 188,
"xpos": 10,
"type": "match",
"height": 24,
"width": 132
}
],
"properties": [],
"tags": [
"help_section_content_morehelp"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

View File

@ -0,0 +1,29 @@
{
"area": [
{
"width": 168,
"ypos": 181,
"type": "match",
"xpos": 9,
"height": 22
},
{
"width": 183,
"type": "match",
"height": 28,
"xpos": 421,
"ypos": 38
},
{
"width": 103,
"type": "match",
"xpos": 620,
"height": 23,
"ypos": 260
}
],
"properties": [],
"tags": [
"help_section_content_networking"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View File

@ -0,0 +1,29 @@
{
"area": [
{
"type": "match",
"xpos": 449,
"height": 35,
"ypos": 37,
"width": 125
},
{
"type": "match",
"height": 19,
"xpos": 102,
"ypos": 255,
"width": 118
},
{
"width": 100,
"height": 18,
"type": "match",
"xpos": 643,
"ypos": 258
}
],
"properties": [],
"tags": [
"help_section_content_sound"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 KiB

View File

@ -0,0 +1,29 @@
{
"area": [
{
"ypos": 36,
"type": "match",
"height": 37,
"xpos": 455,
"width": 108
},
{
"width": 201,
"ypos": 245,
"type": "match",
"height": 21,
"xpos": 3
},
{
"width": 107,
"type": "match",
"xpos": 8,
"height": 26,
"ypos": 305
}
],
"properties": [],
"tags": [
"help_section_content_tipstricks"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

View File

@ -0,0 +1,29 @@
{
"area": [
{
"width": 161,
"type": "match",
"height": 34,
"xpos": 432,
"ypos": 38
},
{
"type": "match",
"xpos": 82,
"height": 22,
"ypos": 377,
"width": 101
},
{
"ypos": 560,
"height": 23,
"type": "match",
"xpos": 84,
"width": 79
}
],
"properties": [],
"tags": [
"help_section_content_user"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 180,
"ypos": 408,
"xpos": 18,
"type": "match",
"height": 24
}
],
"properties": [],
"tags": [
"help_section_desktop"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 496,
"xpos": 23,
"type": "match",
"height": 26,
"width": 168
}
],
"properties": [],
"tags": [
"help_section_files"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 317,
"height": 26,
"type": "match",
"xpos": 25,
"width": 221
}
],
"properties": [],
"tags": [
"help_section_hardware"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 643,
"height": 30,
"type": "match",
"xpos": 21,
"width": 182
}
],
"properties": [],
"tags": [
"help_section_morehelp"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 199,
"xpos": 25,
"type": "match",
"height": 21,
"ypos": 206
}
],
"properties": [],
"tags": [
"help_section_networking"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 699,
"height": 27,
"type": "match",
"xpos": 27,
"width": 198
}
],
"properties": [],
"tags": [
"help_section_sound"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"height": 27,
"type": "match",
"xpos": 27,
"ypos": 544,
"width": 158
}
],
"properties": [],
"tags": [
"help_section_tipstricks"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"height": 30,
"type": "match",
"xpos": 26,
"ypos": 527,
"width": 177
}
],
"properties": [],
"tags": [
"help_section_user"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 129,
"ypos": 236,
"type": "match",
"height": 22,
"xpos": 519
}
],
"properties": [],
"tags": [
"loupe_help_image_view"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 112,
"height": 30,
"type": "match",
"xpos": 9,
"width": 274
}
],
"properties": [],
"tags": [
"loupe_help_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"type": "match",
"xpos": 5,
"height": 44,
"ypos": 155,
"width": 260
}
],
"properties": [],
"tags": [
"loupe_help_view_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 389,
"ypos": 125,
"height": 36,
"type": "match",
"xpos": 9
}
],
"properties": [],
"tags": [
"nautilus_browse_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 105,
"ypos": 254,
"xpos": 8,
"type": "match",
"height": 24
}
],
"properties": [],
"tags": [
"nautilus_help_browse_files"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 107,
"xpos": 151,
"type": "match",
"height": 18,
"ypos": 524
}
],
"properties": [],
"tags": [
"nautilus_help_search_file"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 125,
"height": 41,
"type": "match",
"xpos": 8,
"width": 358
}
],
"properties": [],
"tags": [
"nautilus_help_shown"
]
}

Some files were not shown because too many files have changed in this diff Show More