podman/tests
2024-08-01 10:41:34 -04:00
..
roles check buildah and skopeo version in tests 2024-08-01 10:41:34 -04:00
check_results.yml Yet more ansible muckery, to get test results 2020-05-14 07:14:13 -06:00
README Much-belated cleanup 2024-02-02 10:38:08 +00:00
run_podman_tests.yml fix podman-testing binary 2024-07-17 08:29:58 -04:00
test_podman.yml Update how Toolbx is spelt 2024-02-13 22:47:22 +01:00
test_toolbx.yml Avoid running out of storage space when running the Toolbx tests 2024-02-19 21:03:24 +01:00
tests.yml Quick simple tests for podman 2018-11-13 09:50:53 -07:00

I'm sorry. The playbooks here are a much-too-complicated way of saying:

   - test podman (root and rootless)
   - same, with podman-remote

The starting point is tests.yml . From there:

    tests.yml
      \- test_podman.yml
           |- roles/rootless_user_ready/
           \- run_podman_tests.yml          (once for local, once for remote)
                \- 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.