mirror of https://github.com/ansible/ansible.git
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.
40a44ce6ea
Using ``` assert 'changed' in result ``` doesn't actually check if something is changed, which is presumably the reason for the assertion. What is actually needed is ``` assert result.get('changed') ``` which checks that changed is set and not False. Tests still pass after this change |
11 years ago | |
---|---|---|
.. | ||
action_plugins | 12 years ago | |
assemble.d | 12 years ago | |
inventory | 11 years ago | |
inventory_dir | 12 years ago | |
test_callbacks | 11 years ago | |
test_hash_behavior | 12 years ago | |
test_playbook_undefined_vars | 11 years ago | |
test_playbook_vars | 12 years ago | |
test_recursive_copy/files/subdir/subdir2/subdir3 | 11 years ago | |
CentOS.yml | 13 years ago | |
TestCallback.py | 11 years ago | |
TestConstants.py | 12 years ago | |
TestFilters.py | 11 years ago | |
TestInventory.py | 11 years ago | |
TestPlayBook.py | 11 years ago | |
TestRunner.py | 11 years ago | |
TestUtils.py | 11 years ago | |
ansible.cfg | 12 years ago | |
ansible_hosts | 12 years ago | |
apt_key.gpg | 12 years ago | |
common_vars.yml | 13 years ago | |
complex_hosts | 11 years ago | |
cron_test.yml | 11 years ago | |
default_os.yml | 13 years ago | |
gce_tests.py | 11 years ago | |
hosts_list.yml | 12 years ago | |
inventory_api.py | 12 years ago | |
jinja2_overrides.tpl | 12 years ago | |
large_range | 12 years ago | |
lookup_plugins.yml | 11 years ago | |
playbook-always-run.yml | 11 years ago | |
playbook-changed_when.yml | 11 years ago | |
playbook-failed_when.yml | 11 years ago | |
playbook-ignore-errors.yml | 12 years ago | |
playbook-module-host.yml | 11 years ago | |
playbook-recursive-copy.yml | 11 years ago | |
playbook-templated-includer.yml | 11 years ago | |
playbook1.yml | 11 years ago | |
restrict_pattern | 11 years ago | |
results_list.yml | 12 years ago | |
rocannon.txt | 12 years ago | |
sample.j2 | 12 years ago | |
simple_hosts | 12 years ago | |
template-basic | 13 years ago | |
template-whitespace | 13 years ago | |
world | 12 years ago |