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:
parent
5b921c02b3
commit
2a675f9f57
1 changed files with 4 additions and 0 deletions
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue