mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-07 17:36:22 +00:00
When possible use a generic function to add strings and booleans Adjust tests Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
13 lines
595 B
Text
13 lines
595 B
Text
## assert-podman-final-args-regex /.*/podman-e2e-.*/subtest-.*/quadlet
|
|
## assert-podman-args "--tag" "localhost/imagename"
|
|
## assert-key-is "Unit" "After" "network-online.target"
|
|
## assert-key-is "Unit" "Wants" "network-online.target"
|
|
## assert-key-is "Unit" "RequiresMountsFor" "%t/containers"
|
|
## assert-key-is-regex "Service" "WorkingDirectory" "/.*/podman-e2e-.*/subtest-.*/quadlet"
|
|
## assert-key-is "Service" "Type" "oneshot"
|
|
## assert-key-is "Service" "RemainAfterExit" "yes"
|
|
## assert-key-is "Service" "SyslogIdentifier" "%N"
|
|
|
|
[Build]
|
|
ImageTag=localhost/imagename
|
|
SetWorkingDirectory=unit
|