We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7955ce commit c05ebdcCopy full SHA for c05ebdc
tests/e2e/features/steps/health.py
@@ -14,7 +14,7 @@ def llama_stack_connection_broken(context: Context) -> None:
14
15
try:
16
result = subprocess.run(
17
- ["docker", "ps", "--filter", "name=llama-stack", "--format", "{{.Status}}"],
+ ["docker", "inspect", "-f", "{{.State.Running}}", "llama-stack"],
18
capture_output=True,
19
text=True,
20
check=True,
0 commit comments