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 a1428d6bed Remove tmp as a parameter to the connection plugins
There doesn't appear to be anything that actually uses tmp_path in the
connection plugins so we don't need to pass that in to exec_command.
That change also means that we don't need to pass tmp_path around in
many places in the action plugins any more.  there may be more cleanup
that can be done there as well (the action plugin's public run() method
takes tmp as a keyword arg but that may not be necessary).

As a sideeffect of this patch, some potential problems with chmod and
the patch, assemble, copy, and template modules has been fixed (those
modules called _remote_chmod() with the wrong order for their
parameters.  Removing the tmp parameter fixed them.)
9 years ago
..
action Remove tmp as a parameter to the connection plugins 9 years ago
cache Simplify FactCache.copy() 9 years ago
callback Reorganizing plugin unit tests and adding start of strategy tests (v2) 9 years ago
connections corrected all missing paths changes 9 years ago
filter Reorganizing plugin unit tests and adding start of strategy tests (v2) 9 years ago
inventory Reorganizing plugin unit tests and adding start of strategy tests (v2) 9 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) 9 years ago
strategies corrected all missing paths changes 9 years ago
vars Reorganizing plugin unit tests and adding start of strategy tests (v2) 9 years ago
__init__.py Making the switch to v2 10 years ago
test_plugins.py Fix unit test for plugins after basedir/push_basedir removal 9 years ago