diff --git a/robottelo/host_helpers/cli_factory.py b/robottelo/host_helpers/cli_factory.py index 2b03885c17a..c8618bdcbdd 100644 --- a/robottelo/host_helpers/cli_factory.py +++ b/robottelo/host_helpers/cli_factory.py @@ -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': {