From e8dd668fc721a1774f32225e54c5b4ac16ccc71e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 3 Sep 2024 16:56:05 +0530 Subject: [PATCH] check storage.conf Signed-off-by: Lokesh Mandvekar --- tests/tmt/podman-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/tmt/podman-tests.sh b/tests/tmt/podman-tests.sh index 3f2cfaaf68..7bfb0f4eae 100644 --- a/tests/tmt/podman-tests.sh +++ b/tests/tmt/podman-tests.sh @@ -15,6 +15,8 @@ rm -f /etc/yum.repos.d/tag-repository.repo dnf -y update dnf -y install bats conmon podman podman-tests +cat /usr/share/containers/storage.conf + cat /etc/redhat-release rpm -q conmon crun podman podman-tests