Files
podman/test/upgrade/helpers.bash
Ed Santiago 79eaadd3fb 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>
2021-02-23 06:58:54 -07:00

12 lines
82 B
Bash

# -*- bash -*-
load "../system/helpers"
setup() {
:
}
teardown() {
:
}