Skip to content

Commit f688512

Browse files
committed
Add test to l0
Signed-off-by: Junyi Xu <219237550+JunyiXu-nv@users.noreply.github.com>
1 parent 0e82262 commit f688512

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

tests/integration/defs/test_e2e.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,6 +1660,14 @@ def test_openai_responses(llm_root, llm_venv):
16601660
str(test_root / "_test_openai_responses.py")])
16611661

16621662

1663+
def test_openai_health(llm_root, llm_venv):
1664+
test_root = unittest_path() / "llmapi" / "apps"
1665+
llm_venv.run_cmd([
1666+
"-m", "pytest",
1667+
str(test_root / "_test_openai_metrics.py -k test_health")
1668+
])
1669+
1670+
16631671
def test_openai_prometheus(llm_root, llm_venv):
16641672
test_root = unittest_path() / "llmapi" / "apps"
16651673
llm_venv.run_cmd(

tests/integration/test_lists/test-db/l0_a10.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ l0_a10:
135135
- llmapi/test_llm_e2e.py::test_llmapi_exit
136136
- llmapi/test_llm_examples.py::test_llmapi_server_example
137137
- llmapi/test_llm_examples.py::test_llmapi_kv_cache_connector[Qwen2-0.5B]
138+
- test_e2e.py::test_openai_health
138139
- test_e2e.py::test_trtllm_serve_example
139140
- test_e2e.py::test_trtllm_serve_top_logprobs[trt]
140141
- test_e2e.py::test_openai_misc_example[trt]

0 commit comments

Comments
 (0)