1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units/plugins/connection
Matt Martz 1fe67f9f43 Extend SSH Retry to put_file and fetch_file (#20187)
* Move retry logic into _ssh_retry decorator, and apply to exec_command, put_file and fetch_file

* Update tests to reflect change

* Move _ssh_retry to _run, and update tests to reflect

* piped should use exec_command instead of removed _exec_command

* Rework tests to support selectors instead of select.select
2017-03-02 16:56:29 -06:00
..
__init__.py Fix unit test dirs to match code under test. 2016-11-10 18:59:07 -08:00
test_connection.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
test_netconf.py updates netconf to use persistent socket (#21307) 2017-02-12 09:05:23 -05:00
test_network_cli.py partial revert of changes introduced in d5f7a0181b (#21688) 2017-02-20 15:37:14 -05:00
test_ssh.py Extend SSH Retry to put_file and fetch_file (#20187) 2017-03-02 16:56:29 -06:00