summaryrefslogtreecommitdiff
path: root/test/units/plugins
Commit message (Expand)AuthorAgeFilesLines
* FEATURE: handler listenersJames Cammarata2016-06-201-1/+13
* Track notified handlers by object rather than simply their nameJames Cammarata2016-06-201-3/+18
* Fix synchronize+vagrant dest assertions that were incorrect. (#16291)jctanner2016-06-143-3/+3
* raw should not use default executable (#16085)Brian Coca2016-06-101-1/+1
* Expand return code values returned by TQM and strategiesJames Cammarata2016-06-081-4/+9
* Port urls.py to python3 and other byte vs text fixes (#16124)Toshio Kuratomi2016-06-041-1/+1
* Merge pull request #13145 from Mic92/develMatt Clay2016-06-031-0/+4
|\
| * lxc connection pluginJörg Thalheim2016-05-281-0/+4
* | added failing test for testing if executable is not empty stringSaran Ahluwalia2016-06-021-0/+112
* | Add a framework, fixtures and test for common synchronize scenarios. (#15983)jctanner2016-05-3133-0/+3991
|/
* Update test off make_become for ssh pty race mitigation (#15931)Toshio Kuratomi2016-05-191-0/+1
* Move binary module detection into executor/module_common.pyMatt Martz2016-05-121-7/+7
* Resolve test failuresMatt Martz2016-05-121-7/+7
* Strip junk after JSON return. (#15822)Toshio Kuratomi2016-05-111-0/+41
* Fix ziploader for the cornercase of ansible invoking ansible.Toshio Kuratomi2016-04-292-5/+9
* Controller-side module caching.Toshio Kuratomi2016-04-121-8/+9
* ZiploaderToshio Kuratomi2016-04-051-2/+1
* Test other use-cases for PluginLoader's configjpic2016-04-051-3/+12
* Bugfix: proper plugin configuration was resetjpic2016-04-051-0/+4
* Don't create world-readable module and tempfiles without explicit user permis...Toshio Kuratomi2016-03-231-8/+8
* add ansible_executable inventory varBrian Coca2016-03-171-3/+3
* Fix ssh connection unittests for python3.4Toshio Kuratomi2016-03-091-4/+4
* Adding more unit tests for ssh connection pluginJames Cammarata2016-03-081-6/+107
* Adding start of ssh connection unit testsJames Cammarata2016-03-081-0/+267
* Expanding unit tests for module_utils/basic.pyJames Cammarata2016-03-011-3/+4
* More unit tests for ActionBaseJames Cammarata2016-02-291-1/+321
* Adding some unicode params to the ActionBase module formatting testJames Cammarata2016-02-271-1/+2
* Use io.StringIO and io.BytesIO instead of StringIO.StringIO for compat with py3Toshio Kuratomi2016-02-261-1/+1
* Fix mixing of bytes and str in module replacer (caused traceback on python3)Toshio Kuratomi2016-02-261-5/+89
* Cleaning up some py version problems with ActionBase unit testsJames Cammarata2016-02-261-3/+3
* Starting to expand unit tests for ActionBase plugin classJames Cammarata2016-02-261-9/+172
* shell + become fixesBrian Coca2016-02-151-2/+2
* go back to defaulting wrapping commands in shellBrian Coca2016-01-191-2/+2
* correctly deals with non serializable typeBrian Coca2016-01-181-0/+1
* Revert "Fix make tests-py3 on devel. Fix for https://github.com/ansible/ansib...Toshio Kuratomi2016-01-041-6/+6
* Squashed commit of the following:James Cammarata2015-12-291-0/+82
* Fix make tests-py3 on devel. Fix for https://github.com/ansible/ansible/issue...Yannig Perré2015-12-221-6/+6
* Merge pull request #13607 from mattclay/test-cache-typoBrian Coca2015-12-211-1/+1
|\
| * Fixed import typo for memcache module in tests.Matt Clay2015-12-191-1/+1
* | Add has_hostkey to mock objects to fix broken unit testsJames Cammarata2015-12-161-0/+4
* | Attempt at fixing strategy unit test failures on py2.6 and py3James Cammarata2015-12-161-3/+1
|/
* Minor: Correct type pyhton => pythonToshio Kuratomi2015-12-141-1/+1
* Cleanup strategy tests broken by new forking strategyJames Cammarata2015-12-141-51/+76
* Two fixes to action pluginsToshio Kuratomi2015-10-221-1/+7
* Remove tmp as a parameter to the connection pluginsToshio Kuratomi2015-09-241-3/+3
* remove the stdin return value from connection plugin exec_command() methodsToshio Kuratomi2015-09-241-1/+1
* Ported over #7158 to support SELinux context switches.Florian Apolloner2015-09-171-0/+12
* Added a test to ensure that sudo is only used if remote and become user difer.Florian Apolloner2015-09-171-0/+45
* corrected all missing paths changesBrian Coca2015-09-152-11/+11
* Be systematic about parsing and validating hostnames and addressesAbhijit Menon-Sen2015-09-111-47/+0