File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff 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+
16631671def test_openai_prometheus (llm_root , llm_venv ):
16641672 test_root = unittest_path () / "llmapi" / "apps"
16651673 llm_venv .run_cmd (
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments