mirror of
https://passt.top/passt
synced 2025-06-05 07:27:16 +02:00
test: Add Podman system test with bats for pasta
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>
This commit is contained in:
parent
1f24d3efb4
commit
ee58f37db0
3 changed files with 27 additions and 2 deletions
test
4
test/run
4
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue