Skip to content

Commit ddfc95b

Browse files
committed
feat: move interop marker
1 parent ef57460 commit ddfc95b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/model_serving/model_server/authentication/test_model_mesh_authentication.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
class TestModelMeshAuthentication:
2626
"""Model Mesh Authentication is based on the created Service; cross-model authentication is not blocked"""
2727

28-
@pytest.mark.ocp_interop
2928
@pytest.mark.dependency(name="test_model_mesh_model_authentication_openvino_inference_with_tensorflow")
3029
def test_model_mesh_model_authentication_openvino_inference_with_tensorflow(
3130
self,

tests/model_serving/model_server/model_mesh/test_model_mesh_multi_models.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@
1010
from utilities.inference_utils import Inference
1111
from utilities.manifests.openvino import OPENVINO_INFERENCE_CONFIG
1212

13-
pytestmark = [pytest.mark.modelmesh, pytest.mark.sanity]
13+
pytestmark = [pytest.mark.modelmesh, pytest.mark.sanity, pytest.mark.ocp_interop]
1414

1515

1616
@pytest.mark.parametrize(
17-
"model_namespace, http_s3_openvino_model_mesh_inference_service, "
17+
"model_namespace, http_s3_ovms_model_mesh_serving_runtime, http_s3_openvino_model_mesh_inference_service, "
1818
"http_s3_openvino_second_model_mesh_inference_service",
1919
[
2020
pytest.param(
2121
{"name": "model-mesh-multi-model", "modelmesh-enabled": True},
22+
{"enable_external_route": True},
2223
{"model-path": ModelStoragePath.OPENVINO_EXAMPLE_MODEL},
2324
{
2425
"model-path": ModelStoragePath.OPENVINO_VEHICLE_DETECTION,

0 commit comments

Comments
 (0)