Skip to content

Commit

Permalink
created new proxy for non-admin user
Browse files Browse the repository at this point in the history
  • Loading branch information
amolpati30 committed Jan 24, 2025
1 parent b5562ba commit 85c877e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/foreman/cli/test_ansible.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,8 @@ def _finalize():
result = target_sat.cli.Ansible.roles_delete({'name': SELECTED_ROLE})
assert f'Ansible role [{SELECTED_ROLE}] was deleted.' in result[0]['message']
target_sat.execute(f'rm -rvf /etc/ansible/roles/{SELECTED_ROLE}')
unregister_result = rhel_contenthost.unregister()
assert unregister_result.status == 0

SELECTED_ROLE = gen_string('alphanumeric')
playbook = f'{robottelo_tmp_dir}/playbook.yml'
Expand Down

0 comments on commit 85c877e

Please sign in to comment.