Skip to content

Commit 106e3ec

Browse files
authored
fix: minor updates to readme (#1127)
* fix: minor updates to readme * fix: update example based on review comment
1 parent 245e6b6 commit 106e3ec

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ The tests are written in Python and use [pytest](https://docs.pytest.org/en/stab
77
## Getting started
88
Please 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
1215
Please follow the [Contributing Guide](docs/CONTRIBUTING.md) and the [Developer guide](docs/DEVELOPER_GUIDE.md)

docs/GETTING_STARTED.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ uv run pytest -o log_cli=false
106106
uv 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
110115
For more information about LlamaStack integration tests, see [/tests/llama_stack/README.md](../tests/llama_stack/README.md).
111116

0 commit comments

Comments
 (0)