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:
Paul Holzinger
2024-06-05 15:16:02 +02:00
parent e9c6cd1559
commit a2352fa3ea
22 changed files with 81 additions and 29 deletions

View File

@@ -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" {