Skip to content

Commit c7ce470

Browse files
committed
Revert "Update machine type to pc-q35-rhel9.8.0 (#4415)"
This reverts commit 214aad4.
1 parent 3496b55 commit c7ce470

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/virt/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class MachineTypesNames:
4343
pc_q35_rhel7_6 = f"{pc_q35}-rhel7.6.0"
4444
pc_q35_rhel8_1 = f"{pc_q35}-rhel8.1.0"
4545
pc_q35_rhel9_4 = f"{pc_q35}-rhel9.4.0"
46-
pc_q35_rhel9_8 = f"{pc_q35}-rhel9.8.0"
46+
pc_q35_rhel9_6 = f"{pc_q35}-rhel9.6.0"
4747
pc_q35_rhel7_4 = f"{pc_q35}-rhel7.4.0"
4848
pc_i440fx = "pc-i440fx"
4949
pc_i440fx_rhel7_6 = f"{pc_i440fx}-rhel7.6.0"

tests/virt/node/general/test_machinetype.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,11 @@ def test_major_release_machine_type(machine_type_from_kubevirt_config):
259259

260260
@pytest.mark.gating
261261
@pytest.mark.polarion("CNV-8561")
262-
def test_machine_type_as_rhel_9_8(machine_type_from_kubevirt_config):
263-
"""Verify that machine type in KubeVirt CR match the value pc-q35-rhel9.8.0"""
264-
assert machine_type_from_kubevirt_config == MachineTypesNames.pc_q35_rhel9_8, (
262+
def test_machine_type_as_rhel_9_6(machine_type_from_kubevirt_config):
263+
"""Verify that machine type in KubeVirt CR match the value pc-q35-rhel9.6.0"""
264+
assert machine_type_from_kubevirt_config == MachineTypesNames.pc_q35_rhel9_6, (
265265
f"Machine type value is {machine_type_from_kubevirt_config} "
266-
f"does not match with {MachineTypesNames.pc_q35_rhel9_8}"
266+
f"does not match with {MachineTypesNames.pc_q35_rhel9_6}"
267267
)
268268

269269

0 commit comments

Comments
 (0)