Skip to content

Commit

Permalink
[6.14.z] Fix VMware tests (#12885)
Browse files Browse the repository at this point in the history
  • Loading branch information
Satellite-QE authored Oct 12, 2023
1 parent 5dc991c commit eef622d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion robottelo/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1726,7 +1726,7 @@ class Colored(Box):

VMWARE_CONSTANTS = {
'folder': 'vm',
'guest_os': 'Red Hat Enterprise Linux 8 (64-bit)',
'guest_os': 'Red Hat Enterprise Linux 8 (64 bit)',
'scsicontroller': 'LSI Logic Parallel',
'virtualhw_version': 'Default',
'pool': 'Resources',
Expand Down
2 changes: 1 addition & 1 deletion tests/foreman/cli/test_computeresource_vmware.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_positive_vmware_cr_end_to_end(target_sat, module_org, module_location):
)
assert vmware_cr['name'] == cr_name
assert vmware_cr['locations'][0] == module_location.name
assert vmware_cr['organizations'] == module_org.name
assert vmware_cr['organizations'][0] == module_org.name
assert vmware_cr['server'] == settings.vmware.vcenter
assert vmware_cr['datacenter'] == settings.vmware.datacenter
# List
Expand Down
1 change: 1 addition & 0 deletions tests/foreman/ui/test_computeresource_vmware.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ def test_positive_virt_card(session, target_sat, module_location, module_org):
settings.vmware.vm_name,
hostgroup_name,
module_location.name,
name=settings.vmware.vm_name,
)
host_name = '.'.join([settings.vmware.vm_name, domain.name])
power_status = session.computeresource.vm_status(cr_name, settings.vmware.vm_name)
Expand Down

0 comments on commit eef622d

Please sign in to comment.