mirror of https://github.com/containers/podman.git
14 lines
591 B
Plaintext
14 lines
591 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
|