mirror of
https://github.com/containers/podman.git
synced 2025-05-17 15:18:43 +08:00
Add initial system tests for quadlets
This adds basic container and volume system tests for quadlet. These install and run actual systemd units and ensure they work. Signed-off-by: Alexander Larsson <alexl@redhat.com>
This commit is contained in:
@ -54,6 +54,7 @@ $0 also passes through \$OCI_RUNTIME, should you need to test that.
|
||||
# By default, test the podman in our working directory.
|
||||
# Some tests cd out of our workdir, so abs path is important
|
||||
export PODMAN=${PODMAN:-$(pwd)/bin/podman}
|
||||
export QUADLET=${QUADLET:-$(pwd)/bin/quadlet}
|
||||
|
||||
# Because 'make' doesn't do this by default
|
||||
chcon -t container_runtime_exec_t $PODMAN
|
||||
|
Reference in New Issue
Block a user