Skip to content

Commit 1ef5ff6

Browse files
authored
Change container command to sleep indefinitely
1 parent a2174a9 commit 1ef5ff6

File tree

1 file changed

+1
-1
lines changed
  • src/blazar_tempest_plugin/tests/api

1 file changed

+1
-1
lines changed

src/blazar_tempest_plugin/tests/api/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ def _create_reserved_container(self, name, hints, desired_state="Running"):
136136
name=data_utils.rand_name(name),
137137
hints=hints,
138138
image="busybox",
139-
command="/bin/sh -c 'echo hello-from-container && sleep 60'",
139+
command="sleep infinity",
140140
)
141141
return container

0 commit comments

Comments
 (0)