diff --git a/tests/foreman/api/test_computeresource_vmware.py b/tests/foreman/api/test_computeresource_vmware.py index 06bdf8f7f94..aa9a018ba01 100644 --- a/tests/foreman/api/test_computeresource_vmware.py +++ b/tests/foreman/api/test_computeresource_vmware.py @@ -24,7 +24,7 @@ @pytest.mark.parametrize('vmware', ['vmware7', 'vmware8'], indirect=True) @pytest.mark.parametrize('pxe_loader', ['bios', 'uefi'], indirect=True) @pytest.mark.parametrize('provision_method', ['build', 'bootdisk']) -@pytest.mark.rhel_ver_match('[9]') +@pytest.mark.rhel_ver_match('[8]') def test_positive_provision_end_to_end( request, setting_update, @@ -56,6 +56,8 @@ def test_positive_provision_end_to_end( :CaseImportance: Critical + :Verifies: SAT-23417 + :BZ: 2186114 """ sat = module_provisioning_sat.sat @@ -70,7 +72,7 @@ def test_positive_provision_end_to_end( compute_attributes={ 'path': '/Datacenters/SatQE-Datacenter/vm/', 'cpus': 2, - 'memoy_mb': 6000, + 'memory_mb': 6000, 'cluster': f'{settings.vmware.cluster}', 'start': '1', 'guest_id': 'rhel8_64Guest',