cri-o/test/runtimeversion.bats
Antonio Murdaca 5fb0252fd2
add tests skeleton
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-09-24 00:37:07 +02:00

13 lines
157 B
Bash

#!/usr/bin/env bats
load helpers
function teardown() {
stop_ocid
}
@test "ocic runtimeversion" {
start_ocid
ocic runtimeversion
[ "$status" -eq 0 ]
}