Merge pull request #1068 from nalind/default-store
libpod: set the default Store to match a Runtime
This commit is contained in:
commit
2f43183c35
2 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,7 @@ function teardown() {
|
|||
run ${KPOD_BINARY} $KPOD_OPTIONS pull "$IMAGE"
|
||||
echo "$output"
|
||||
[ "$status" -eq 0 ]
|
||||
run ${KPOD_BINARY} $KPOD_OPTIONS push "$IMAGE" containers-storage:[${TESTDIR}/crio]busybox:test
|
||||
run ${KPOD_BINARY} $KPOD_OPTIONS push "$IMAGE" containers-storage:busybox:test
|
||||
echo "$output"
|
||||
[ "$status" -eq 0 ]
|
||||
run ${KPOD_BINARY} $KPOD_OPTIONS rmi "$IMAGE" busybox:test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue