14 lines
364 B
Plaintext
14 lines
364 B
Plaintext
## assert-podman-final-args-regex /.*/podman-e2e-.*/subtest-.*/quadlet
|
|
## assert-podman-args "--tag" "localhost/imagename"
|
|
## assert-podman-args "--network" "host"
|
|
## assert-key-is "Service" "Type" "oneshot"
|
|
## assert-key-is "Service" "RemainAfterExit" "no"
|
|
|
|
[Build]
|
|
ImageTag=localhost/imagename
|
|
SetWorkingDirectory=unit
|
|
Network=host
|
|
|
|
[Service]
|
|
RemainAfterExit=no
|