spiegel_podman/test/e2e/quadlet/exec.container
Alexander Larsson 62bb59d3b0 Initial quadlet version integrated in golang
Based on the initial port in https://github.com/containers/quadlet/pull/41

This contains the unit tests and the testcases from the C code as well
as modification to the podman spec file based on what the quadlet
spec file looks like, producing a podman-quadlet subpackage.

Signed-off-by: Alexander Larsson <alexl@redhat.com>
2022-10-17 15:56:03 +02:00

6 lines
148 B
Text

## assert-podman-final-args imagename "/some/binary file" "--arg1" "arg 2"
[Container]
Image=imagename
Exec="/some/binary file" --arg1 \
"arg 2"