mirror of
https://github.com/containers/podman.git
synced 2026-07-21 12:42:05 -04:00
When possible use a generic function to add strings and booleans Adjust tests Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
14 lines
595 B
Plaintext
14 lines
595 B
Plaintext
## 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
|