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

11
test/upgrade/helpers.bash Normal file
View File

@ -0,0 +1,11 @@
# -*- bash -*-
load "../system/helpers"
setup() {
:
}
teardown() {
:
}