mirror of
https://github.com/containers/podman.git
synced 2026-03-28 11:33:11 -04:00
When possible use a generic function to add strings and booleans Adjust tests Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
9 lines
274 B
Plaintext
9 lines
274 B
Plaintext
## assert-podman-final-args-regex /.*/podman-e2e-.*/subtest-.*/quadlet
|
|
## assert-podman-args "--tag" "localhost/imagename"
|
|
## assert-podman-args "--authfile" "/etc/certs/auth.json"
|
|
|
|
[Build]
|
|
ImageTag=localhost/imagename
|
|
SetWorkingDirectory=unit
|
|
AuthFile=/etc/certs/auth.json
|