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
Sam Doran 44d7c1e23e [stable-2.7] 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)

Co-authored-by: Sam Doran <sdoran@redhat.com>
Signed-off-by: Sam Doran <sdoran@redhat.com>
7 years ago
..
action Fix remote_tmp when become with non admin user (#42396) 8 years ago
cache Disable abstract-class-instantiated for smoketests 9 years ago
callback [stable-2.7] Ensure that the src file contents is converted to unicode in diff info (#45744) 7 years ago
cliconf Fix cli_command multiple prompt issue (#44922) 7 years ago
connection [stable-2.7] Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 7 years ago
filter Skip ipaddr test that fails on Python 3.7+. 7 years ago
httpapi [stable-2.7] FTD HTTP Api plugin bug fixes (#47747) (#48982) 7 years ago
inventory Fix inventory plugin cache + add tests (#38229) 8 years ago
loader_fixtures Don't cache duplicate plugin names (#34420) 8 years ago
lookup Add ability to unlock 1Password vault to lookup plugins (#44923) 7 years ago
shell Add empty-init code-smell script. (#18406) 9 years ago
strategy New keyword: ignore_unreachable (#43857) 7 years ago
terminal Adding slx_command module and supporting module_utils. (#38235) 8 years ago
vars Add empty-init code-smell script. (#18406) 9 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
test_plugins.py Don't cache duplicate plugin names (#34420) 8 years ago