Skip to content

Commit

Permalink
test/e2e: use custom network config v2
Browse files Browse the repository at this point in the history
Adds two custom config dirs to tests that were missed in
commit dc9a65e.

Fixes containers#17946 (hopefully finally)

Signed-off-by: Paul Holzinger <[email protected]>
  • Loading branch information
Luap99 committed Apr 20, 2023
1 parent f570201 commit 3aaa279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/prune_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
1 change: 1 addition & 0 deletions test/e2e/volume_prune_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ var _ = Describe("Podman volume prune", func() {
})

It("podman system prune --volume", func() {
useCustomNetworkDir(podmanTest, tempdir)
session := podmanTest.Podman([]string{"volume", "create"})
session.WaitWithDefaultTimeout()
Expect(session).Should(Exit(0))
Expand Down

0 comments on commit 3aaa279

Please sign in to comment.