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
Martin Thorsen Ranang 7e23ed345f Avoid breaking on unicode input when logging to syslog in modules
After commit 254f87e, non-ascii input broke logging to syslog.
11 years ago
..
action_plugins Plug-ins loaded from top-level plug-in directory 11 years ago
assemble.d - Makefile now works with freebsd (date command options are diff) 12 years ago
inventory Handle comment on inventory group line. 11 years ago
inventory_dir Handle '#' in var strings by splitting on ' #' 11 years ago
test_callbacks add test for the disabling of callback plugins 11 years ago
test_hash_behavior Added basic support for hash_behaviour=merge in roles 11 years ago
test_playbook_undefined_vars Add tests for undefined variable detection 11 years ago
test_playbook_vars Always load group_vars and host_vars. 12 years ago
test_recursive_copy/files/subdir/subdir2/subdir3 copy: Add testcase for recursive copy. 11 years ago
test_unarchive/files Updates for the unarchive module and action_plugin. 11 years ago
CentOS.yml Allow conditional imports, see examples/playbook3.yml comments for a full explanation. Extensive 13 years ago
README.md Add the start of an integration test structure using Ansible playbooks, also added an assert action plugin to make writing those easier. 11 years ago
TestCallback.py Fix TestInventory class by explicitly using /bin/bash 11 years ago
TestConstants.py Fixed tests to reflect desired configuration behaviour 12 years ago
TestFilters.py Add regex (search, match, regex) jinja2 filters. Fixes #3725 11 years ago
TestInventory.py Allow equal sign in single-line ini variables 11 years ago
TestPlayBook.py Avoid breaking on unicode input when logging to syslog in modules 11 years ago
TestRunner.py Merge branch 'fix-5679' of https://github.com/jirutka/ansible into jirutka-fix-5679 11 years ago
TestSynchronize.py Re-add synchronize unit tests 11 years ago
TestUtils.py Remove code underlying when_* and only_if, which are deprecated features slated for removal in the 1.5 release. 11 years ago
ansible.cfg Fixed tests to reflect desired configuration behaviour 12 years ago
ansible_hosts - Makefile now works with freebsd (date command options are diff) 12 years ago
apt_key.gpg add apt_key module 12 years ago
common_vars.yml Fix correct variable expansion in includes only_if. 13 years ago
complex_hosts Fix inventory parsing so that FQDN can be parsed without throwing ssh 11 years ago
cron_test.yml Added remote_user to plays 11 years ago
default_os.yml Allow conditional imports, see examples/playbook3.yml comments for a full explanation. Extensive 13 years ago
gce_tests.py fixes #4954 plus updates for gcutil/v1beta16 tests 11 years ago
hosts_list.yml Make tests use the local connection type, fix missing callback in tests. 12 years ago
inventory_api.py Return multiple groups from inventory API. 12 years ago
jinja2_overrides.tpl moved override matching string to variable changed test template to match Signed-off-by: Brian Coca <briancoca+ansible@gmail.com> 12 years ago
large_range Alphabetic inventory hostname patterns. 12 years ago
lookup_plugins.yml Merge pull request #3685 from mspaulding06/indexed_items 11 years ago
playbook-always-run.yml Introduce the 'always_run' task clause. 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-failed_when.yml Add failed_when module variable. 11 years ago
playbook-ignore-errors.yml Add test for 'ignore_errors:' 11 years ago
playbook-logging-non-ascii.yml Avoid breaking on unicode input when logging to syslog in modules 11 years ago
playbook-module-host.yml host: added test playbook 11 years ago
playbook-recursive-copy.yml Fix bool comparision in recursive copy tests 11 years ago
playbook-templated-includer.yml Enabled the use of extra vars in playbook file paths when including playbooks from other playbooks. 11 years ago
playbook-unarchive.yml Cleanup per notes. 11 years ago
playbook1.yml Remove some obsolete tests (mechanism of error detection suboptimal, replacements pending) 11 years ago
restrict_pattern increase test coverage of inventory by around 5% according to nose 11 years ago
results_list.yml Make tests use the local connection type, fix missing callback in tests. 12 years ago
rocannon.txt Added test cases for lineinfile. 12 years ago
sample.j2 Fixing bug with unicode templates. 12 years ago
simple_hosts Allow equal sign in single-line ini variables 11 years ago
template-basic Update tests to reflect new API 12 years ago
template-whitespace Update tests to reflect new API 12 years ago
world Add test data file 12 years ago

README.md

Legacy tests

These tests are active but are being refactored.

See 'new_tests' directory for what will soon replace them.