Compare commits

..

No commits in common. "d65aac4c8345c80b3edfb188ddce85f0aca9be70" and "4b3ee64ee829f63e31219e9c1821a5d6e946ccea" have entirely different histories.

7 changed files with 9 additions and 34 deletions

View File

@ -476,7 +476,7 @@ sub get_workarounds {
my %workarounds = (
"38" => [],
"39" => [],
"40" => [],
"40" => ["FEDORA-2024-b156c57ef1"],
"41" => [],
);
my $advortasks = $workarounds{$version};

View File

@ -1,15 +0,0 @@
{
"area": [
{
"width": 90,
"xpos": 467,
"ypos": 286,
"type": "match",
"height": 104
}
],
"properties": [],
"tags": [
"panel_screen_locked"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 233 KiB

View File

@ -1,16 +0,0 @@
{
"area": [
{
"height": 18,
"type": "match",
"ypos": 728,
"width": 17,
"xpos": 880
}
],
"properties": [],
"tags": [
"DESKTOP-kde",
"desktop_expand_systray"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

View File

@ -16,7 +16,10 @@ sub run {
my $relnum = get_release_number;
unless (get_var("CANNED")) {
# run the upstream integration tests
assert_script_run "dnf -y install podman podman-tests bats", 300;
# FIXME composefs seems to be a hard dep since containers-common-0.58.0-10.fc41
# https://bugzilla.redhat.com/show_bug.cgi?id=2275820
# drop it if that gets fixed
assert_script_run "dnf -y install podman podman-tests bats composefs", 300;
assert_script_run "bats --filter-tags distro-integration /usr/share/podman/test/system", 600;
}
# check to see if you can pull an image from the registry

View File

@ -8,7 +8,10 @@ sub run {
my $self = shift;
$self->root_console(tty => 3);
# on non-canned flavors, we need to install toolbox
assert_script_run "dnf -y install toolbox", 360 unless (get_var("CANNED"));
# FIXME composefs seems to be a hard dep since containers-common-0.58.0-10.fc41
# https://bugzilla.redhat.com/show_bug.cgi?id=2275820
# drop it if that gets fixed
assert_script_run "dnf -y install toolbox composefs", 360 unless (get_var("CANNED"));
# check toolbox is installed
assert_script_run "rpm -q toolbox";
# check to see if you can create a new toolbox container (this