Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
damoore044 committed May 30, 2024
1 parent 3dc5ef1 commit fccc9c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions robottelo/host_helpers/api_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ def configure_provisioning(self, org=None, loc=None, compute=False, os=None):
compute boolean is added to not block existing test's that depend on
Libvirt resource and use this same functionality to all CR's.
"""

if compute is False:
resource_url = f'qemu+ssh://root@{settings.libvirt.libvirt_hostname}/system'
comp_res = [
Expand Down

0 comments on commit fccc9c6

Please sign in to comment.