mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-25 16:44:31 +00:00
Compare commits
No commits in common. "6baf67aefdc08b0b7cd00dafb629cce0eda05694" and "860c8e0a09cc1d83623c0e740c86317712aa2d6c" have entirely different histories.
6baf67aefd
...
860c8e0a09
10
lib/utils.pm
10
lib/utils.pm
@ -479,7 +479,7 @@ sub setup_workaround_repo {
|
|||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"36" => [],
|
"36" => [],
|
||||||
"37" => [],
|
"37" => [],
|
||||||
"38" => ["FEDORA-2023-ad52b2e4b9", "FEDORA-2023-ade2a4ec02", "FEDORA-2023-965f517da3"],
|
"38" => ["FEDORA-2023-ad52b2e4b9", "FEDORA-2023-ade2a4ec02"],
|
||||||
);
|
);
|
||||||
# then we'll download each update for our release:
|
# then we'll download each update for our release:
|
||||||
my $advortasks = $workarounds{$version};
|
my $advortasks = $workarounds{$version};
|
||||||
@ -582,13 +582,7 @@ sub _repo_setup_updates {
|
|||||||
assert_script_run "cd /mnt/update_repo";
|
assert_script_run "cd /mnt/update_repo";
|
||||||
# on CANNED, we need to enter the toolbox at this point
|
# on CANNED, we need to enter the toolbox at this point
|
||||||
if (get_var("CANNED")) {
|
if (get_var("CANNED")) {
|
||||||
my $tboxcmd = "toolbox -y enter";
|
type_string "toolbox -y enter\n";
|
||||||
# FIXME there's no f39 toolbox container yet:
|
|
||||||
# https://github.com/containers/toolbox/issues/1233
|
|
||||||
# drop this workaround when that's fixed
|
|
||||||
$tboxcmd .= " -r 38" if (get_var("VERSION") eq get_var("RAWREL"));
|
|
||||||
type_string "$tboxcmd\n";
|
|
||||||
|
|
||||||
# look for the little purple dot
|
# look for the little purple dot
|
||||||
assert_screen "console_in_toolbox", 180;
|
assert_screen "console_in_toolbox", 180;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user