From c11e9b01b3647ff753b9d81a4598872c4aef5643 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 27 Apr 2021 14:45:59 -0600 Subject: System tests: fix two race conditions Basically, add 'podman wait' before 'podman rm'. See if this fixes gating tests run on ppc64le (possibly very very slow hosts) Signed-off-by: Ed Santiago --- test/system/500-networking.bats | 1 + 1 file changed, 1 insertion(+) (limited to 'test/system/500-networking.bats') diff --git a/test/system/500-networking.bats b/test/system/500-networking.bats index 21240e521..9f8791e5d 100644 --- a/test/system/500-networking.bats +++ b/test/system/500-networking.bats @@ -116,6 +116,7 @@ load helpers is "$output" ".*${teststring}.*" "test string received on container" # Clean up + run_podman wait $cid run_podman rm $cid done } -- cgit v1.2.3-54-g00ecf