mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
Revert "Install composefs with podman/toolbox to workaround #2275820"
This reverts commit 7b29a8f1b2
.
It should no longer be needed now containers-common added a
dependency.
This commit is contained in:
parent
5a548fd3c7
commit
f9cda76860
@ -16,10 +16,7 @@ sub run {
|
||||
my $relnum = get_release_number;
|
||||
unless (get_var("CANNED")) {
|
||||
# run the upstream integration tests
|
||||
# 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 "dnf -y install podman podman-tests bats", 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
|
||||
|
@ -8,10 +8,7 @@ sub run {
|
||||
my $self = shift;
|
||||
$self->root_console(tty => 3);
|
||||
# on non-canned flavors, we need to install toolbox
|
||||
# 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"));
|
||||
assert_script_run "dnf -y install toolbox", 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
|
||||
|
Loading…
Reference in New Issue
Block a user