|
19 | 19 | ] |
20 | 20 |
|
21 | 21 |
|
| 22 | +@pytest.mark.s390x |
22 | 23 | @pytest.mark.gpfs |
23 | 24 | @pytest.mark.parametrize( |
24 | 25 | "chaos_vms_list_rhel9, pod_deleting_process", |
@@ -53,6 +54,7 @@ def test_pod_delete_openshift_apiserver( |
53 | 54 | running_vm(vm=vm, wait_for_interfaces=False, check_ssh_connectivity=False) |
54 | 55 |
|
55 | 56 |
|
| 57 | +@pytest.mark.s390x |
56 | 58 | @pytest.mark.gpfs |
57 | 59 | @pytest.mark.parametrize( |
58 | 60 | "rebooted_control_plane_node", |
@@ -85,6 +87,7 @@ def test_control_plane_node_restart( |
85 | 87 | running_vm(vm=vm, wait_for_interfaces=False, check_ssh_connectivity=False) |
86 | 88 |
|
87 | 89 |
|
| 90 | +@pytest.mark.s390x |
88 | 91 | @pytest.mark.parametrize( |
89 | 92 | "chaos_dv_rhel9, downscaled_storage_provisioner_deployment", |
90 | 93 | [ |
@@ -116,6 +119,7 @@ def test_odf_storage_outage( |
116 | 119 | chaos_vm_rhel9_with_dv.wait_for_specific_status(status=VirtualMachine.Status.RUNNING, timeout=TIMEOUT_2MIN) |
117 | 120 |
|
118 | 121 |
|
| 122 | +@pytest.mark.s390x |
119 | 123 | @pytest.mark.gpfs |
120 | 124 | @pytest.mark.parametrize( |
121 | 125 | "chaos_worker_background_process", |
@@ -152,6 +156,7 @@ def test_host_io_stress( |
152 | 156 | assert chaos_worker_background_process.exitcode == 0, "Background process execution failed" |
153 | 157 |
|
154 | 158 |
|
| 159 | +@pytest.mark.s390x |
155 | 160 | @pytest.mark.gpfs |
156 | 161 | @pytest.mark.usefixtures("deleted_pod_by_name_prefix") |
157 | 162 | @pytest.mark.parametrize("chaos_vms_instancetype_list", [pytest.param({"number_of_vms": 3})], indirect=True) |
|
0 commit comments