Skip to content

Commit

Permalink
Merge pull request #18409 from Luap99/e2e-cni
Browse files Browse the repository at this point in the history
test/e2e: do not remove CNI directory
  • Loading branch information
openshift-merge-robot authored May 2, 2023
2 parents 31a5573 + 5026545 commit 6577e3f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions test/e2e/create_staticip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ var _ = Describe("Podman create with --ip flag", func() {
}
podmanTest = PodmanTestCreate(tempdir)
podmanTest.Setup()
// Clean up the CNI networks used by the tests
os.RemoveAll("/var/lib/cni/networks/podman")
})

AfterEach(func() {
Expand Down
2 changes: 0 additions & 2 deletions test/e2e/create_staticmac_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ var _ = Describe("Podman run with --mac-address flag", func() {
}
podmanTest = PodmanTestCreate(tempdir)
podmanTest.Setup()
// Clean up the CNI networks used by the tests
os.RemoveAll("/var/lib/cni/networks/podman")
})

AfterEach(func() {
Expand Down
2 changes: 0 additions & 2 deletions test/e2e/run_staticip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ var _ = Describe("Podman run with --ip flag", func() {
}
podmanTest = PodmanTestCreate(tempdir)
podmanTest.Setup()
// Clean up the CNI networks used by the tests
os.RemoveAll("/var/lib/cni/networks/podman")
})

AfterEach(func() {
Expand Down

0 comments on commit 6577e3f

Please sign in to comment.