1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-02-17 04:54:31 +00:00

Compare commits

..

12 Commits

Author SHA1 Message Date
Lukas Ruzicka
d002ba6c14 Create a test to connect from a GUI client. 2024-11-11 08:04:57 -08:00
Lukas Ruzicka
37ade4a489 Make slight changes to the Freerdp test. 2024-11-11 08:04:57 -08:00
Lukas Ruzicka
bf7de6110c Add to templates. 2024-11-11 08:04:57 -08:00
Lukas Ruzicka
b06103b620 Create the basic client file. 2024-11-11 08:04:57 -08:00
Lukas Ruzicka
5ff211b693 Update the server part. 2024-11-11 08:04:57 -08:00
Lukáš Růžička
a9979400bc Check that RDP process is running after set-up 2024-11-11 08:04:57 -08:00
Lukáš Růžička
cc9172bff2 Add needles to support the test. 2024-11-11 08:04:57 -08:00
Lukáš Růžička
f91fe5ef5f Write the server script to start RDP 2024-11-11 08:04:57 -08:00
Lukáš Růžička
3fc62ba149 Fix parallelism 2024-11-11 08:04:57 -08:00
Lukáš Růžička
c5d083332b Create test files. 2024-11-11 08:04:57 -08:00
Lukáš Růžička
9333c24257 Add tests to templates. 2024-11-11 08:04:57 -08:00
Adam Williamson
803da8422d cockpit autoupdate: drop #1765685
Based on some testing in staging, it seems like this may not be
necessary any more.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-11-11 08:03:30 -08:00

View File

@ -14,9 +14,6 @@ sub run {
# Navigate to the Update screen
select_cockpit_update();
# FIXME Workaround for RHBZ #1765685, remove if that is ever fixed
sleep 30;
# Switch on automatic updates
assert_and_click 'cockpit_updates_auto', '', 120;
assert_and_click 'cockpit_updates_dnf_install', '', 120;