mirror of
https://github.com/containers/podman.git
synced 2025-05-22 09:36:57 +08:00
test/e2e: enable "podman run with ipam none driver" for nv
This should work since nv v1.1. Fixes #13931 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -1133,8 +1133,6 @@ EXPOSE 2004-2005/tcp`, ALPINE)
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("podman run with ipam none driver", func() {
|
It("podman run with ipam none driver", func() {
|
||||||
// Test fails, issue #13931
|
|
||||||
SkipIfNetavark(podmanTest)
|
|
||||||
net := "ipam" + stringid.GenerateRandomID()
|
net := "ipam" + stringid.GenerateRandomID()
|
||||||
session := podmanTest.Podman([]string{"network", "create", "--ipam-driver=none", net})
|
session := podmanTest.Podman([]string{"network", "create", "--ipam-driver=none", net})
|
||||||
session.WaitWithDefaultTimeout()
|
session.WaitWithDefaultTimeout()
|
||||||
|
Reference in New Issue
Block a user