2020-04-27 14:47:40 +00:00
|
|
|
I'm sorry. The playbooks here are a much-too-complicated way of saying:
|
|
|
|
|
2024-02-01 13:33:04 +00:00
|
|
|
- test podman (root and rootless)
|
|
|
|
- same, with podman-remote
|
2020-04-27 14:47:40 +00:00
|
|
|
|
|
|
|
The starting point is tests.yml . From there:
|
|
|
|
|
|
|
|
tests.yml
|
|
|
|
\- test_podman.yml
|
|
|
|
|- roles/rootless_user_ready/
|
2024-02-01 13:33:04 +00:00
|
|
|
\- run_podman_tests.yml (once for local, once for remote)
|
2020-04-27 14:47:40 +00:00
|
|
|
\- roles/run_bats_tests/ (runs tests: root, rootless)
|
|
|
|
|
|
|
|
Principal result is the file 'artifacts/test.log'. It will contain
|
|
|
|
one line for each test run, format will be '(PASS|FAIL|ERROR) <test name>'
|
|
|
|
|
|
|
|
For each completed test there will also be a 'test.<name>.bats.log'
|
|
|
|
containing some setup blurbs (RPMs, environment) and the full BATS log.
|