mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Compare commits
4 Commits
6706bf9420
...
5b6280d48f
Author | SHA1 | Date | |
---|---|---|---|
|
5b6280d48f | ||
|
a8adda0d41 | ||
|
c65071f879 | ||
|
52f3897eec |
@ -475,8 +475,8 @@ sub get_workarounds {
|
||||
my %workarounds = (
|
||||
"39" => [],
|
||||
"40" => [],
|
||||
"41" => ["FEDORA-2024-e331cd53ac", "FEDORA-2024-cb1e9f47a3"],
|
||||
"42" => ["124312792"],
|
||||
"41" => ["FEDORA-2024-04f83605fa"],
|
||||
"42" => [],
|
||||
"eln" => [],
|
||||
);
|
||||
my $advortasks = $workarounds{$version};
|
||||
|
7
main.pm
7
main.pm
@ -352,11 +352,8 @@ sub load_postinstall_tests() {
|
||||
}
|
||||
|
||||
# load the ADVISORY / KOJITASK post-install test - this records which
|
||||
# update or task packages were actually installed during the test. Don't
|
||||
# do this for netinst tests; as these just use the default install repo,
|
||||
# they will not get the packages from the update. But installs from live
|
||||
# image and ostree installer image should get them.
|
||||
if (get_var("ADVISORY_OR_TASK") && get_var("TEST") ne "install_default_update_netinst") {
|
||||
# update or task packages were actually installed during the test.
|
||||
if (get_var("ADVISORY_OR_TASK") && !get_var("NO_ADVISORY_POST")) {
|
||||
# don't do this for support server unless the update is for the same
|
||||
# release as the support server disk image, as we don't install the
|
||||
# updates on support server when they differ
|
||||
|
@ -1,15 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 226,
|
||||
"ypos": 271,
|
||||
"width": 164,
|
||||
"height": 19,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"keyring_askpass_password"
|
||||
]
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 734 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"height": 21,
|
||||
"width": 170,
|
||||
"ypos": 240,
|
||||
"xpos": 550,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"keyring_askpass_yesno"
|
||||
]
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 473 KiB |
@ -10,6 +10,8 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"nautilus_autounlock_password"
|
||||
"nautilus_autounlock_password",
|
||||
"keyring_askpass_remember",
|
||||
"DESKTOP-gnome"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,8 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"nautilus_remember_password"
|
||||
"nautilus_remember_password",
|
||||
"keyring_askpass_remember",
|
||||
"DESKTOP-gnome"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,8 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"nautilus_unlock"
|
||||
"nautilus_unlock",
|
||||
"keyring_askpass_confirm",
|
||||
"DESKTOP-gnome"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,8 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"nautilus_unlock"
|
||||
"nautilus_unlock",
|
||||
"keyring_askpass_confirm",
|
||||
"DESKTOP-gnome"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,7 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"keyring_askpass_confirm"
|
||||
"keyring_askpass_confirm",
|
||||
"DESKTOP-kde"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -1,15 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 379,
|
||||
"ypos": 322,
|
||||
"width": 167,
|
||||
"height": 19,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"keyring_askpass_password"
|
||||
]
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 374 KiB |
@ -10,6 +10,7 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"keyring_askpass_remember"
|
||||
"keyring_askpass_remember",
|
||||
"DESKTOP-kde"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,7 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"keyring_askpass_yesno"
|
||||
"keyring_askpass_yesno",
|
||||
"DESKTOP-kde"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -11,6 +11,7 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"keyring_askpass_yesno"
|
||||
"keyring_askpass_yesno",
|
||||
"DESKTOP-kde"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"width": 95,
|
||||
"ypos": 231,
|
||||
"xpos": 484,
|
||||
"height": 19
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"keyring_wallet_password_reveal"
|
||||
]
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
15
needles/kde/apps/kwalletmanager_runs-f39-20241005.json
Normal file
15
needles/kde/apps/kwalletmanager_runs-f39-20241005.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"ypos": 97,
|
||||
"xpos": 460,
|
||||
"width": 104,
|
||||
"height": 23
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"kwalletmanager_runs"
|
||||
]
|
||||
}
|
BIN
needles/kde/apps/kwalletmanager_runs-f39-20241005.png
Normal file
BIN
needles/kde/apps/kwalletmanager_runs-f39-20241005.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 358 KiB |
@ -351,12 +351,24 @@
|
||||
"fedora-updates-workstation-x86_64-*-64bit": 5
|
||||
}
|
||||
},
|
||||
"desktop_keyring": {
|
||||
"profiles": {
|
||||
"fedora-updates-kde-x86_64-*-64bit": 5,
|
||||
"fedora-updates-workstation-x86_64-*-64bit": 5
|
||||
}
|
||||
},
|
||||
"desktop_printing": {
|
||||
"profiles": {
|
||||
"fedora-updates-kde-x86_64-*-64bit": 5,
|
||||
"fedora-updates-workstation-x86_64-*-64bit": 5
|
||||
}
|
||||
},
|
||||
"desktop_printing_builtin": {
|
||||
"profiles": {
|
||||
"fedora-updates-kde-x86_64-*-64bit": 5,
|
||||
"fedora-updates-workstation-x86_64-*-64bit": 5
|
||||
}
|
||||
},
|
||||
"desktop_terminal": {
|
||||
"profiles": {
|
||||
"fedora-updates-kde-x86_64-*-64bit": 5,
|
||||
@ -395,6 +407,7 @@
|
||||
"INSTALL_UNLOCK": "support_ready",
|
||||
"ISO": "%ADVISORY_OR_TASK%-netinst-%ARCH%.iso",
|
||||
"NICTYPE": "tap",
|
||||
"NO_ADVISORY_POST": "1",
|
||||
"PACKAGE_SET": "default",
|
||||
"PARALLEL_WITH": "support_server@%ARCH_BASE_MACHINE%",
|
||||
"WORKER_CLASS": "tap"
|
||||
@ -601,6 +614,11 @@
|
||||
"fedora-updates-everything-boot-iso-x86_64-*-64bit": 5
|
||||
}
|
||||
},
|
||||
"toolbox": {
|
||||
"profiles": {
|
||||
"fedora-updates-workstation-x86_64-*-64bit": 5
|
||||
}
|
||||
},
|
||||
"upgrade_desktop_encrypted_64bit": {
|
||||
"profiles": {
|
||||
"fedora-updates-workstation-upgrade-x86_64-*-64bit": 5
|
||||
|
@ -964,6 +964,8 @@
|
||||
"settings": {
|
||||
"BOOTFROM": "c",
|
||||
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
||||
"NO_ADVISORY_POST": "1",
|
||||
"NO_UEFI_POST": "1",
|
||||
"POSTINSTALL": "desktop_login",
|
||||
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
|
||||
}
|
||||
|
@ -46,10 +46,10 @@ sub connect_localhost {
|
||||
# in the password. We will also try to remember the
|
||||
# password and confirm the connection.
|
||||
if ($type ne "reconnect") {
|
||||
wait_still_screen(3);
|
||||
assert_screen("keyring_askpass_remember");
|
||||
type_very_safely($pass);
|
||||
assert_and_click("nautilus_remember_password");
|
||||
assert_and_click("nautilus_unlock");
|
||||
click_lastmatch;
|
||||
assert_and_click("keyring_askpass_confirm");
|
||||
}
|
||||
# When the connection has been established,
|
||||
# a new connection icon will appear.
|
||||
@ -83,9 +83,9 @@ sub connect_localhost {
|
||||
# Then similarly to Gnome, the password dialogue will appear
|
||||
# and we type in the password. Also, we click on Remember
|
||||
# and confirm with the OK button.
|
||||
assert_screen("keyring_askpass_password");
|
||||
assert_screen("keyring_askpass_remember");
|
||||
type_very_safely("$pass");
|
||||
assert_and_click("keyring_askpass_remember");
|
||||
click_lastmatch;
|
||||
assert_and_click("keyring_askpass_confirm");
|
||||
}
|
||||
# Check that we have logged in and exit the application.
|
||||
|
@ -46,25 +46,16 @@ sub connect_localhost {
|
||||
# the SSH key.
|
||||
my $command = "sftp $user" . '@localhost';
|
||||
enter_cmd($command);
|
||||
sleep 2;
|
||||
|
||||
# When connecting for the first time, we will remember
|
||||
# the key password and store it in the keyring.
|
||||
if ($type ne "reconnect") {
|
||||
if ($desktop eq "gnome") {
|
||||
type_very_safely("yes\n");
|
||||
wait_still_screen(2);
|
||||
type_very_safely("sshpassword");
|
||||
assert_and_click("nautilus_autounlock_password");
|
||||
assert_and_click("nautilus_unlock");
|
||||
}
|
||||
else {
|
||||
type_very_safely("yes\n");
|
||||
wait_still_screen(2);
|
||||
type_very_safely("sshpassword");
|
||||
assert_and_click("keyring_askpass_remember");
|
||||
assert_and_click("keyring_askpass_confirm");
|
||||
}
|
||||
assert_screen("keyring_askpass_yesno");
|
||||
type_very_safely("yes\n");
|
||||
assert_screen("keyring_askpass_remember");
|
||||
type_very_safely("sshpassword");
|
||||
click_lastmatch;
|
||||
assert_and_click("keyring_askpass_confirm");
|
||||
}
|
||||
|
||||
# The connection should have been established if everything has worked
|
||||
|
Loading…
Reference in New Issue
Block a user