mirror of
https://github.com/containers/podman.git
synced 2025-12-01 18:49:18 +08:00
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>
9 lines
294 B
Plaintext
9 lines
294 B
Plaintext
## assert-key-contains Service ExecStart " --label org.foo.Arg1=arg1 "
|
|
## assert-key-contains Service ExecStart " --label org.foo.Arg2=arg2 "
|
|
## assert-key-contains Service ExecStart " --label org.foo.Arg3=arg3 "
|
|
|
|
[Volume]
|
|
Label=org.foo.Arg1=arg1
|
|
Label=org.foo.Arg2=arg2 \
|
|
org.foo.Arg3=arg3
|