mirror of
https://github.com/containers/podman.git
synced 2025-12-08 06:39:05 +08:00
test/system: fix up many tests that do not cleanup
All tests should cleanup themselves and not leak stuff. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@@ -722,6 +722,8 @@ nameserver 8.8.8.8" "nameserver order is correct"
|
||||
run_podman run --network host --dns 1.1.1.1 --rm $IMAGE cat /etc/resolv.conf
|
||||
assert "$output" =~ ".*nameserver 1\.1\.1\.1.*" \
|
||||
"resolv.conf contains 1.1.1.1 nameserver"
|
||||
|
||||
run_podman network rm -f $netname
|
||||
}
|
||||
|
||||
@test "podman run port forward range" {
|
||||
|
||||
Reference in New Issue
Block a user