Add kpod version

Signed-off-by: umohnani8 <umohnani@redhat.com>
This commit is contained in:
umohnani8 2017-06-16 12:27:06 -04:00
parent 91977d3989
commit 9595d7900e
7 changed files with 107 additions and 2 deletions

9
test/kpod.bats Normal file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env bats
load helpers
@test "kpod version test" {
run ${KPOD_BINARY} version
echo "$output"
[ "$status" -eq 0 ]
}