doc: refine integration test guide (#3215)

* doc: refine integration test guide

Signed-off-by: Xiwen Yu <xiweny@nvidia.com>
This commit is contained in:
xiweny 2025-04-03 15:36:13 +08:00 committed by GitHub
parent 1fe64b90be
commit 174a5af779
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -212,5 +212,6 @@ test_cpp.py::test_model[eagle-86]
3. Invoke `pytest` with TRT-LLM custom option `--test-list`:
```shell
pytest integration --test-list="a10_list.txt"
cd tests/integration/defs
pytest . --test-list="a10_list.txt" --output-dir=/tmp/llm_integration_test
```