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
Michael DeHaan fe7d3773ae Various tests using datafiles are being moved into the integration test framework (tests_new right now).
The unit test infrastructure will remain for things that are mocked out and testable with out filesystem
side effects, and a few cases of things that might not be quite so much (like inventory) that can still
benefit from heavy access to the API.

See the 'tests_new/integration' directory, this will soon fold into tests_new.
12 years ago
..
action_plugins Plug-ins loaded from top-level plug-in directory 13 years ago
inventory Handle comment on inventory group line. 12 years ago
inventory_dir Handle '#' in var strings by splitting on ' #' 13 years ago
test_callbacks add test for the disabling of callback plugins 13 years ago
test_hash_behavior Added basic support for hash_behaviour=merge in roles 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. 12 years ago
TestConstants.py Fixed tests to reflect desired configuration behaviour 13 years ago
TestFilters.py Add regex (search, match, regex) jinja2 filters. Fixes #3725 12 years ago
TestInventory.py Allow equal sign in single-line ini variables 12 years ago
TestSynchronize.py Re-add synchronize unit tests 12 years ago
TestUtils.py Various tests using datafiles are being moved into the integration test framework (tests_new right now). 12 years ago
ansible.cfg Fixed tests to reflect desired configuration behaviour 13 years ago
ansible_hosts - Makefile now works with freebsd (date command options are diff) 14 years ago
common_vars.yml Fix correct variable expansion in includes only_if. 14 years ago
complex_hosts Fix inventory parsing so that FQDN can be parsed without throwing ssh 12 years ago
hosts_list.yml Make tests use the local connection type, fix missing callback in tests. 13 years ago
inventory_api.py Return multiple groups from inventory API. 13 years ago
large_range Alphabetic inventory hostname patterns. 13 years ago
restrict_pattern increase test coverage of inventory by around 5% according to nose 13 years ago
simple_hosts Allow equal sign in single-line ini variables 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.