podman upgrade tests

Initial validation of using podman-in-podman to create an
old-podman root, then use new-podman to play with the
containers created therein.

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago
2020-12-15 14:40:16 -07:00
parent a6e7d19c46
commit 79eaadd3fb
7 changed files with 450 additions and 1 deletions

View File

@@ -70,6 +70,10 @@ function _run_sys() {
dotest system
}
function _run_upgrade_test() {
bats test/upgrade |& logformatter
}
function _run_bindings() {
# shellcheck disable=SC2155
export PATH=$PATH:$GOSRC/hack

View File

@@ -200,6 +200,7 @@ case "$TEST_FLAVOR" in
compose) ;&
int) ;&
sys) ;&
upgrade_test) ;&
bindings) ;&
endpoint)
# Use existing host bits when testing is to happen inside a container