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 a2239d8819
[stable-2.11] task_executor - use correct value for ssh connection retries (#75155) (#75191)
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.
(cherry picked from commit a8de35e131)

Co-authored-by: Sam Doran <sdoran@redhat.com>
5 years ago
..
__init__.py Fix unit test dirs to match code under test. 9 years ago
test_connection.py Split test_connection into individual files 6 years ago
test_local.py Split test_connection into individual files 6 years ago
test_paramiko.py Split test_connection into individual files 6 years ago
test_psrp.py config manager str type vault source (#65023) 6 years ago
test_ssh.py [stable-2.11] task_executor - use correct value for ssh connection retries (#75155) (#75191) 5 years ago
test_winrm.py winrm - Added kinit_args to control the args for kinit calls (#70624) 6 years ago