Skip to content

Commit b0f23cd

Browse files
authored
Add llmd test to smoke (#793)
Signed-off-by: Milind Waykole <mwaykole@redhat.com>
1 parent f96d0ac commit b0f23cd

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/model_serving/model_server/llmd/test_llmd_auth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
pytestmark = [
1212
pytest.mark.llmd_cpu,
13+
pytest.mark.smoke,
1314
]
1415

1516

tests/model_serving/model_server/llmd/test_llmd_oci_cpu.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
pytestmark = [
1313
pytest.mark.llmd_cpu,
14+
pytest.mark.smoke,
1415
]
1516

1617
BASIC_LLMD_PARAMS = [({"name": "llmd-comprehensive-test"}, "basic")]

tests/model_serving/model_server/llmd/test_llmd_s3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
pytestmark = [
1313
pytest.mark.llmd_cpu,
14+
pytest.mark.smoke,
1415
]
1516

1617

0 commit comments

Comments
 (0)