mirror of
https://github.com/containers/podman.git
synced 2025-11-29 17:48:05 +08:00
test/e2e: use custom network config v2
Adds two custom config dirs to tests that were missed in
commit dc9a65e348.
Fixes #17946 (hopefully finally)
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@@ -228,6 +228,7 @@ var _ = Describe("Podman prune", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("podman system prune pods", func() {
|
It("podman system prune pods", func() {
|
||||||
|
useCustomNetworkDir(podmanTest, tempdir)
|
||||||
session := podmanTest.Podman([]string{"pod", "create"})
|
session := podmanTest.Podman([]string{"pod", "create"})
|
||||||
session.WaitWithDefaultTimeout()
|
session.WaitWithDefaultTimeout()
|
||||||
Expect(session).Should(Exit(0))
|
Expect(session).Should(Exit(0))
|
||||||
|
|||||||
@@ -162,6 +162,7 @@ var _ = Describe("Podman volume prune", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("podman system prune --volume", func() {
|
It("podman system prune --volume", func() {
|
||||||
|
useCustomNetworkDir(podmanTest, tempdir)
|
||||||
session := podmanTest.Podman([]string{"volume", "create"})
|
session := podmanTest.Podman([]string{"volume", "create"})
|
||||||
session.WaitWithDefaultTimeout()
|
session.WaitWithDefaultTimeout()
|
||||||
Expect(session).Should(Exit(0))
|
Expect(session).Should(Exit(0))
|
||||||
|
|||||||
Reference in New Issue
Block a user