File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ The tests are written in Python and use [pytest](https://docs.pytest.org/en/stab
77## Getting started
88Please follow the [ Getting Started Guide] ( docs/GETTING_STARTED.md ) on how to run the tests.
99
10+ ## Example of upgrade testing
11+ Please follow the [ Upgrade Guide] ( docs/UPGRADE.md ) on how to run the upgrade tests.
12+
1013
1114## Contribute to opendatahub-tests
1215Please follow the [ Contributing Guide] ( docs/CONTRIBUTING.md ) and the [ Developer guide] ( docs/DEVELOPER_GUIDE.md )
Original file line number Diff line number Diff line change @@ -106,6 +106,11 @@ uv run pytest -o log_cli=false
106106uv run pytest -k test_name
107107```
108108
109+ ### Running component smoke
110+ ``` bash
111+ uv run pytest tests/< component_name> -m " smoke and not sanity and not tier1"
112+ ```
113+
109114### LlamaStack Integration Tests
110115For more information about LlamaStack integration tests, see [ /tests/llama_stack/README.md] ( ../tests/llama_stack/README.md ) .
111116
You can’t perform that action at this time.
0 commit comments