Skip to content

Commit

Permalink
job invocation with credentials added (SatelliteQE#13987)
Browse files Browse the repository at this point in the history
  • Loading branch information
pondrejk authored and shweta83 committed Apr 10, 2024
1 parent 8944fd9 commit 7af245e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion robottelo/host_helpers/cli_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,10 @@ def create_object(cli_object, options, values=None, credentials=None):
'host_collection': {
'name': gen_alpha,
},
'job_invocation': {},
'job_invocation': {'_redirect': 'job_invocation_with_credentials'},
'job_invocation_with_credentials': {
'_entity_cls': 'JobInvocation',
},
'job_template': {
'job-category': 'Miscellaneous',
'provider-type': 'SSH',
Expand Down

0 comments on commit 7af245e

Please sign in to comment.