Commit Graph

73 Commits (87f2e362b35e7cd44a12a887dbb78ea35274f697)

Author SHA1 Message Date
James Cammarata 701af19fad Removing non-ascii logging test for now
12 years ago
Michael DeHaan 6fb02650ff Remove tests for things that are now using the playbook based 'test_new' infra. Units will remain here
12 years ago
Martin Thorsen Ranang 7e23ed345f Avoid breaking on unicode input when logging to syslog in modules
12 years ago
Richard C Isaacson 6feeb16636 Reverting unarchive tests.
12 years ago
Richard C Isaacson 598b9c6b7c Cleanup per notes.
12 years ago
Richard C Isaacson cb7c2b7524 Updates for the unarchive module and action_plugin.
12 years ago
Paul Sokolovsky 3ad61ef310 copy: Add testcase for recursive copy.
13 years ago
Michael DeHaan e8b043332f Remove some obsolete tests (mechanism of error detection suboptimal, replacements pending)
13 years ago
Michael DeHaan 800f12618e Remove out of date tests.
13 years ago
Hiroaki Nakamura 2357194b39 Add failed_when module variable.
13 years ago
James Cammarata 8d0487c31e Removing broken tests for now
13 years ago
Stoned Elipot f0743fc32a Introduce the 'always_run' task clause.
13 years ago
Petr Svoboda e3adfbf5f8 Add tests for undefined variable detection
13 years ago
Michael DeHaan 4bdbe4dc4f Remove some test prints
13 years ago
Michael DeHaan 88720516a1 Merge branch 'changed_when' of git://github.com/stoned/ansible into changed_when
13 years ago
Tin Tvrtkovic 4a732c1e9f Enabled the use of extra vars in playbook file paths when including playbooks from other playbooks.
13 years ago
Stoned Elipot eb45f07ae3 Introduce 'changed_when' keyword to override a task's changed status with the evaluation of a Jinja2 expression
13 years ago
Stoned Elipot baf868f825 Add test for 'ignore_errors:'
13 years ago
George Miroshnykov c642ba77ae Added basic support for hash_behaviour=merge in roles
13 years ago
Michael DeHaan 7c6341718e Merge branch 'combine_vars' of git://github.com/laggyluke/ansible into exp
13 years ago
willthames 377bc31311 Prevent premature substitution of variables into tasks
13 years ago
Michael DeHaan e8085ad40c Since we removed the (undocumented) playbook include + with_items code, fix the tests to
13 years ago
willthames 9d87733f98 Test case and fix for shlex.split unicode bug
13 years ago
George Miroshnykov 6826aa7360 Tweaked merge_hash to also affect Runner behavior
13 years ago
Michael DeHaan 2c783c7145 Disable a test temporarily
13 years ago
Michael DeHaan cdaa2085ee Preliminary ability to use Jinja2 {{ }} to replace ${foo.bar} in playbooks. Can't use both at the same time per line.
13 years ago
Javier Candeira ca6c36e1ac password lookup plugin, with working tests and documentation
13 years ago
Jayson Vantuyl 13ddd39db9 add with_sequence lookup plugin
13 years ago
Michael DeHaan 0c4b30a471 Aliased node test doesn't make sense locally, so remove it.
14 years ago
Michael DeHaan 9985995a9d Make tests use the local connection type, fix missing callback in tests.
14 years ago
Daniel Hokka Zakrisson eebbbd3f0e Make parameterized playbook includes work with vars as a list
14 years ago
Daniel Hokka Zakrisson 5752d2a850 Fix lookup plugin test properly
14 years ago
Daniel Hokka Zakrisson f91fa9f765 Fix lookup plugin test
14 years ago
Daniel Hokka Zakrisson 9c095b72b9 Add parameterized playbook includes
14 years ago
Daniel Hokka Zakrisson 43419d7b20 Add tests for lookup plugins
14 years ago
Daniel Hokka Zakrisson 40af8eff14 Add testcase for first_available_file
14 years ago
Daniel Hokka Zakrisson fbda2d4628 Use default port if ansible_ssh_port is not set for the delegated node
14 years ago
Michael DeHaan 6ba30170dd Make group_vars and host_vars available to usr/bin/ansible, and make vars_plugins exist
14 years ago
Daniel Hokka Zakrisson 1449c8ac67 Fix ansible_ssh_host again
14 years ago
Michael DeHaan e1ecb95b3d Delete test that was coded against *local* resolv.conf -- obviously not going to be the same between people's computers
14 years ago
Michael DeHaan 08b70949c7 Fix a test and a typo in an example
14 years ago
John Kleint 2a002f5c0b Support iteration over command output in with_items.
14 years ago
Michael DeHaan 04555f525e Fix a test from a previous pull request.
14 years ago
Brian Coca 83d1028a21 - Makefile now works with freebsd (date command options are diff)
14 years ago
Dave Peticolas b42e835aab Always load group_vars and host_vars.
14 years ago
Dave Peticolas 08272dc25d Remove unused imports.
14 years ago
Michael DeHaan 1c9b43df1b more whitespace
14 years ago
Petros Moisiadis 2ac4acbf97 fixes for tests
14 years ago
Will Thames 845a7ac5ae test_one not working as tests after skipped test failing, because
14 years ago
Michael DeHaan 867b2437cc consolidate output code in callbacks.py, from utils, remove extra functions
14 years ago