Skip to content

Commit e6cb34d

Browse files
authored
test: fix QA TRT integration testlist mismatch issue (NVIDIA#3090)
Incorrect test-db context caused empty test list output. Fix by typo correction: `llm_trt_*` -> `trt_llm_*`. Signed-off-by: kxdc <[email protected]>
1 parent 5e272ee commit e6cb34d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration/test_lists/qa/trt_llm_integration_perf_sanity_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: 0.0.1
2-
llm_trt_integration_perf_sanity_test:
2+
trt_llm_integration_perf_sanity_test:
33
- condition:
44
ranges:
55
system_gpu_count:

tests/integration/test_lists/qa/trt_llm_integration_perf_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: 0.0.1
2-
llm_trt_integration_perf_test:
2+
trt_llm_integration_perf_test:
33
- condition:
44
ranges:
55
system_gpu_count:

0 commit comments

Comments
 (0)