ansible/test/units
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
..
cli Add role skeleton support (#17079) 2017-03-01 20:23:18 -05:00
contrib Remove shebangs from unit tests. 2017-02-27 17:53:10 -08:00
errors
executor
inventory
inventory_test_data/group_vars
mock Remove shebangs from unit tests. 2017-02-27 17:53:10 -08:00
module_utils Fix log_invocation function to pass unittests on python3 2017-03-01 08:50:37 -08:00
modules [cloud][test] Use pytest conditional imports instead of nose/SkipTest (#22019) 2017-03-02 17:07:56 -05:00
parsing
playbook
plugins Extend SSH Retry to put_file and fetch_file (#20187) 2017-03-02 16:56:29 -06:00
template
utils
vars
__init__.py
conftest.py Run unit tests in isolation w/ coverage support. 2017-02-27 17:16:45 -08:00
test_constants.py