From d662a910cdc5711317ebac732f4bfd97fe4258ae Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Thu, 7 Dec 2023 09:43:45 -0500 Subject: [PATCH] [6.12.z] Add default provider/url for make_compute_resource helper (#13312) Add default provider/url for make_compute_resource helper (#13283) Signed-off-by: Gaurav Talreja (cherry picked from commit 8015e0a11e5e0814bb1f8ca86250c99c7cce7843) Co-authored-by: Gaurav Talreja --- robottelo/host_helpers/cli_factory.py | 2 ++ 1 file changed, 2 insertions(+) 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': {