Skip to content

Commit

Permalink
[6.12.z] Add default provider/url for make_compute_resource helper (#…
Browse files Browse the repository at this point in the history
…13312)

Add default provider/url for make_compute_resource helper (#13283)

Signed-off-by: Gaurav Talreja <[email protected]>
(cherry picked from commit 8015e0a)

Co-authored-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Satellite-QE and Gauravtalreja1 authored Dec 7, 2023
1 parent 744e0d1 commit d662a91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions robottelo/host_helpers/cli_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ def create_object(cli_object, options, values=None, credentials=None):
},
'compute_resource': {
'name': gen_alphanumeric,
'provider': 'Libvirt',
'url': 'qemu+tcp://localhost:16509/system',
},
'org': {'_redirect': 'org_with_credentials'},
'org_with_credentials': {
Expand Down

0 comments on commit d662a91

Please sign in to comment.