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:
Paul Holzinger
2023-04-20 13:34:47 +02:00
parent f57020149a
commit 3aaa2793da
2 changed files with 2 additions and 0 deletions

View File

@@ -228,6 +228,7 @@ var _ = Describe("Podman prune", func() {
})
It("podman system prune pods", func() {
useCustomNetworkDir(podmanTest, tempdir)
session := podmanTest.Podman([]string{"pod", "create"})
session.WaitWithDefaultTimeout()
Expect(session).Should(Exit(0))