cri-o/test/runtimeversion.bats
Antonio Murdaca ab8b65b09e
test: cleanup pods at test teardown
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-09-27 10:46:50 +02:00

13 lines
160 B
Bash

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