Great Needle Cleanup 2020

Remove a bunch of needles that have not been used for some time,
plus a few workarounds that are similarly stale.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-03-18 12:21:18 -07:00
parent e2df109539
commit dc7b7a7241
893 changed files with 1 additions and 7277 deletions

View File

@ -189,12 +189,6 @@ sub custom_change_type {
assert_and_click "anaconda_part_device_type";
# Move the mouse away from the menu
mouse_set(10, 10);
# workaround for bug aarch64 tests sometimes hit - menu doesn't
# open when clicked. just click it again.
if (check_screen "anaconda_part_device_type_active", 5) {
assert_and_click "anaconda_part_device_type_active";
mouse_set(10, 10);
}
assert_and_click "anaconda_part_device_type_$type";
assert_and_click "anaconda_part_update_settings";
}

View File

@ -43,14 +43,7 @@ sub start_webui {
assert_script_run "sed -i -e 's,enable_xauth=1,enable_xauth=0,g' /usr/bin/startx";
disable_firefox_studies;
type_string "startx /usr/bin/firefox -width 1024 -height 768 https://ipa001.domain.local\n";
assert_screen ["freeipa_webui_login", $user_screen, "firefox_certificate_error"], 60;
if (match_has_tag "firefox_certificate_error") {
# https://bugzilla.mozilla.org/show_bug.cgi?id=1530429
record_soft_failure "Certificate validation error - likely Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=1530429";
sleep 15;
assert_and_click "firefox_refresh";
assert_screen ["freeipa_webui_login", $user_screen], 30;
}
assert_screen ["freeipa_webui_login", $user_screen], 60;
wait_still_screen(stilltime=>5, similarity_level=>45);
# softfail on kerberos ticket bugs meaning we get auto-logged in
# as the requested user when we don't expect to be

View File

@ -33,13 +33,6 @@ sub root_console {
sub post_fail_hook {
my $self = shift;
# if we failed at a browser certificate error screen, click to get
# more info on the issue
if (check_screen 'browser_certificate_error', 3) {
assert_and_click 'browser_certificate_error';
save_screenshot;
}
if (check_screen 'emergency_rescue', 3) {
my $password = get_var("ROOT_PASSWORD", "weakpassword");
type_string "$password\n";

View File

@ -1,16 +0,0 @@
{
"area": [
{
"xpos": 764,
"width": 138,
"ypos": 34,
"type": "match",
"height": 14
}
],
"properties": [],
"tags": [
"LANGUAGE-french",
"prerelease_note"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"type": "match",
"height": 743,
"ypos": 15,
"width": 123,
"xpos": 16
}
],
"properties": [],
"tags": [
"leftbar_atomic"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

View File

@ -1,15 +0,0 @@
{
"properties": [],
"tags": [
"prerelease_note"
],
"area": [
{
"xpos": 740,
"ypos": 34,
"width": 159,
"height": 27,
"type": "match"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

View File

@ -1,16 +0,0 @@
{
"area": [
{
"height": 18,
"type": "match",
"width": 244,
"xpos": 674,
"ypos": 34
}
],
"properties": [],
"tags": [
"LANGUAGE-russian",
"prerelease_note"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 104,
"ypos": 39,
"width": 683,
"height": 32,
"type": "match"
}
],
"properties": [],
"tags": [
"topbar_atomic"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"type": "match",
"height": 34,
"ypos": 28,
"xpos": 179,
"width": 495
}
],
"properties": [],
"tags": [
"topbar_generic"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"width": 638,
"xpos": 92,
"type": "match",
"ypos": 37,
"height": 38
}
],
"properties": [],
"tags": [
"topbar_workstation"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 796,
"height": 31,
"width": 93,
"ypos": 39,
"type": "match"
}
],
"properties": [],
"tags": [
"version_29_ident"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 740,
"ypos": 14,
"width": 147,
"height": 16,
"type": "match"
}
],
"properties": [],
"tags": [
"version_rawhide_ident"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

View File

@ -1,15 +0,0 @@
{
"tags": [
"initialsetup_finish_configuration"
],
"area": [
{
"xpos": 843,
"width": 161,
"type": "match",
"ypos": 733,
"height": 12
}
],
"properties": []
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

View File

@ -1,15 +0,0 @@
{
"properties": [],
"area": [
{
"type": "match",
"width": 113,
"ypos": 692,
"height": 16,
"xpos": 556
}
],
"tags": [
"anaconda_install_destination_add_iscsi_target"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"ypos": 692,
"width": 113,
"type": "match",
"height": 16,
"xpos": 288
}
],
"properties": [],
"tags": [
"anaconda_install_destination_add_iscsi_target"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

View File

@ -1,15 +0,0 @@
{
"tags": [
"anaconda_install_destination_add_network_disk"
],
"area": [
{
"xpos": 44,
"height": 17,
"ypos": 369,
"width": 65,
"type": "match"
}
],
"properties": []
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

View File

@ -1,16 +0,0 @@
{
"tags": [
"anaconda_install_destination_encrypt_data",
"LANGUAGE-arabic"
],
"properties": [],
"area": [
{
"xpos": 879,
"width": 127,
"type": "match",
"ypos": 558,
"height": 23
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

View File

@ -1,16 +0,0 @@
{
"area": [
{
"ypos": 506,
"height": 18,
"type": "match",
"width": 104,
"xpos": 239
}
],
"properties": [],
"tags": [
"anaconda_install_destination_save_passphrase",
"LANGUAGE-arabic"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

View File

@ -1,16 +0,0 @@
{
"area": [
{
"ypos": 506,
"width": 104,
"height": 18,
"xpos": 239,
"type": "match"
}
],
"properties": [],
"tags": [
"anaconda_install_destination_save_passphrase",
"LANGUAGE-arabic"
]
}

View File

@ -1,18 +0,0 @@
{
"tags": [
"anaconda_install_destination_delete_all_btn",
"ENV-DISTRI-fedora",
"LANGUAGE-english",
"ENV-FLAVOR-server"
],
"area": [
{
"ypos": 521,
"xpos": 940,
"height": 16,
"width": 59,
"type": "match"
}
],
"properties": []
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

View File

@ -1,17 +0,0 @@
{
"area": [
{
"ypos": 521,
"width": 59,
"height": 16,
"xpos": 940,
"type": "match"
}
],
"properties": [],
"tags": [
"anaconda_install_destination_delete_all_btn",
"ENV-DISTRI-fedora",
"LANGUAGE-english"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

View File

@ -1,17 +0,0 @@
{
"properties": [],
"area": [
{
"height": 21,
"ypos": 556,
"width": 125,
"type": "match",
"xpos": 19
}
],
"tags": [
"anaconda_install_destination_encrypt_data",
"ENV-DISTRI-fedora",
"LANGUAGE-english"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

View File

@ -1,17 +0,0 @@
{
"tags": [
"anaconda_install_destination_encrypt_data",
"ENV-DISTRI-fedora",
"LANGUAGE-french"
],
"properties": [],
"area": [
{
"width": 152,
"type": "match",
"xpos": 22,
"ypos": 577,
"height": 18
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

View File

@ -1,17 +0,0 @@
{
"area": [
{
"height": 18,
"xpos": 22,
"ypos": 577,
"type": "match",
"width": 152
}
],
"properties": [],
"tags": [
"anaconda_install_destination_encrypt_data",
"ENV-DISTRI-fedora",
"LANGUAGE-french"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

View File

@ -1,17 +0,0 @@
{
"area": [
{
"type": "match",
"width": 190,
"ypos": 512,
"xpos": 599,
"height": 19
}
],
"tags": [
"anaconda_install_destination_save_passphrase",
"ENV-DISTRI-fedora",
"LANGUAGE-french"
],
"properties": []
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

View File

@ -1,16 +0,0 @@
{
"properties": [],
"area": [
{
"xpos": 22,
"height": 17,
"width": 136,
"ypos": 644,
"type": "match"
}
],
"tags": [
"LANGUAGE-japanese",
"anaconda_install_destination_encrypt_data"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

View File

@ -1,16 +0,0 @@
{
"tags": [
"LANGUAGE-japanese",
"anaconda_install_destination_save_passphrase"
],
"properties": [],
"area": [
{
"ypos": 529,
"type": "match",
"width": 118,
"height": 13,
"xpos": 650
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

View File

@ -1,16 +0,0 @@
{
"area": [
{
"ypos": 529,
"type": "match",
"xpos": 650,
"height": 13,
"width": 118
}
],
"properties": [],
"tags": [
"LANGUAGE-japanese",
"anaconda_install_destination_save_passphrase"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

View File

@ -1,18 +0,0 @@
{
"properties": [],
"area": [
{
"type": "match",
"width": 108,
"ypos": 542,
"height": 22,
"xpos": 679
}
],
"tags": [
"anaconda_install_destination_reclaim_space_btn",
"ENV-DISTRI-fedora",
"LANGUAGE-english",
"ENV-FLAVOR-server"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

View File

@ -1,18 +0,0 @@
{
"area": [
{
"type": "match",
"xpos": 679,
"height": 22,
"width": 108,
"ypos": 542
}
],
"properties": [],
"tags": [
"anaconda_install_destination_reclaim_space_btn",
"ENV-DISTRI-fedora",
"LANGUAGE-english",
"ENV-FLAVOR-server"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

View File

@ -1,18 +0,0 @@
{
"tags": [
"anaconda_install_destination_reclaim_space_delete_btn",
"ENV-DISTRI-fedora",
"LANGUAGE-english",
"ENV-FLAVOR-server"
],
"area": [
{
"height": 16,
"xpos": 109,
"ypos": 522,
"width": 48,
"type": "match"
}
],
"properties": []
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

View File

@ -1,17 +0,0 @@
{
"area": [
{
"ypos": 522,
"type": "match",
"xpos": 108,
"height": 16,
"width": 48
}
],
"properties": [],
"tags": [
"anaconda_install_destination_reclaim_space_delete_btn",
"ENV-DISTRI-fedora",
"LANGUAGE-english"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

View File

@ -1,16 +0,0 @@
{
"tags": [
"anaconda_install_destination_reclaim_space_first_partition",
"ENV-DISTRI-fedora"
],
"area": [
{
"xpos": 152,
"height": 32,
"ypos": 258,
"type": "match",
"width": 25
}
],
"properties": []
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

View File

@ -1,18 +0,0 @@
{
"properties": [],
"tags": [
"anaconda_install_destination_reclaim_space_shrink_btn",
"ENV-DISTRI-fedora",
"LANGUAGE-english",
"ENV-FLAVOR-develop"
],
"area": [
{
"type": "match",
"width": 61,
"ypos": 518,
"height": 22,
"xpos": 174
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

View File

@ -1,18 +0,0 @@
{
"area": [
{
"height": 22,
"xpos": 173,
"ypos": 518,
"type": "match",
"width": 61
}
],
"properties": [],
"tags": [
"anaconda_install_destination_reclaim_space_shrink_btn",
"ENV-DISTRI-fedora",
"LANGUAGE-english",
"ENV-FLAVOR-develop"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

View File

@ -1,17 +0,0 @@
{
"tags": [
"ENV-DISTRI-fedora",
"ENV-FLAVOR-develop",
"anaconda_install_destination_reclaim_space_shrink_slider"
],
"area": [
{
"xpos": 16,
"type": "match",
"height": 35,
"ypos": 487,
"width": 209
}
],
"properties": []
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

View File

@ -1,16 +0,0 @@
{
"area": [
{
"ypos": 577,
"xpos": 21,
"type": "match",
"width": 162,
"height": 20
}
],
"properties": [],
"tags": [
"LANGUAGE-russian",
"anaconda_install_destination_encrypt_data"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

View File

@ -1,16 +0,0 @@
{
"tags": [
"LANGUAGE-russian",
"anaconda_install_destination_save_passphrase"
],
"properties": [],
"area": [
{
"height": 18,
"ypos": 495,
"width": 187,
"type": "match",
"xpos": 600
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

View File

@ -1,17 +0,0 @@
{
"tags": [
"anaconda_install_destination_save_passphrase",
"ENV-DISTRI-fedora",
"LANGUAGE-english"
],
"properties": [],
"area": [
{
"ypos": 507,
"height": 26,
"width": 130,
"type": "match",
"xpos": 668
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

View File

@ -1,17 +0,0 @@
{
"properties": [],
"tags": [
"anaconda_install_destination_select_disk_1",
"ENV-DISTRI-fedora",
"ENV-FLAVOR-server"
],
"area": [
{
"width": 17,
"ypos": 277,
"height": 24,
"xpos": 39,
"type": "match"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

View File

@ -1,17 +0,0 @@
{
"properties": [],
"tags": [
"anaconda_install_destination_select_disk_2",
"ENV-DISTRI-fedora",
"ENV-FLAVOR-server"
],
"area": [
{
"type": "match",
"xpos": 203,
"height": 23,
"width": 18,
"ypos": 278
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

View File

@ -1,16 +0,0 @@
{
"area": [
{
"xpos": 19,
"ypos": 239,
"width": 18,
"height": 17,
"type": "match"
}
],
"tags": [
"ENV-DISTRI-fedora",
"anaconda_install_destination_select_target"
],
"properties": []
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"type": "match",
"width": 88,
"height": 17,
"xpos": 433,
"ypos": 314
}
],
"tags": [
"anaconda_install_destination_target_auth_type"
],
"properties": []
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

View File

@ -1,15 +0,0 @@
{
"tags": [
"anaconda_install_destination_target_auth_type_chap"
],
"area": [
{
"ypos": 344,
"height": 20,
"xpos": 430,
"type": "match",
"width": 83
}
],
"properties": []
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

View File

@ -1,15 +0,0 @@
{
"properties": [],
"area": [
{
"ypos": 558,
"height": 18,
"xpos": 746,
"type": "match",
"width": 43
}
],
"tags": [
"anaconda_install_destination_target_login"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

View File

@ -1,16 +0,0 @@
{
"area": [
{
"ypos": 364,
"height": 14,
"type": "match",
"width": 42,
"xpos": 654
}
],
"tags": [
"LANGUAGE-arabic",
"anaconda_layout_native"
],
"properties": []
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

View File

@ -1,16 +0,0 @@
{
"properties": [],
"tags": [
"LANGUAGE-arabic",
"anaconda_layout_native"
],
"area": [
{
"type": "match",
"ypos": 41,
"width": 42,
"xpos": 135,
"height": 14
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

View File

@ -1,16 +0,0 @@
{
"area": [
{
"width": 42,
"ypos": 39,
"type": "match",
"xpos": 135,
"height": 17
}
],
"properties": [],
"tags": [
"LANGUAGE-arabic",
"anaconda_layout_native"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

View File

@ -1,16 +0,0 @@
{
"tags": [
"LANGUAGE-arabic",
"anaconda_layout_native"
],
"properties": [],
"area": [
{
"xpos": 654,
"ypos": 373,
"width": 42,
"height": 14,
"type": "match"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

View File

@ -1,17 +0,0 @@
{
"tags": [
"anaconda_layout_ascii",
"anaconda_layout_us",
"LANGUAGE-arabic"
],
"properties": [],
"area": [
{
"ypos": 380,
"height": 17,
"width": 37,
"xpos": 661,
"type": "match"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

View File

@ -1,17 +0,0 @@
{
"area": [
{
"width": 37,
"type": "match",
"ypos": 40,
"xpos": 142,
"height": 17
}
],
"tags": [
"LANGUAGE-arabic",
"anaconda_layout_ascii",
"anaconda_layout_us"
],
"properties": []
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

View File

@ -1,17 +0,0 @@
{
"area": [
{
"height": 17,
"width": 37,
"ypos": 40,
"type": "match",
"xpos": 141
}
],
"properties": [],
"tags": [
"LANGUAGE-arabic",
"anaconda_layout_ascii",
"anaconda_layout_us"
]
}

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