@@ -61,6 +61,7 @@ def created_multiple_failed_vms(
6161
6262class TestSSPTemplate :
6363 @pytest .mark .polarion ("CNV-11356" )
64+ @pytest .mark .s390x
6465 def test_metric_kubevirt_ssp_common_templates_restored_increase (self , prometheus , template_modified ):
6566 validate_metric_value_within_range (
6667 prometheus = prometheus ,
@@ -84,6 +85,7 @@ def test_metric_kubevirt_ssp_common_templates_restored_increase(self, prometheus
8485 ],
8586 indirect = ["scaled_deployment" ],
8687 )
88+ @pytest .mark .s390x
8789 def test_metrics_kubevirt_ssp_operator_validator_up (
8890 self , prometheus , paused_ssp_operator , scaled_deployment , metric_name
8991 ):
@@ -94,6 +96,7 @@ def test_metrics_kubevirt_ssp_operator_validator_up(
9496 )
9597
9698 @pytest .mark .polarion ("CNV-11357" )
99+ @pytest .mark .s390x
97100 def test_metric_kubevirt_ssp_operator_reconcile_succeeded_aggregated (
98101 self , prometheus , paused_ssp_operator , template_validator_finalizer , deleted_ssp_operator_pod
99102 ):
@@ -121,6 +124,7 @@ def test_metric_kubevirt_ssp_operator_reconcile_succeeded_aggregated(
121124@pytest .mark .usefixtures ("initiate_metric_value" , "instance_type_for_test_scope_class" , "created_multiple_failed_vms" )
122125class TestSSPTemplateValidatorRejected :
123126 @pytest .mark .polarion ("CNV-11310" )
127+ @pytest .mark .s390x
124128 def test_metric_kubevirt_ssp_template_validator_rejected_increase (self , prometheus , initiate_metric_value ):
125129 validate_metric_value_with_round_down (
126130 prometheus = prometheus ,
0 commit comments