fmf: Add workaround for podman firewall driver bug on RHEL 10

See https://bugzilla.redhat.com/show_bug.cgi?id=2273078
This commit is contained in:
Martin Pitt 2024-04-15 11:29:51 +02:00 committed by Jelle van der Waa
parent 5b921c02b3
commit 2a675f9f57

View file

@ -29,6 +29,10 @@ sh test/vm.install
# Run tests in the cockpit tasks container, as unprivileged user # Run tests in the cockpit tasks container, as unprivileged user
CONTAINER="$(cat .cockpit-ci/container)" CONTAINER="$(cat .cockpit-ci/container)"
if grep -q platform:el10 /etc/os-release; then
# HACK: https://bugzilla.redhat.com/show_bug.cgi?id=2273078
export NETAVARK_FW=nftables
fi
exec podman \ exec podman \
run \ run \
--rm \ --rm \