*: add crictl.yaml

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2017-11-11 12:05:36 +01:00
parent 33f699bad4
commit e99a78edff
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9
5 changed files with 7 additions and 4 deletions

View file

@ -207,9 +207,9 @@ function retry() {
false
}
# Waits until the given crio becomes reachable.
# Waits until crio becomes reachable.
function wait_until_reachable() {
retry 15 1 crictl status
retry 15 1 crictl info
}
# Start crio.