Skip to content

Commit

Permalink
Merge pull request #10157 from edsantiago/bats
Browse files Browse the repository at this point in the history
System tests: fix two race conditions
  • Loading branch information
openshift-merge-robot authored Apr 28, 2021
2 parents 5dc9faf + c11e9b0 commit 99e5a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/system/030-run.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
1 change: 1 addition & 0 deletions test/system/500-networking.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 99e5a76

Please sign in to comment.