ansible/test/units
Brian Coca c86a17b7a0 refactoring async
- centralized skipping
- also fixed module name broken by previous refactor
- let action modules handle async processing
- moved async into base action class's module exec
- action plugins can now run final action as async
- actually skip copy if base skips
- fixed normal for new paths
- ensure internal stat is never async
- default poll to 10 as per docs
- added hint for callback fix on poll
- restructured late tmp, now a pipeline query
- moving action handler to connection as networking does
- fixed network assumption invocation is always passed
- centralized key cleanup, normalized internal var
- _supress_tmpdir_delete now in _ansible_xxx and gets removed from results
- delay internal key removal till after we use em
- nicer tmp removing, using existing methods
- moved cleanup tmp flag to mking tmp func
2017-02-06 19:32:00 -05:00
..
cli PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
contrib PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
errors Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
executor Combine jimi-c and bcoca's ideas and work on hooking module-utils into PluginLoader. 2017-01-31 09:41:24 -08:00
inventory Add lots of test cases to inventory/test_host.py (#17827) 2016-11-29 13:38:04 -05:00
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 2015-05-28 15:26:03 -05:00
mock Fix @contextmanager leak on exception. (#21031) 2017-02-03 17:19:59 -08:00
module_utils Fix @contextmanager leak on exception. (#21031) 2017-02-03 17:19:59 -08:00
modules Refactor iosxr_facts to use network_cli plugin (#20857) 2017-02-06 22:23:17 +01:00
parsing added docs for vault and made trigger shorter: !vault (#20985) 2017-02-03 15:28:50 -05:00
playbook PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
plugins refactoring async 2017-02-06 19:32:00 -05:00
template PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
utils PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
vars PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
__init__.py Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00