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
Petr Svoboda e3adfbf5f8 Add tests for undefined variable detection
Tests `test_playbook_undefined_varsX_fail` check if ansible detects
undefined variables when `error_on_undefined_vars` is enabled. These
tests fail without "Improve behavior with error_on_undefined_vars
enabled" patch.

Tests `test_playbook_undefined_varsX_ignore` check if ansible ignores
undefined variables when `error_on_undefined_vars` is disabled.

Also modify PlayBook._run_task_internal() so error_on_undefined_vars is
testable.
11 years ago
..
action_plugins
assemble.d
inventory_dir
test_hash_behavior Added basic support for hash_behaviour=merge in roles 12 years ago
test_playbook_undefined_vars Add tests for undefined variable detection 11 years ago
test_playbook_vars
CentOS.yml
TestConstants.py
TestFilters.py
TestInventory.py add tests for the -i option when used with raw string for ipv4 11 years ago
TestPlayBook.py Add tests for undefined variable detection 11 years ago
TestRunner.py Remove some test prints 11 years ago
TestUtils.py stringify conditional before handing it to Jinja2 for evaluation. 11 years ago
ansible.cfg
ansible_hosts
apt_key.gpg
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 Merge pull request #3685 from mspaulding06/indexed_items 11 years ago
playbook-changed_when.yml Introduce 'changed_when' keyword to override a task's changed status with the evaluation of a Jinja2 expression 11 years ago
playbook-ignore-errors.yml Add test for 'ignore_errors:' 12 years ago
playbook-included.yml
playbook-includer.yml
playbook-templated-includer.yml Enabled the use of extra vars in playbook file paths when including playbooks from other playbooks. 11 years ago
playbook-when.yml
playbook1.yml
results_list.yml
rocannon.txt
sample.j2
simple_hosts
task-included.yml
task-includer.yml
template-basic
template-whitespace
world