From 2ed31f9f1d1cfe72fbe3871607dca4e681f64a05 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 8 Nov 2021 13:44:03 -0700 Subject: Minor test tweaks - remove 'NO TESTS NEEDED' as a valid bypass string. Henceforth only 'NO NEW TESTS NEEDED' will work. - add a debugging aid for #11871, in which bodhi tests time out in nslookup. Signed-off-by: Ed Santiago --- test/system/500-networking.bats | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test') diff --git a/test/system/500-networking.bats b/test/system/500-networking.bats index b3471b425..c86497f4c 100644 --- a/test/system/500-networking.bats +++ b/test/system/500-networking.bats @@ -167,6 +167,13 @@ load helpers $IMAGE nc -l -n -v -p $myport cid="$output" + # FIXME: debugging for #11871 + run_podman exec $cid cat /etc/resolv.conf + if is_rootless; then + run_podman unshare --rootless-cni cat /etc/resolv.conf + fi + ps uxww + # check that dns is working inside the container run_podman exec $cid nslookup google.com -- cgit v1.2.3-54-g00ecf