From bff0697de88213e37ad1f7ba953ecb3966e645d6 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Tue, 28 May 2024 16:27:21 +0200 Subject: [PATCH] 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 --- test/system/700-play.bats | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/system/700-play.bats b/test/system/700-play.bats index c36ed04b9b..9d7995aa4c 100644 --- a/test/system/700-play.bats +++ b/test/system/700-play.bats @@ -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