mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
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:
11
test/upgrade/helpers.bash
Normal file
11
test/upgrade/helpers.bash
Normal file
@ -0,0 +1,11 @@
|
||||
# -*- bash -*-
|
||||
|
||||
load "../system/helpers"
|
||||
|
||||
setup() {
|
||||
:
|
||||
}
|
||||
|
||||
teardown() {
|
||||
:
|
||||
}
|
Reference in New Issue
Block a user