mirror of
https://github.com/containers/podman.git
synced 2025-11-29 01:28:22 +08:00
Fixed #27120: Pod Quadlet can configure podman pod stop --time
Signed-off-by: ByoungUk Lee <nimdrak@gmail.com>
This commit is contained in:
8
test/e2e/quadlet/stoptimeout.pod
Normal file
8
test/e2e/quadlet/stoptimeout.pod
Normal file
@@ -0,0 +1,8 @@
|
||||
## assert-podman-stop-args --time=20
|
||||
|
||||
[Unit]
|
||||
Description=A pod with a custom stop timeout
|
||||
|
||||
[Pod]
|
||||
PodName=test-pod
|
||||
StopTimeout=20
|
||||
@@ -1093,6 +1093,7 @@ BOGUS=foo
|
||||
Entry("Pod - Remap keep-id", "remap-keep-id.pod"),
|
||||
Entry("Pod - Remap manual", "remap-manual.pod"),
|
||||
Entry("Pod - Shm Size", "shmsize.pod"),
|
||||
Entry("Pod - StopTimeout", "stoptimeout.pod"),
|
||||
Entry("Pod - Service Environment", "service-environment.pod"),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user