File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments