Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions docs/e2e_scenarios.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,20 @@
* Check if the OpenAPI endpoint works as expected
* Check if info endpoint is working
* Check if info endpoint reports error when llama-stack connection is not working
* Check if models endpoint is working
* Check if models endpoint reports error when llama-stack is unreachable
* Check if shields endpoint is working
* Check if shields endpoint reports error when llama-stack is unreachable
* Check if tools endpoint is working
* Check if tools endpoint reports error when llama-stack is unreachable
* Check if metrics endpoint is working
* Check if MCP client auth options endpoint is working

## [`models.feature`](https://github.com/lightspeed-core/lightspeed-stack/blob/main/tests/e2e/features/models.feature)

* Check if models endpoint is working
* Check if models endpoint reports error when llama-stack is unreachable
* Check if models can be filtered
* Check if filtering can return empty list of models

## [`query.feature`](https://github.com/lightspeed-core/lightspeed-stack/blob/main/tests/e2e/features/query.feature)

* Check if LLM responds properly to restrictive system prompt to sent question with different system prompt
Expand Down
Loading