Skip to content

Commit 262da0f

Browse files
committed
feat: add raw external with serverless
1 parent d1cb99b commit 262da0f

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

tests/model_serving/model_server/components/raw_deployment_serverless_co_exist/test_raw_deployment_serverless_inference_co_exist.py

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,14 @@
5353
SERVERLESS_ISVC_PARAMS,
5454
RAW_RUNTIME_PARAMS,
5555
RAW_ISVC_PARAMS,
56-
)
56+
),
57+
pytest.param(
58+
{"name": "serverless-raw-ext-deployment"},
59+
SERVERLESS_RUNTIME_PARAMS,
60+
SERVERLESS_ISVC_PARAMS,
61+
RAW_RUNTIME_PARAMS,
62+
{**RAW_ISVC_PARAMS, "external-route": True},
63+
),
5764
],
5865
indirect=True,
5966
)
@@ -98,7 +105,14 @@ def test_raw_deployment_caikit_created_after_serverless_in_namespace_rest_infere
98105
RAW_ISVC_PARAMS,
99106
SERVERLESS_RUNTIME_PARAMS,
100107
SERVERLESS_ISVC_PARAMS,
101-
)
108+
),
109+
pytest.param(
110+
{"name": "raw-etx-deployment-serverless"},
111+
RAW_RUNTIME_PARAMS,
112+
{**RAW_ISVC_PARAMS, "external-route": True},
113+
SERVERLESS_RUNTIME_PARAMS,
114+
SERVERLESS_ISVC_PARAMS,
115+
),
102116
],
103117
indirect=True,
104118
)

0 commit comments

Comments
 (0)