Skip to content

Commit

Permalink
Merge branch 'repo-ids' of github.com:sambible/robottelo into repo-ids
Browse files Browse the repository at this point in the history
  • Loading branch information
sambible committed Mar 14, 2024
2 parents ee5f977 + c201a00 commit f9531e7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/foreman/cli/test_remoteexecution.py
Original file line number Diff line number Diff line change
Expand Up @@ -1302,15 +1302,11 @@ def test_positive_run_job_on_host_converted_to_pull_provider(
assert_job_invocation_result(
module_target_sat, invocation_command['id'], rhel_contenthost.hostname
)
# check katello-agent runs along ygdrassil (SAT-1671)
result = rhel_contenthost.execute('systemctl status goferd')
assert result.status == 0, 'Failed to start goferd on client'

# run Ansible rex command to prove ssh provider works, remove katello-agent
invocation_command = module_target_sat.cli_factory.job_invocation(
{
'job-template': 'Package Action - Ansible Default',
'inputs': 'state=absent, name=katello-agent',
'job-template': 'Remove Package - Katello Script Default',
'inputs': 'package=katello-agent',
'search-query': f"name ~ {rhel_contenthost.hostname}",
}
)
Expand Down

0 comments on commit f9531e7

Please sign in to comment.