cri-o/test/runtimeversion.bats

15 lines
171 B
Text
Raw Normal View History

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