llama-stack/llama_stack/scripts
Sixian Yi 531940aea9
script for running client sdk tests (#895)
# What does this PR do?
Create a script for running all client-sdk tests on Async Library
client, with the option to generate report


## Test Plan

```
python llama_stack/scripts/run_client_sdk_tests.py --templates together fireworks --report
```



## Before submitting

- [ ] This PR fixes a typo or improves the docs (you can dismiss the
other checks if that's the case).
- [ ] Ran pre-commit to handle lint / formatting issues.
- [ ] Read the [contributor
guideline](https://github.com/meta-llama/llama-stack/blob/main/CONTRIBUTING.md),
      Pull Request section?
- [ ] Updated relevant documentation.
- [ ] Wrote necessary unit or integration tests.
2025-02-19 22:38:06 -08:00
..
__init__.py Add a test runner and 2 very simple tests for agents 2024-09-19 12:22:48 -07:00
distro_codegen.py fix: Get distro_codegen.py working with default deps and enabled in pre-commit hooks (#1123) 2025-02-19 18:39:20 -08:00
generate_prompt_format.py chore: move all Llama Stack types from llama-models to llama-stack (#1098) 2025-02-14 09:10:59 -08:00
install_packages.sh Use uv pip install instead of pip install (#921) 2025-01-31 22:29:41 -08:00
run_client_sdk_tests.py script for running client sdk tests (#895) 2025-02-19 22:38:06 -08:00
run_tests.sh Add a test for CLI, but not fully done so disabled 2024-09-19 13:27:07 -07:00
test_rag_via_curl.py Fix precommit check after moving to ruff (#927) 2025-02-02 06:46:45 -08:00