summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - Makefile now works with freebsd (date command options are diff)Brian Coca2012-08-294-6/+6
* remove svn testsMichael DeHaan2012-08-281-59/+0
* full test case for subversion, minimal tests for gitDane Summers2012-08-231-2/+79
* Always load group_vars and host_vars.Dave Peticolas2012-08-135-6/+25
* Add support for ranged patterns like webservers[0-49] for hitting the first 5...Michael DeHaan2012-08-112-7/+26
* Remove tests that involve network effects -- makes things faster and they are...Michael DeHaan2012-08-111-28/+0
* Various retooling of the internal code behind inventory pattern matching in s...Michael DeHaan2012-08-111-19/+4
* Remove unused imports.Dave Peticolas2012-08-094-13/+0
* more whitespaceMichael DeHaan2012-08-063-26/+26
* fixes for testsPetros Moisiadis2012-08-011-2/+2
* test_one not working as tests after skipped test failing, becauseWill Thames2012-08-011-1/+1
* Merge pull request #732 from willthames/fix_git_fail_jsonMichael DeHaan2012-07-311-1/+1
|\
| * Fixes for git module when it fails.u3480952012-07-311-1/+1
* | Fix some failing tests, script tests seem to indicate magic variables are not...Michael DeHaan2012-07-301-6/+9
|/
* Merge pull request #727 from sfromm/gitMichael DeHaan2012-07-301-2/+17
|\
| * Make test_git functional in TestRunner.pyStephen Fromm2012-07-291-2/+17
* | test/TestRunner.py now executes false with no directory prefixwillthames2012-07-302-3/+3
|/
* Small change to previous patch, make ranges of hosts inclusive.Michael DeHaan2012-07-241-3/+3
* Added a host expansion feature to ansible's inventory parsingChin Fang2012-07-242-7/+32
* Remove YAML inventory tests since this is now deprecated.Michael DeHaan2012-07-202-218/+0
* update test utils codeMichael DeHaan2012-07-161-3/+3
* consolidate output code in callbacks.py, from utils, remove extra functionsMichael DeHaan2012-07-151-4/+4
* Much streamlining around setup steps in playbooks, now only run setup once pe...Michael DeHaan2012-07-142-12/+4
* Setup module no longer saves to disk, as templates are mostly useful in playb...Michael DeHaan2012-07-142-40/+0
* Squashed commit of the following:Michael DeHaan2012-07-122-3/+71
* Remove the -D module debug flag, which no longer is functional due to sudo pt...Michael DeHaan2012-06-191-1/+1
* Correctly add ungrouped hosts to 'ungrouped' in YAML inventory.Jeroen Hoekx2012-06-272-3/+5
* Update tests to reflect new APIDaniel Hokka Zakrisson2012-06-183-17/+16
* Add tests of iterative templatingDaniel Hokka Zakrisson2012-06-161-0/+11
* Add tests of host exclusionsDaniel Hokka Zakrisson2012-06-151-0/+18
* Merge pull request #459 from dhozac/with_items-variableMichael DeHaan2012-06-131-1/+1
|\
| * Allow with_items to specify a variableDaniel Hokka Zakrisson2012-06-091-1/+1
* | Add assemble moduleStephen Fromm2012-06-114-0/+31
|/
* Properly template list of hosts in playbooks.John Kleint2012-05-312-0/+18
* Allow "=" in k-v values.Matt Goodall2012-05-231-0/+7
* Fix hosts being in multiple groups, and duplicate host references in the same...Michael DeHaan2012-05-192-2/+20
* If /usr/share/dict/words does not exist, use cracklib-small to test large out...Jeroen Hoekx2012-05-151-1/+6
* Do not run unit tests against the EVENTS code because it is subject to change...Michael DeHaan2012-05-095-196/+0
* Merge pull request #363 from jhoekx/template-only-ifMichael DeHaan2012-05-114-0/+55
|\
| * Fix correct variable expansion in includes only_if.Jeroen Hoekx2012-05-114-0/+55
* | Merge pull request #362 from jhoekx/uppercase-varsMichael DeHaan2012-05-111-0/+10
|\ \
| * | Allow camelCase variables in varreplace.Jeroen Hoekx2012-05-111-0/+10
| |/
* | Add test for large output; fix indentation.John Kleint2012-05-111-199/+203
|/
* Support list indexing in varReplace.Jeroen Hoekx2012-05-101-0/+50
* Fixup unicode varReplace templating.Jeroen Hoekx2012-05-101-0/+22
* Make no_engine the default templating action.Jeroen Hoekx2012-05-091-2/+2
* Support nested variables in varReplace.Jeroen Hoekx2012-05-091-0/+155
* Inventory: undefined group -> ungrouped.Jeroen Hoekx2012-05-081-2/+2
* Inventory: support list of vars in host.Jeroen Hoekx2012-05-082-1/+11
* Add tests for new advanced inventory features (groups of groups, group variab...Michael DeHaan2012-05-062-8/+92