Compare commits
No commits in common. "89faf008ddc30b0871e226297585948b29a44219" and "51d79a5435854ac64747cd951c75bd25499f8261" have entirely different histories.
89faf008dd
...
51d79a5435
@ -296,8 +296,11 @@ sub get_full_repo {
|
||||
# repo URL with flavor and arch, leave hd & NFS ones alone
|
||||
# (as for those tests we just use a mounted ISO and URL is complete)
|
||||
if ($repourl !~ m/^(nfs|hd:)/) {
|
||||
my $arch = get_var("ARCH");
|
||||
$repourl .= "/Everything/$arch/os";
|
||||
# Everything variant doesn't exist for modular composes atm,
|
||||
# only Server
|
||||
my $variant = 'Everything';
|
||||
$variant = 'Server' if (get_var("MODULAR"));
|
||||
$repourl .= "/${variant}/" . get_var("ARCH") . "/os";
|
||||
}
|
||||
return $repourl;
|
||||
}
|
||||
|
7
main.pm
@ -236,6 +236,13 @@ sub _load_early_postinstall_tests {
|
||||
_load_instance("tests/disk_guided_encrypted_postinstall", $instance);
|
||||
}
|
||||
|
||||
# For now, there's no possibility to get a graphical desktop on
|
||||
# Modular composes, so short-circuit here for those
|
||||
if (get_var("MODULAR")) {
|
||||
_load_instance("tests/_console_wait_login", $instance);
|
||||
return;
|
||||
}
|
||||
|
||||
# Appropriate login method for install type
|
||||
if (get_var("DESKTOP")) {
|
||||
_load_instance("tests/_graphical_wait_login", $instance);
|
||||
|
@ -1,15 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 111,
|
||||
"type": "match",
|
||||
"width": 81,
|
||||
"height": 101,
|
||||
"ypos": 241
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"cockpit_login"
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 240 KiB |
@ -1,15 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"xpos": 111,
|
||||
"ypos": 264,
|
||||
"height": 101,
|
||||
"width": 81
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"cockpit_login"
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 219 KiB |
16
needles/kde/desktop_expand_systray-20220324.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"width": 17,
|
||||
"ypos": 738,
|
||||
"height": 18,
|
||||
"xpos": 871
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"DESKTOP-kde",
|
||||
"desktop_expand_systray"
|
||||
]
|
||||
}
|
BIN
needles/kde/desktop_expand_systray-20220324.png
Normal file
After Width: | Height: | Size: 516 KiB |
16
needles/kde/desktop_expand_systray-20220614.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 880,
|
||||
"height": 18,
|
||||
"width": 17,
|
||||
"type": "match",
|
||||
"ypos": 737
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"DESKTOP-kde",
|
||||
"desktop_expand_systray"
|
||||
]
|
||||
}
|
BIN
needles/kde/desktop_expand_systray-20220614.png
Normal file
After Width: | Height: | Size: 516 KiB |
16
needles/kde/desktop_expand_systray-20220615.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 880,
|
||||
"height": 18,
|
||||
"width": 17,
|
||||
"type": "match",
|
||||
"ypos": 737
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"DESKTOP-kde",
|
||||
"desktop_expand_systray"
|
||||
]
|
||||
}
|
BIN
needles/kde/desktop_expand_systray-20220615.png
Normal file
After Width: | Height: | Size: 11 KiB |
16
needles/kde/desktop_expand_systray-darkgrey-20210203.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"height": 18,
|
||||
"ypos": 738,
|
||||
"xpos": 871,
|
||||
"width": 17,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"DESKTOP-kde",
|
||||
"desktop_expand_systray"
|
||||
]
|
||||
}
|
BIN
needles/kde/desktop_expand_systray-darkgrey-20210203.png
Normal file
After Width: | Height: | Size: 893 KiB |
16
needles/kde/desktop_expand_systray-darkgrey-20210211.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 738,
|
||||
"height": 18,
|
||||
"xpos": 875,
|
||||
"type": "match",
|
||||
"width": 17
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"DESKTOP-kde",
|
||||
"desktop_expand_systray"
|
||||
]
|
||||
}
|
BIN
needles/kde/desktop_expand_systray-darkgrey-20210211.png
Normal file
After Width: | Height: | Size: 886 KiB |
16
needles/kde/desktop_expand_systray-darkgrey-20210714.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"height": 18,
|
||||
"ypos": 738,
|
||||
"type": "match",
|
||||
"width": 17,
|
||||
"xpos": 866
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"DESKTOP-kde",
|
||||
"desktop_expand_systray"
|
||||
]
|
||||
}
|
BIN
needles/kde/desktop_expand_systray-darkgrey-20210714.png
Normal file
After Width: | Height: | Size: 960 KiB |
17
needles/kde/desktop_expand_systray-darkgrey-20210907.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"ypos": 738,
|
||||
"width": 17,
|
||||
"xpos": 877,
|
||||
"height": 18,
|
||||
"match": 80
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"DESKTOP-kde",
|
||||
"desktop_expand_systray"
|
||||
]
|
||||
}
|
BIN
needles/kde/desktop_expand_systray-darkgrey-20210907.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
@ -5,8 +5,7 @@
|
||||
"type": "match",
|
||||
"width": 17,
|
||||
"ypos": 737,
|
||||
"height": 18,
|
||||
"match": 90
|
||||
"height": 18
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
@ -14,4 +13,4 @@
|
||||
"DESKTOP-kde",
|
||||
"desktop_expand_systray"
|
||||
]
|
||||
}
|
||||
}
|
@ -5,8 +5,7 @@
|
||||
"width": 17,
|
||||
"height": 18,
|
||||
"ypos": 737,
|
||||
"type": "match",
|
||||
"match": 90
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
@ -14,4 +13,4 @@
|
||||
"DESKTOP-kde",
|
||||
"desktop_expand_systray"
|
||||
]
|
||||
}
|
||||
}
|
16
needles/kde/desktop_expand_systray-grey-20210715.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"height": 18,
|
||||
"type": "match",
|
||||
"ypos": 736,
|
||||
"width": 17,
|
||||
"xpos": 848
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"DESKTOP-kde",
|
||||
"desktop_expand_systray"
|
||||
]
|
||||
}
|
BIN
needles/kde/desktop_expand_systray-grey-20210715.png
Normal file
After Width: | Height: | Size: 886 KiB |
16
needles/kde/desktop_expand_systray-grey-20220204.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 737,
|
||||
"xpos": 871,
|
||||
"type": "match",
|
||||
"height": 18,
|
||||
"width": 17
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"DESKTOP-kde",
|
||||
"desktop_expand_systray"
|
||||
]
|
||||
}
|
BIN
needles/kde/desktop_expand_systray-grey-20220204.png
Normal file
After Width: | Height: | Size: 897 KiB |
16
needles/kde/desktop_expand_systray-grey-20220225.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 871,
|
||||
"width": 17,
|
||||
"height": 18,
|
||||
"ypos": 737,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"DESKTOP-kde",
|
||||
"desktop_expand_systray"
|
||||
]
|
||||
}
|
BIN
needles/kde/desktop_expand_systray-grey-20220225.png
Normal file
After Width: | Height: | Size: 794 KiB |
16
needles/kde/desktop_expand_systray.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 846,
|
||||
"ypos": 743,
|
||||
"width": 17,
|
||||
"height": 18,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"DESKTOP-kde",
|
||||
"desktop_expand_systray"
|
||||
],
|
||||
"properties": []
|
||||
}
|
BIN
needles/kde/desktop_expand_systray.png
Normal file
After Width: | Height: | Size: 499 KiB |
@ -5,7 +5,6 @@
|
||||
"height": 16,
|
||||
"ypos": 376,
|
||||
"type": "match",
|
||||
"match": 90,
|
||||
"xpos": 601
|
||||
}
|
||||
],
|
||||
@ -14,4 +13,4 @@
|
||||
"DESKTOP-kde",
|
||||
"desktop_systray_notifications"
|
||||
]
|
||||
}
|
||||
}
|
@ -1,23 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 392,
|
||||
"xpos": 590,
|
||||
"type": "match",
|
||||
"height": 14,
|
||||
"width": 132
|
||||
},
|
||||
{
|
||||
"type": "match",
|
||||
"width": 39,
|
||||
"height": 173,
|
||||
"ypos": 394,
|
||||
"xpos": 969
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"DESKTOP-kde",
|
||||
"desktop_update_notification_only"
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 305 KiB |
@ -1,17 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 434,
|
||||
"ypos": 577,
|
||||
"type": "match",
|
||||
"height": 19,
|
||||
"width": 45
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"log_out_confirm",
|
||||
"power_off_confirm",
|
||||
"restart_confirm"
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 290 KiB |
@ -1,15 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 35,
|
||||
"ypos": 219,
|
||||
"height": 17,
|
||||
"width": 26,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"user_confirm_jim"
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 282 KiB |
@ -7,15 +7,20 @@ sub run {
|
||||
my $self = shift;
|
||||
# set up appropriate repositories
|
||||
repo_setup();
|
||||
# use --enablerepo=fedora for Modular compose testing (we need to
|
||||
# create and use a non-Modular repo to get some packages which
|
||||
# aren't in Modular Server composes)
|
||||
my $extraparams = '';
|
||||
$extraparams = '--enablerepo=fedora' if (get_var("MODULAR"));
|
||||
# install a desktop and firefox so we can actually try it
|
||||
assert_script_run "dnf -y groupinstall 'base-x'", 300;
|
||||
assert_script_run "dnf ${extraparams} -y groupinstall 'base-x'", 300;
|
||||
# FIXME: this should probably be in base-x...X seems to fail without
|
||||
assert_script_run "dnf -y install libglvnd-egl", 180;
|
||||
assert_script_run "dnf ${extraparams} -y install libglvnd-egl", 180;
|
||||
# try to avoid random weird font selection happening
|
||||
assert_script_run "dnf -y install dejavu-sans-fonts dejavu-sans-mono-fonts dejavu-serif-fonts", 180;
|
||||
assert_script_run "dnf ${extraparams} -y install dejavu-sans-fonts dejavu-sans-mono-fonts dejavu-serif-fonts", 180;
|
||||
# since firefox-85.0-2, firefox doesn't seem to run without this
|
||||
assert_script_run "dnf -y install dbus-glib", 180;
|
||||
assert_script_run "dnf -y install firefox", 180;
|
||||
assert_script_run "dnf ${extraparams} -y install dbus-glib", 180;
|
||||
assert_script_run "dnf ${extraparams} -y install firefox", 180;
|
||||
}
|
||||
|
||||
sub test_flags {
|
||||
|
@ -10,8 +10,8 @@ sub run {
|
||||
# Select package set. Minimal is the default, if 'default' is specified, skip selection,
|
||||
# but verify correct default in some cases
|
||||
my $packageset = get_var('PACKAGE_SET', 'minimal');
|
||||
if ($packageset eq 'default') {
|
||||
# we can't or don't want to check the selected package set in this case
|
||||
if ($packageset eq 'default' || get_var('MODULAR')) {
|
||||
# we can't or don't want to check the selected package set in these cases
|
||||
return if (get_var('CANNED') || get_var('LIVE') || get_var('MEMCHECK'));
|
||||
$self->root_console;
|
||||
my $env = 'custom-environment';
|
||||
|