Changes to support 8.5 #64
@ -1267,13 +1267,11 @@ sub check_prerelease {
|
||||
|
||||
sub check_version {
|
||||
# This function checks if the correct version is display during installation
|
||||
# in Anaconda, i.e. nonlive media showing Rawhide when Rawhide and version numbers
|
||||
# when not Rawhide, while live media always showing version numbers.
|
||||
# in Anaconda, it only looks at the major version, as these needles should
|
||||
# not change between the major versions.
|
||||
|
||||
my $version = lc(get_var('VERSION'));
|
||||
if ($version eq 'rawhide' && get_var('LIVE')) {
|
||||
$version = get_var('RAWREL');
|
||||
}
|
||||
$version =~ s/\..+$//;
|
||||
assert_screen "version_${version}_ident";
|
||||
}
|
||||
|
||||
|
@ -0,0 +1,24 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 634,
|
||||
"type": "match",
|
||||
"height": 14,
|
||||
"xpos": 706,
|
||||
"width": 305
|
||||
},
|
||||
{
|
||||
"type": "match",
|
||||
"width": 105,
|
||||
"height": 14,
|
||||
"xpos": 873,
|
||||
"ypos": 698
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"ENV-DISTRI-rocky",
|
||||
"LANGUAGE-japanese",
|
||||
"anaconda_install_done"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 36 KiB |
@ -12,6 +12,6 @@
|
||||
"tags": [
|
||||
"ENV-DISTRI-rocky",
|
||||
"LANGUAGE-arabic",
|
||||
"version_8.4_ident"
|
||||
"version_8_ident"
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@ -12,6 +12,6 @@
|
||||
"tags": [
|
||||
"ENV-DISTRI-rocky",
|
||||
"LANGUAGE-french",
|
||||
"version_8.4_ident"
|
||||
"version_8_ident"
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
@ -12,6 +12,6 @@
|
||||
"tags": [
|
||||
"ENV-DISTRI-rocky",
|
||||
"LANGUAGE-japanese",
|
||||
"version_8.4_ident"
|
||||
"version_8_ident"
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@ -1,16 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 777,
|
||||
"ypos": 12,
|
||||
"width": 231,
|
||||
"height": 20,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"ENV-DISTRI-rocky",
|
||||
"version_8.4_ident"
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 53 KiB |
@ -12,6 +12,6 @@
|
||||
"tags": [
|
||||
"ENV-DISTRI-rocky",
|
||||
"LANGUAGE-russian",
|
||||
"version_8.4_ident"
|
||||
"version_8_ident"
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@ -0,0 +1,21 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"height": 16,
|
||||
"xpos": 778,
|
||||
"ypos": 361,
|
||||
"click_point": {
|
||||
"xpos": 17,
|
||||
"ypos": 1.5
|
||||
},
|
||||
"width": 88
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"ENV-DISTRI-rocky",
|
||||
"LANGUAGE-french",
|
||||
"anaconda_main_hub_network_host_name_not_connected"
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 57 KiB |
16
needles/cockpit/rocky-logs_priority_text-20211113.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 257,
|
||||
"height": 12,
|
||||
"width": 60,
|
||||
"xpos": 387,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"ENV-DISTRI-rocky",
|
||||
"cockpit_logs_priority_text"
|
||||
]
|
||||
}
|
BIN
needles/cockpit/rocky-logs_priority_text-20211113.png
Normal file
After Width: | Height: | Size: 57 KiB |