9595d7900e
Signed-off-by: umohnani8 <umohnani@redhat.com>
9 lines
130 B
Bash
9 lines
130 B
Bash
#!/usr/bin/env bats
|
|
|
|
load helpers
|
|
|
|
@test "kpod version test" {
|
|
run ${KPOD_BINARY} version
|
|
echo "$output"
|
|
[ "$status" -eq 0 ]
|
|
}
|