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
Toshio Kuratomi 4b0aa1214c Ziploader
* Ziploader proof of concept (jimi-c)

* Cleanups to proof of concept ziploader branch:

* python3 compatible base64 encoding
* zipfile compression (still need to enable toggling this off for
  systems without zlib support in python)
* Allow non-wildcard imports (still need to make this recusrsive so that
  we can have module_utils code that imports other module_utils code.)
* Better tracebacks: module filename is kept and module_utils directory
  is kept so that tracebacks show the real filenames that the errors
  appear in.

* Make sure we import modules that are used into the module_utils files that they are used in.

* Set ansible version in a more pythonic way for ziploader than we were doing in module replacer

* Make it possible to set the module compression as an inventory var

This may be necessary on systems where python has been compiled without
zlib compression.

* Refactoring of module_common code:

* module replacer only replaces values that make sense for that type of
  file (example: don't attempt to replace python imports if we're in
  a powershell module).
* Implement configurable shebang support for ziploader wrapper
* Implement client-side constants (for SELINUX_SPECIAL_FS and SYSLOG)
  via environment variable.
* Remove strip_comments param as we're never going to use it (ruins line
  numbering)

* Don't repeat ourselves about detecting REPLACER

* Add an easy way to debug

* Port test-module to the ziploader-aware modify_module()

* strip comments and blank lines from the wrapper so we send less over the wire.

* Comments cleanup

* Remember to output write the module line itself in powershell modules

* for line in lines strips the newlines so we have to add them back in
9 years ago
..
action Ziploader 9 years ago
cache Fixed import typo for memcache module in tests. 9 years ago
callback Squashed commit of the following: 9 years ago
connections Fix ssh connection unittests for python3.4 9 years ago
filter Reorganizing plugin unit tests and adding start of strategy tests (v2) 10 years ago
inventory Reorganizing plugin unit tests and adding start of strategy tests (v2) 10 years ago
lookup Fix problem with "=" in the initial file path. 9 years ago
shell Reorganizing plugin unit tests and adding start of strategy tests (v2) 10 years ago
strategies correctly deals with non serializable type 9 years ago
vars Reorganizing plugin unit tests and adding start of strategy tests (v2) 10 years ago
__init__.py Making the switch to v2 10 years ago
test_plugins.py Test other use-cases for PluginLoader's config 9 years ago