mirror of
https://github.com/containers/podman.git
synced 2025-07-01 00:01:02 +08:00
test/system: speed up podman kube play tests
use a command that stops on SIGTERM not sleep, that way the tests can continue to use podman kube down without waiting for the full stop timeout every time. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -31,8 +31,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- command:
|
- command:
|
||||||
- sleep
|
- /home/podman/pause
|
||||||
- \"100\"
|
|
||||||
env:
|
env:
|
||||||
- name: PATH
|
- name: PATH
|
||||||
value: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
value: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||||
|
Reference in New Issue
Block a user