Add kpod version
Signed-off-by: umohnani8 <umohnani@redhat.com>
This commit is contained in:
parent
91977d3989
commit
9595d7900e
7 changed files with 107 additions and 2 deletions
9
test/kpod.bats
Normal file
9
test/kpod.bats
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bats
|
||||
|
||||
load helpers
|
||||
|
||||
@test "kpod version test" {
|
||||
run ${KPOD_BINARY} version
|
||||
echo "$output"
|
||||
[ "$status" -eq 0 ]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue