Add 'kpod save' command
Signed-off-by: umohnani8 <umohnani@redhat.com>
This commit is contained in:
parent
9dbd60a0df
commit
ff5eda509a
7 changed files with 214 additions and 0 deletions
|
@ -115,6 +115,7 @@ function teardown() {
|
|||
|
||||
@test "kpod history json flag" {
|
||||
run ${KPOD_BINARY} ${KPOD_OPTIONS} pull $IMAGE
|
||||
[ "$status" -eq 0 ]
|
||||
run bash -c "${KPOD_BINARY} ${KPOD_OPTIONS} history --json $IMAGE | python -m json.tool"
|
||||
echo "$output"
|
||||
[ "$status" -eq 0 ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue