mirror of
https://github.com/containers/podman.git
synced 2026-01-26 06:51:44 -05:00
Update e2e tests not to expect the flag System tests - explicitly set the log driver to be able to parse the output Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
18 lines
704 B
Plaintext
18 lines
704 B
Plaintext
## assert-podman-args "kube"
|
|
## assert-podman-args "play"
|
|
## assert-podman-final-args-regex .*/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 .*/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
|