aboutgitcodebugslistschat
path: root/test/run
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2023-08-23 15:51:49 +0200
committerStefano Brivio <sbrivio@redhat.com>2023-09-07 11:25:41 +0200
commitee58f37db060535bee298bc98f61497eac37f152 (patch)
tree93794459f031b6bef3c88c29385e3077dade3ced /test/run
parent1f24d3efb4996b6bbc9a2ea4c040b230aac986a0 (diff)
downloadpasst-ee58f37db060535bee298bc98f61497eac37f152.tar
passt-ee58f37db060535bee298bc98f61497eac37f152.tar.gz
passt-ee58f37db060535bee298bc98f61497eac37f152.tar.bz2
passt-ee58f37db060535bee298bc98f61497eac37f152.tar.lz
passt-ee58f37db060535bee298bc98f61497eac37f152.tar.xz
passt-ee58f37db060535bee298bc98f61497eac37f152.tar.zst
passt-ee58f37db060535bee298bc98f61497eac37f152.zip
test: Add Podman system test with bats for pasta2023_09_07.ee58f37
Ugly as hell, but we keep breaking things otherwise, and I keep forgetting to run this manually (as long as it's based on my local Podman setup, that's the only alternative). We need to clone the Podman repository as distribution packages don't contain test scripts, typically. While at it, build the latest version which is what really matters. As we're planning anyway to revamp the test framework, I'd be inclined to just add this without too many thoughts, and have it as a nice-to-have requirement reminder for the new framework. Link: https://github.com/containers/podman/pull/19699 Suggested-by: Paul Holzinger <pholzing@redhat.com> Signed-off-by: Stefano Brivio <sbrivio@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'test/run')
-rwxr-xr-xtest/run4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/run b/test/run
index 8f4f845..3b37663 100755
--- a/test/run
+++ b/test/run
@@ -82,6 +82,10 @@ run() {
test pasta_options/log_to_file
teardown pasta_options
+ setup build
+ test pasta_podman/bats
+ teardown build
+
setup memory
test memory/passt
teardown memory