Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run_networking e2e test: add cleanup to some tests
Problem: if either of the two "podman network create" tests fail, all subsequent retries will also fail because the created network has not been cleaned up (so "network create" will fail with EEXIST). Solution: run "podman network rm" as deferred cleanup instead of in each test. This is NOT a fix for containers#7583 - it is just a way to allow ginkgo to retry a failing test. Signed-off-by: Ed Santiago <[email protected]>
- Loading branch information