Merge pull request #10157 from edsantiago/bats

System tests: fix two race conditions
This commit is contained in:
OpenShift Merge Robot
2021-04-28 06:22:45 -04:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@ -501,6 +501,7 @@ json-file | f
run_podman inspect --format '{{.OCIRuntime}}' $cid
is "$output" "$new_runtime" "podman inspect shows configured runtime"
run_podman kill $cid
run_podman wait $cid
run_podman rm $cid
rm -f $new_runtime
}

View File

@ -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
}