Skip to content

Commit f93a0cd

Browse files
threccmwaykole
andauthored
[2.25] Add deprecatedTest tag to model server tests (#2708)
[2.25] deprecate tests for model server Co-authored-by: Milind Waykole <[email protected]>
1 parent f6b43e4 commit f93a0cd

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

ods_ci/tests/Tests/1000__model_serving/1001__model_serving_modelmesh.robot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Verify Secure Model Can Be Deployed In Same Project # robocop: off=too-long-t
101101
[Documentation] Verifies that a model can be deployed in a secured server (with token) using only the UI.
102102
... At the end of the process, verifies the correct resources have been deployed.
103103
[Tags] Tier1
104-
... ODS-1921 ProductBug RHOAIENG-2759
104+
... ODS-1921 ProductBug RHOAIENG-2759 deprecatedTest
105105
Open Data Science Projects Home Page
106106
Create Data Science Project title=${PRJ_TITLE} description=${PRJ_DESCRIPTION} existing_project=${TRUE}
107107
Recreate S3 Data Connection project_title=${PRJ_TITLE} dc_name=model-serving-connection
@@ -152,7 +152,7 @@ Test Inference With Token Authentication # robocop: off=too-long-test-case
152152
Verify Multiple Projects With Same Model
153153
[Documentation] Test the deployment of multiple DS project with same openvino_ir model
154154
[Tags] Tier1
155-
... RHOAIENG-549 RHOAIENG-2724
155+
... RHOAIENG-549 RHOAIENG-2724 deprecatedTest
156156
Create Openvino Models server_name=${RUNTIME_NAME} model_name=${MODEL_NAME} project_name=${PRJ_TITLE}
157157
... num_projects=4
158158
[Teardown] Run Keyword If Test Failed Get Modelmesh Events And Logs
@@ -161,7 +161,7 @@ Verify Multiple Projects With Same Model
161161
Verify Editing Existing Model Deployment # robocop: off=too-long-test-case,too-many-calls-in-test-case
162162
[Documentation] Tries editing an existing model deployment to see if the underlying deployment is updated
163163
[Tags] Tier1
164-
... RHOAIENG-2869
164+
... RHOAIENG-2869 deprecatedTest
165165
Open Data Science Projects Home Page
166166
${namespace}= Set Variable ${PRJ_TITLE}-2869
167167
Create Data Science Project title=${namespace} description=${PRJ_DESCRIPTION}

ods_ci/tests/Tests/1000__model_serving/1002__model_serving_modelmesh_gpu.robot

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Verify GPU Model Deployment Via UI # robocop: off=too-long-test-case,too-many
2727
[Documentation] Test the deployment of an openvino_ir model on a model server with GPUs attached
2828
[Tags] Sanity Resources-GPU NVIDIA-GPUs
2929
... ODS-2214
30+
... deprecatedTest
3031
Clean All Models Of Current User
3132
Open Data Science Projects Home Page
3233
Wait For RHODS Dashboard To Load wait_for_cards=${FALSE} expected_page=Data Science Projects
@@ -59,6 +60,7 @@ Test Inference Load On GPU
5960
[Documentation] Test the inference load on the GPU after sending random requests to the endpoint
6061
[Tags] Sanity Resources-GPU NVIDIA-GPUs
6162
... ODS-2213
63+
... deprecatedTest
6264
${url}= Get Model Route Via UI ${MODEL_NAME}
6365
Send Random Inference Request endpoint=${url} no_requests=100
6466
# Verify metric DCGM_FI_PROF_GR_ENGINE_ACTIVE goes over 0

ods_ci/tests/Tests/1000__model_serving/1004__model_serving_cluster_setting.robot

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ${MODELS_TAB}= //button[@role="tab" and @aria-controls="model-server"]
1717
Verify Correct Value in DS Project after Enabling Both Model Serving Platforms
1818
[Documentation] Verifies that correct values are present in the DS project after enabling
1919
... both model serving platforms
20+
[Tags] deprecatedTest
2021
Select CheckBox Multi Model Serving Platforms
2122
Select CheckBox Single Model Serving Platforms
2223
SeleniumLibrary.Capture Page Screenshot
@@ -29,6 +30,7 @@ Verify Correct Value in DS Project after Enabling Both Model Serving Platforms
2930
Verify Correct Value in DS Project after Enabling Multi Model Serving Platforms Only
3031
[Documentation] Verifies that correct values are present in the DS project after enabling
3132
... Multi Model serving platforms only
33+
[Tags] deprecatedTest
3234
Select CheckBox Multi Model Serving Platforms
3335
SeleniumLibrary.Capture Page Screenshot
3436
Save Changes In Cluster Settings
@@ -41,6 +43,7 @@ Verify Correct Value in DS Project after Enabling Multi Model Serving Platforms
4143
Verify Correct Value in DS Project after Enabling Single Model Serving Platforms Only
4244
[Documentation] Verifies that correct values are present in the DS project after enabling
4345
... Single Model model serving platforms only
46+
[Tags] deprecatedTest
4447
Select CheckBox Single Model Serving Platforms
4548
SeleniumLibrary.Capture Page Screenshot
4649
Save Changes In Cluster Settings
@@ -53,6 +56,7 @@ Verify Correct Value in DS Project after Enabling Single Model Serving Platforms
5356
Verify Correct Value in DS Project after Disabling Both Model Serving Platforms
5457
[Documentation] Verifies that correct values are present in the DS project after disabling
5558
... both model serving platforms
59+
[Tags] deprecatedTest
5660
Open Data Science Project Details Page ${PROJECT_TITLE} tab_id=model-server
5761
SeleniumLibrary.Click Button xpath:${MODELS_TAB}
5862
SeleniumLibrary.Wait Until Page Contains Element //*[contains(text(), "No model serving platform selected")]

ods_ci/tests/Tests/1000__model_serving/1008_model_serving_cross_auth.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ${SECOND_EXPECTED_INFERENCE_OUTPUT}= {"model_name":"${SECOND_MODEL_NAME}__isv
3232
Test Cross Model Authentication On Kserve
3333
[Documentation] Tests for the presence of CVE-2024-7557 when using Kserve
3434
[Tags] Sanity ProductBug
35-
... RHOAIENG-11007 RHOAIENG-12048
35+
... RHOAIENG-11007 RHOAIENG-12048 deprecatedTest
3636
Open Data Science Projects Home Page
3737
Create Data Science Project title=${PRJ_TITLE} description=${PRJ_DESCRIPTION}
3838
... existing_project=${FALSE}

0 commit comments

Comments
 (0)