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 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
..
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 fix minor issues with debug and item labels (#41331) 8 years ago
cliconf Adding slx_command module and supporting module_utils. (#38235) 8 years ago
connection Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 7 years ago
filter Add cidr_merge filter (#36081) 8 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 1Password lookup plugin (#37207) 8 years ago
shell Add empty-init code-smell script. (#18406) 9 years ago
strategy Cache tasks as they are queued instead of en masse (#34752) 8 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