replace crioctl with crictl

Signed-off-by: Wei Wei <weiwei.inf@gmail.com>
This commit is contained in:
Wei Wei 2017-11-15 23:24:20 +08:00
parent 7b837b5a1e
commit 25dfde9044
28 changed files with 457 additions and 457 deletions

View file

@ -96,9 +96,9 @@ function teardown() {
cleanup_test
}
@test "crioctl runtimeversion" {
@test "crictl runtimeversion" {
start_crio
crioctl runtimeversion
crictl runtimeversion
[ "$status" -eq 0 ]
}