ansible/test
Dale Sedivec 611d56dc4c Plug-ins loaded from top-level plug-in directory
PluginLoader._get_paths, as of 391fb98e, was only finding plug-ins that
were in a subdirectory of one of the basedirs (i.e. in a category
directory).  For example, action_plugins/foo.py would never be loaded,
but action_plugins/bar/foo.py would work.

This makes it so that "uncategorized" plug-ins in the top level of a
directory such as action_plugins will be loaded, though plug-ins in a
"category" subdirectory will still be preferred.  For example,
action_plugins/bar/foo.py would be preferred over action_plugins/foo.py.
2013-05-24 17:05:28 -05:00
..
action_plugins Plug-ins loaded from top-level plug-in directory 2013-05-24 17:05:28 -05:00
assemble.d
inventory_dir Add some tests for directory-based inventory 2013-03-01 23:34:14 +01:00
test_hash_behavior Tweaked merge_hash to also affect Runner behavior 2013-04-06 13:06:38 +03:00
test_playbook_vars
ansible.cfg
ansible_hosts
apt_key.gpg
CentOS.yml
common_vars.yml
complex_hosts
cron_test.yml
default_os.yml
hosts_list.yml
inventory_api.py
jinja2_overrides.tpl
large_range
lookup_plugins.yml password lookup plugin, with working tests and documentation 2013-03-10 13:36:53 +11:00
playbook-included.yml
playbook-includer.yml Since we removed the (undocumented) playbook include + with_items code, fix the tests to 2013-04-10 15:08:18 -04:00
playbook-when.yml Prevent premature substitution of variables into tasks 2013-04-12 09:17:03 +10:00
playbook1.yml Preliminary ability to use Jinja2 {{ }} to replace ${foo.bar} in playbooks. Can't use both at the same time per line. 2013-04-03 01:04:16 -04:00
results_list.yml
rocannon.txt Added test cases for lineinfile. 2013-02-23 12:50:18 -05:00
sample.j2
simple_hosts
task-included.yml Test case and fix for shlex.split unicode bug 2013-04-08 14:47:43 +10:00
task-includer.yml Test case and fix for shlex.split unicode bug 2013-04-08 14:47:43 +10:00
template-basic
template-whitespace
TestConstants.py
TestFilters.py Disable filter test for now since it should really be testing at a lower level. 2013-03-01 17:42:14 -05:00
TestInventory.py Standardize test output 2013-04-05 13:13:33 -04:00
TestPlayBook.py Merge branch 'combine_vars' of git://github.com/laggyluke/ansible into exp 2013-04-16 20:06:06 -04:00
TestRunner.py Plug-ins loaded from top-level plug-in directory 2013-05-24 17:05:28 -05:00
TestUtils.py Some continued work on new-style templates and associated test code changes. Legacy template functions 2013-04-10 19:09:57 -04:00
world