Skip to content

Commit

Permalink
tests/foreman/api/test_computeresource_vmware.py
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Ganar <[email protected]>
  • Loading branch information
shubhamsg199 committed May 30, 2024
1 parent a1b5560 commit 2dc18d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/api/test_computeresource_vmware.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ 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',
'guest_id': 'rhel9_64Guest',
'volumes_attributes': {
'0': {
'size_gb': 10,
Expand Down

0 comments on commit 2dc18d8

Please sign in to comment.