mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-11 10:07:53 +00:00
The network config dir is shared between all the services these tests start, on purpose, so podman can keep subnet allocation consistent. That means the unfiltered prune in the networks BeforeEach, and system.Prune which also prunes networks, would take out networks belonging to another test once the suite runs in parallel. Mark both describes serial like test/e2e does for its own network prune test rather than trying to give each test its own config dir. Signed-off-by: Tushar Verma <tusharmyself06@gmail.com> |
||
|---|---|---|
| .. | ||
| fixture | ||
| api_response_test.go | ||
| attach_test.go | ||
| auth_test.go | ||
| common_test.go | ||
| connection_test.go | ||
| containers_test.go | ||
| create_test.go | ||
| exec_test.go | ||
| generator_test.go | ||
| images_test.go | ||
| info_test.go | ||
| manifests_test.go | ||
| networks_test.go | ||
| pods_test.go | ||
| resource_test.go | ||
| secrets_test.go | ||
| system_test.go | ||
| test_suite_test.go | ||
| types_test.go | ||
| volumes_test.go | ||