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 197daf095b Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776)
* Catch SSH authentication errors and don't retry multiple times to prevent account lock out

Signed-off-by: Sam Doran <sdoran@redhat.com>

* Subclass AnsibleAuthenticationFailure from AnsibleConnectionFailure

Use comparison rather than range() because it's much more efficient.

Signed-off-by: Sam Doran <sdoran@redhat.com>

* Add tests

Signed-off-by: Sam Doran <sdoran@redhat.com>

* Make paramiko_ssh connection plugin behave the same way

Signed-off-by: Sam Doran <sdoran@redhat.com>

* Add changelog

Signed-off-by: Sam Doran <sdoran@redhat.com>
(cherry picked from commit 9d4c0dc111)
7 years ago
..
__init__.py Fix unit test dirs to match code under test. 9 years ago
test_connection.py mock ncclient import in test_connection.py (#32786) 8 years ago
test_netconf.py Fix unit test failure for netconf connection plugin (#33547) 8 years ago
test_network_cli.py Pull persistent connection parameters via get_option (#39367) 8 years ago
test_ssh.py Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 7 years ago
test_winrm.py win_reboot: fix 2.6 issues and better handle post reboot reboot (#42330) 8 years ago