-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
Quality / Stability / Reliability
-
2
-
False
-
-
False
-
None
-
-
5
-
CNV Infra 267, CNV Infra 268
-
None
Remove all programmatic skips from
tests/infrastructure.
Examples of current skips:
tests/infrastructure/golden_images/test_common_templates_data_volumes.py: skip_test_if_no_csi_basic_sc, tests/infrastructure/golden_images/test_common_templates_data_volumes.py: skip_test_if_no_nfs_sc, tests/infrastructure/instance_types/supported_os/test_rhel_os.py: skip_if_no_common_modern_cpu, tests/infrastructure/instance_types/supported_os/test_rhel_os.py: skip_access_mode_rwo_scope_class, tests/infrastructure/instance_types/test_common_vm_instancetype.py:def skip_if_no_huge_pages(workers): tests/infrastructure/instance_types/test_common_vm_instancetype.py:def test_cx1_instancetype_profile(skip_if_no_huge_pages, unprivileged_client, namespace): tests/infrastructure/instance_types/test_common_vm_instancetype.py:def test_gn1_instancetype_profile(skip_if_no_gpu_node, unprivileged_client, namespace): tests/infrastructure/instance_types/test_common_vm_preference.py: def test_common_vm_preference_dpdk(self, skip_when_no_sriov, unprivileged_client, namespace): tests/infrastructure/instance_types/test_cpu_memory_hotplug_instancetype.py:pytestmark = pytest.mark.usefixtures("skip_if_no_common_modern_cpu", "skip_access_mode_rwo_scope_module") tests/infrastructure/sap/test_sap_hana_vm.py:pytestmark = [pytest.mark.usefixtures("skip_if_not_hana_cluster"), pytest.mark.sap_hana] tests/infrastructure/sap/test_sap_hana_vm.py:def skip_if_not_hana_cluster(skip_if_no_cpumanager_workers, sap_hana_node): tests/infrastructure/workload_availability/remediation_fencing/conftest.py:def skip_if_compact_cluster_and_jira_47277_open(compact_cluster): tests/infrastructure/workload_availability/remediation_fencing/test_nodehealthcheck_default_remediation.py: "skip_if_compact_cluster_and_jira_47277_open", tests/infrastructure/workload_availability/remediation_fencing/test_nodehealthcheck_fenceagent_remediation.py: "skip_if_workers_vms", tests/infrastructure/workload_availability/remediation_fencing/test_nodehealthcheck_fenceagent_remediation.py: "skip_on_aws_cluster", tests/infrastructure/workload_availability/remediation_fencing_mhc/test_ha_vm.py: skip_if_workers_vms, tests/infrastructure/workload_availability/remediation_fencing_mhc/test_ha_vm.py: skip_if_workers_vms,