ansible/test/units/plugins
Toshio Kuratomi d1a6b07fe1 Move ssh and local connection plugins from using raw select to selectors
At the moment, this change will use EPoll on Linux, KQueue on *BSDs,
etc, so it should alleviate problems with too many open file
descriptors.

* Bundle a copy of selectors2 so that we have the selectors API everywhere.
* Add licensing information to selectors2 file so it's clear what the
  licensing terms and conditions are.
* Exclude the bundled copy of selectors2 from our boilerplate code-smell test
* Rewrite ssh_run tests to attempt to work around problem with mocking
  select on shippable

Fixes #14143
2017-02-03 08:23:50 -08:00
..
action PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
cache PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
callback allow debug to be 'changed' (#20957) 2017-02-02 13:46:16 -05:00
connection Move ssh and local connection plugins from using raw select to selectors 2017-02-03 08:23:50 -08:00
filter Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
inventory Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
lookup PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
shell Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
strategy PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
vars Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
__init__.py Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
test_plugins.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00