mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
Task refactoring, updates to support ssh-agent and responding to password prompts. Needs test for using credentials.
This commit is contained in:
@@ -78,10 +78,11 @@ class RunJobTest(BaseCeleryTest):
|
||||
opts = {
|
||||
'name': 'test-creds',
|
||||
'user': self.super_django_user,
|
||||
'default_username': '',
|
||||
'ssh_username': '',
|
||||
'ssh_key_data': '',
|
||||
'ssh_key_unlock': '',
|
||||
'ssh_password': '',
|
||||
'sudo_username': '',
|
||||
'sudo_password': '',
|
||||
}
|
||||
opts.update(kwargs)
|
||||
|
||||
Reference in New Issue
Block a user