From 79eaadd3fb480255fa0b9fbfc5517425b7c1730b Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 15 Dec 2020 14:40:16 -0700 Subject: 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 --- test/upgrade/helpers.bash | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/upgrade/helpers.bash (limited to 'test/upgrade/helpers.bash') 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() { + : +} -- cgit v1.2.3-54-g00ecf