Merge pull request #10028 from edsantiago/bats

System tests: fix racy podman-inspect
This commit is contained in:
OpenShift Merge Robot 2021-04-14 15:12:51 -04:00 committed by GitHub
commit a7bbb78c8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,6 +132,7 @@ load helpers
is "$output" "stopping" "Status of container should be 'stopping'"
run_podman kill stopme
run_podman wait stopme
# Exit code should be 137 as it was killed
run_podman inspect --format '{{.State.ExitCode}}' stopme