Skip to content

Commit a681def

Browse files
authored
Added smoke tests markers for Runtime-tests (#852)
1 parent 434a71f commit a681def

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

tests/model_serving/model_runtime/mlserver/basic_model_deployment/test_mlserver_basic_model_deployment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
pytestmark = pytest.mark.usefixtures("root_dir", "valid_aws_config", "mlserver_rest_serving_runtime_template")
3838

3939

40+
@pytest.mark.smoke
4041
@pytest.mark.parametrize(
4142
(
4243
"protocol",

tests/model_serving/model_runtime/openvino/test_ovms_model_deployment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
pytestmark = pytest.mark.usefixtures("valid_aws_config")
3636

3737

38+
@pytest.mark.smoke
3839
@pytest.mark.parametrize(
3940
(
4041
"protocol",

tests/model_serving/model_runtime/triton/basic_model_deployment/test_python_model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
)
3232

3333

34-
@pytest.mark.smoke
3534
@pytest.mark.parametrize(
3635
("protocol", "model_namespace", "s3_models_storage_uri", "triton_serving_runtime", "triton_inference_service"),
3736
[

0 commit comments

Comments
 (0)