File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -50,17 +50,6 @@ Feature: TLS configuration for remote inference providers
5050 """
5151 Then The status code of the response is 200
5252
53- Scenario : Inference fails with invalid CA certificate path
54- Given Llama Stack is configured with CA certificate path "/certs/nonexistent.crt"
55- And Llama Stack is restarted
56- And Lightspeed Stack is restarted
57- When I use "query" to ask question
58- """
59- {"query": "Say hello", "model": "mock-tls-model", "provider": "tls-openai"}
60- """
61- Then The status code of the response is 500
62- And The body of the response does not contain Hello from the TLS mock inference server
63-
6453 Scenario : Inference fails when mTLS is required but no client certificate is provided
6554 Given Llama Stack is configured for mTLS without client certificate
6655 And Llama Stack is restarted
You can’t perform that action at this time.
0 commit comments