summaryrefslogtreecommitdiff
path: root/test/e2e/network_create_test.go
diff options
context:
space:
mode:
authorAntonio Ojea <aojea@redhat.com>2020-11-10 08:30:32 +0100
committerAntonio Ojea <aojea@redhat.com>2020-11-10 11:04:02 +0100
commitaabf28a16825aec643206d5e3084940ea48b9c99 (patch)
tree91df2700bfccf0fffdfcf43630691c97e43d4b5d /test/e2e/network_create_test.go
parent98d770747e13f4286958a7d68f1c96223ca96c98 (diff)
downloadpodman-aabf28a16825aec643206d5e3084940ea48b9c99.tar.gz
podman-aabf28a16825aec643206d5e3084940ea48b9c99.tar.bz2
podman-aabf28a16825aec643206d5e3084940ea48b9c99.zip
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>
Diffstat (limited to 'test/e2e/network_create_test.go')
-rw-r--r--test/e2e/network_create_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/e2e/network_create_test.go b/test/e2e/network_create_test.go
index 38e0c0bbf..cb997d10a 100644
--- a/test/e2e/network_create_test.go
+++ b/test/e2e/network_create_test.go
@@ -177,6 +177,7 @@ var _ = Describe("Podman network create", func() {
})
It("podman network create with name and IPv6 subnet", func() {
+ SkipIfRootless("FIXME It needs the ip6tables modules loaded")
var (
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() {
+ SkipIfRootless("FIXME It needs the ip6tables modules loaded")
var (
results []network.NcList
)