mirror of
https://github.com/containers/podman.git
synced 2025-06-22 01:48:54 +08:00
skip ipv6 e2e tests on rootless
The IPv6 e2e tests on the CI for rootles mode fails because it needs the ip6tables modules loaded. Example error: stdout="", stderr="failed to list chains: running [/sbin/ip6tables -t nat -S --wait]: exit status 3: modprobe: can't change directory to '/lib/modules': No such file or directory\nip6tables v1.8.4 (legacy): can't initialize ip6tables table `nat': Table does not exist (do you need to insmod?)\nPerhaps ip6tables or your kernel needs to be upgraded.\n\n" Signed-off-by: Antonio Ojea <aojea@redhat.com>
This commit is contained in:
@ -177,6 +177,7 @@ var _ = Describe("Podman network create", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("podman network create with name and IPv6 subnet", func() {
|
It("podman network create with name and IPv6 subnet", func() {
|
||||||
|
SkipIfRootless("FIXME It needs the ip6tables modules loaded")
|
||||||
var (
|
var (
|
||||||
results []network.NcList
|
results []network.NcList
|
||||||
)
|
)
|
||||||
@ -217,6 +218,7 @@ var _ = Describe("Podman network create", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("podman network create with name and IPv6 flag (dual-stack)", func() {
|
It("podman network create with name and IPv6 flag (dual-stack)", func() {
|
||||||
|
SkipIfRootless("FIXME It needs the ip6tables modules loaded")
|
||||||
var (
|
var (
|
||||||
results []network.NcList
|
results []network.NcList
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user