Skip to content

Commit c816c9c

Browse files
committed
update
1 parent 4a9a186 commit c816c9c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/e2e/features/tls.feature

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)