mirror of
https://github.com/containers/podman.git
synced 2026-02-19 07:26:18 -05:00
If the provided path is relative, turn path to absolute Add regex verification option in tests Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
18 lines
708 B
Plaintext
18 lines
708 B
Plaintext
## assert-podman-args "kube"
|
|
## assert-podman-args "play"
|
|
## assert-podman-final-args-regex /tmp/podman_test.*/quadlet/deployment.yml
|
|
## assert-podman-args "--replace"
|
|
## assert-podman-args "--service-container=true"
|
|
## assert-podman-stop-args "kube"
|
|
## assert-podman-stop-args "down"
|
|
## assert-podman-stop-final-args-regex /tmp/podman_test.*/quadlet/deployment.yml
|
|
## assert-key-is "Unit" "RequiresMountsFor" "%t/containers"
|
|
## assert-key-is "Service" "KillMode" "mixed"
|
|
## assert-key-is "Service" "Type" "notify"
|
|
## assert-key-is "Service" "NotifyAccess" "all"
|
|
## assert-key-is "Service" "Environment" "PODMAN_SYSTEMD_UNIT=%n"
|
|
## assert-key-is "Service" "SyslogIdentifier" "%N"
|
|
|
|
[Kube]
|
|
Yaml=deployment.yml
|