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:
Paul Holzinger 2024-05-28 16:27:21 +02:00
parent 67356a71b3
commit bff0697de8
No known key found for this signature in database
GPG Key ID: EB145DD938A3CAF2
1 changed files with 1 additions and 2 deletions

View File

@ -31,8 +31,7 @@ metadata:
spec:
containers:
- command:
- sleep
- \"100\"
- /home/podman/pause
env:
- name: PATH
value: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin