You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/plugins/connection
Sam Doran a8de35e131
task_executor - use correct value for ssh connection retries (#75155)
Since the task and connection both have the same 'retries' keyword, the task default
would override the connection value.

Do not pass 'retries' from the task to the connection options.

* Set ssh_connection retries default value back to 0
  It was 0 before the move to config and was changed to 3 by accident.
3 years ago
..
__init__.py Fix unit test dirs to match code under test. 8 years ago
test_connection.py remove deprecated connection password functions (#74155) 3 years ago
test_local.py Split test_connection into individual files 4 years ago
test_paramiko.py paramiko_ssh - mark connection as connected when successful (#74459) 3 years ago
test_psrp.py config manager str type vault source (#65023) 5 years ago
test_ssh.py task_executor - use correct value for ssh connection retries (#75155) 3 years ago
test_winrm.py winrm - Added kinit_args to control the args for kinit calls (#70624) 4 years ago