diff options
author | Ed Santiago <santiago@redhat.com> | 2020-12-15 14:40:16 -0700 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2021-02-23 06:58:54 -0700 |
commit | 79eaadd3fb480255fa0b9fbfc5517425b7c1730b (patch) | |
tree | a596b0a5cdc7c3e60aa060e9fceaaee6095ec7d0 /test/upgrade/helpers.bash | |
parent | a6e7d19c463a55a7d3bf6e47faec1906f3f32380 (diff) | |
download | podman-79eaadd3fb480255fa0b9fbfc5517425b7c1730b.tar.gz podman-79eaadd3fb480255fa0b9fbfc5517425b7c1730b.tar.bz2 podman-79eaadd3fb480255fa0b9fbfc5517425b7c1730b.zip |
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>
Diffstat (limited to 'test/upgrade/helpers.bash')
-rw-r--r-- | test/upgrade/helpers.bash | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/upgrade/helpers.bash b/test/upgrade/helpers.bash new file mode 100644 index 000000000..41d9279e6 --- /dev/null +++ b/test/upgrade/helpers.bash @@ -0,0 +1,11 @@ +# -*- bash -*- + +load "../system/helpers" + +setup() { + : +} + +teardown() { + : +} |