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
Dale Sedivec 515fd9e915 copy action plug-in check mode respects force=no
The copy action accepts force=no, which tells it not to replace an
existing file even if it differs from the source.  The copy action
plug-in wasn't respecting this option when operated in check mode, so it
would report that changes are necessary in check mode even though copy
would make no changes when run normally.

Runner._remote_md5 was changed to make the logic for setting rc perhaps
a little more clear, and to make sure that rc=0 when the file does not
exist.
12 years ago
..
assemble.d
inventory_dir Add some tests for directory-based inventory 12 years ago
test_hash_behavior Tweaked merge_hash to also affect Runner behavior 12 years ago
test_playbook_vars
CentOS.yml
TestConstants.py
TestFilters.py Disable filter test for now since it should really be testing at a lower level. 12 years ago
TestInventory.py Standardize test output 12 years ago
TestPlayBook.py Merge branch 'combine_vars' of git://github.com/laggyluke/ansible into exp 12 years ago
TestRunner.py copy action plug-in check mode respects force=no 12 years ago
TestUtils.py Some continued work on new-style templates and associated test code changes. Legacy template functions 12 years ago
ansible.cfg
ansible_hosts
apt_key.gpg
common_vars.yml
complex_hosts
cron_test.yml Cron module upgrades 12 years ago
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 12 years ago
playbook-included.yml
playbook-includer.yml Since we removed the (undocumented) playbook include + with_items code, fix the tests to 12 years ago
playbook-when.yml Prevent premature substitution of variables into tasks 12 years ago
playbook1.yml Preliminary ability to use Jinja2 {{ }} to replace ${foo.bar} in playbooks. Can't use both at the same time per line. 12 years ago
results_list.yml
rocannon.txt Added test cases for lineinfile. 12 years ago
sample.j2 Fixing bug with unicode templates. 12 years ago
simple_hosts
task-included.yml Test case and fix for shlex.split unicode bug 12 years ago
task-includer.yml Test case and fix for shlex.split unicode bug 12 years ago
template-basic
template-whitespace
world