From 508f9b76ea4475c3b9b0d3366e02b8b0b995d699 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Thu, 6 Jan 2022 19:39:05 -0700 Subject: System tests: fix RHEL8 gating tests Add a fix for RHEL8 gating tests. This resolves yet another journald/file events/logger mismatch bug. Also, while I'm at it, more log cleanup: a recently-added test was missing final rm/rmi, resulting in big red scary output in test logs. Signed-off-by: Ed Santiago --- test/system/010-images.bats | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/system/010-images.bats') diff --git a/test/system/010-images.bats b/test/system/010-images.bats index 201418620..ebd71450f 100644 --- a/test/system/010-images.bats +++ b/test/system/010-images.bats @@ -272,6 +272,10 @@ Deleted: $pauseID" "infra images gets removed as well" is "$output" "" run_podman create --pod new:$pname $IMAGE + # Clean up + run_podman rm "${lines[-1]}" + run_podman pod rm -a + run_podman rmi $pauseImage } @test "podman images - rmi -f can remove infra images" { -- cgit v1.2.3-54-g00ecf