skopeo/systemtest
Ed Santiago 47e7cda4e9 System tests - get working under podman-in-podman
Skopeo CI tests run under podman; hence the registries
run in the tests will be podman-in-podman. This requires
complex muckery to make work:

 - install bats, jq, and podman in the test image
 - add new test-system Make target. It runs podman
   with /var/lib/containers bind-mounted to a tmpdir
   and with other necessary options; and invokes a
   test script that hack-edits /etc/containers/storage.conf
   before running podman for the first time.
 - add --cgroup-manager=cgroupfs option to podman
   invocations in BATS: without this, podman-in-podman
   fails with:
       systemd cgroup flag passed, but systemd support for managing cgroups is not available

Also: gpg --pinentry-mode option is not available on all
our test platforms. Check for it before using.

Signed-off-by: Ed Santiago <santiago@redhat.com>
2019-05-28 10:53:12 -06:00
..
001-basic.bats systemtest - new set of BATS tests for RHEL8 gating 2019-05-28 10:10:50 -06:00
010-inspect.bats systemtest - new set of BATS tests for RHEL8 gating 2019-05-28 10:10:50 -06:00
020-copy.bats systemtest - new set of BATS tests for RHEL8 gating 2019-05-28 10:10:50 -06:00
030-local-registry-tls.bats fixup! Incorporate review feedback from mtrmac 2019-05-28 10:10:50 -06:00
040-local-registry-auth.bats fixup! Incorporate review feedback from mtrmac 2019-05-28 10:10:50 -06:00
050-signing.bats System tests - get working under podman-in-podman 2019-05-28 10:53:12 -06:00
helpers.bash System tests - get working under podman-in-podman 2019-05-28 10:53:12 -06:00
run-tests fixup! Incorporate review feedback from mtrmac 2019-05-28 10:10:50 -06:00