Skip to content

Commit f6eb75b

Browse files
dbasunagmwaykole
andauthored
fix: remove polarion marker since we don't use polarion (#1281)
Signed-off-by: Debarati Basu-Nag <dbasunag@redhat.com> Co-authored-by: Milind Waykole <mwaykole@redhat.com>
1 parent 4b3540a commit f6eb75b

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

pytest.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ testpaths = tests
44

55
markers =
66
# General
7-
polarion: Store polarion test ID
8-
97
skip_on_disconnected: Mark tests that can only be run in deployments with Internet access i.e. not on disconnected clusters.
108
parallel: marks tests that can run in parallel along with pytest-xdist
119

tests/model_serving/model_server/kserve/authentication/test_non_admin_users.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
@pytest.mark.smoke
2222
@pytest.mark.rawdeployment
2323
class TestRawUnprivilegedUser:
24-
@pytest.mark.polarion("ODS-2611")
2524
def test_non_admin_deploy_raw_and_query_model(
2625
self,
2726
unprivileged_s3_ovms_raw_inference_service,

tests/model_serving/model_server/kserve/observability/test_model_metrics.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
)
4444
class TestModelMetrics:
4545
@pytest.mark.tier1
46-
@pytest.mark.polarion("ODS-2555")
4746
def test_model_metrics_num_success_requests(self, model_car_inference_service, prometheus):
4847
"""Verify number of successful model requests in OpenShift monitoring system (UserWorkloadMonitoring) metrics"""
4948
# validate cm values is true for metrics dashboard
@@ -69,7 +68,6 @@ def test_model_metrics_num_success_requests(self, model_car_inference_service, p
6968
)
7069

7170
@pytest.mark.tier1
72-
@pytest.mark.polarion("ODS-2555")
7371
def test_model_metrics_num_total_requests(self, model_car_inference_service, prometheus):
7472
"""Verify number of total model requests in OpenShift monitoring system (UserWorkloadMonitoring) metrics"""
7573
validate_metrics_configuration(model_car_inference_service=model_car_inference_service)
@@ -98,7 +96,6 @@ def test_model_metrics_num_total_requests(self, model_car_inference_service, pro
9896
)
9997

10098
@pytest.mark.tier1
101-
@pytest.mark.polarion("ODS-2555")
10299
def test_model_metrics_cpu_utilization(self, model_car_inference_service, prometheus):
103100
"""Verify CPU utilization data in OpenShift monitoring system (UserWorkloadMonitoring) metrics"""
104101
validate_metrics_configuration(model_car_inference_service=model_car_inference_service)

tests/model_serving/model_server/kserve/platform/test_model_serving_components.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,10 @@ def component_deployment(
4242
[
4343
pytest.param(
4444
{"name": "odh-model-controller"},
45-
marks=pytest.mark.polarion("ODS-1919"),
4645
id="odh-model-controller",
4746
),
4847
pytest.param(
4948
{"name": "kserve-controller-manager"},
50-
marks=pytest.mark.polarion("ODS-1919"),
5149
id="kserve-controller-manager",
5250
),
5351
],

0 commit comments

Comments
 (0)