Skip to content

Commit

Permalink
[6.14.z] job invocation with credentials added (#13993)
Browse files Browse the repository at this point in the history
job invocation with credentials added (#13987)

(cherry picked from commit 3d25a46)

Co-authored-by: Peter Ondrejka <[email protected]>
  • Loading branch information
Satellite-QE and pondrejk authored Feb 6, 2024
1 parent c011f29 commit ff1ab8f
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 ff1ab8f

Please sign in to comment.