summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Allow equal sign in single-line ini variablesIlya Kuznetsov2014-02-142-1/+9
* Add the start of an integration test structure using Ansible playbooks, also ...Michael DeHaan2014-02-131-0/+7
* Reverting unarchive tests.Richard C Isaacson2014-02-121-15/+17
* Merge pull request #5969 from risaacson/pull_5136Richard Isaacson2014-02-125-326/+433
|\
| * Cleanup per notes.Richard C Isaacson2014-02-122-15/+27
| * Updates for the unarchive module and action_plugin.Richard C Isaacson2014-02-125-326/+421
* | Fixing tests for gitJames Cammarata2014-02-111-1/+1
* | Re-add synchronize unit testsJames Tanner2014-02-101-0/+132
|/
* Make tmp paths in TestRunner dynamic based on pidJames Cammarata2014-02-051-28/+40
* Merge pull request #5337 from bob-smith/bugfixFQDNParsingjctanner2014-01-142-0/+24
|\
| * Fix inventory parsing so that FQDN can be parsed without throwing sshJohn Barker2013-12-182-0/+24
* | Remove code underlying when_* and only_if, which are deprecated features slat...Michael DeHaan2014-01-031-30/+30
|/
* tests depend on the default encoding being utf8Matthew Thode2013-12-091-0/+4
* Ensure test_command tests are actually correctwillthames2013-12-031-5/+5
* fixes #4954 plus updates for gcutil/v1beta16 testsEric Johnson2013-11-191-15/+11
* host: added test playbookRene Moser2013-11-151-0/+98
* Fix git bare test in el6 by adding origin to remoteJames Tanner2013-11-141-1/+2
* Merge pull request #4691 from cg-soft/git-bare-ref-repo-supportjctanner2013-11-141-1/+26
|\
| * Add support for bare git reference reposChristian Goetze2013-10-311-1/+26
* | Fix bool comparision in recursive copy testsJames Tanner2013-11-131-14/+14
* | Merge pull request #4375 from pfalcon/ansibleJames Tanner2013-11-134-0/+154
|\ \
| * | copy: Add testcase for recursive copy.Paul Sokolovsky2013-10-154-0/+154
* | | Merge pull request #4351 from 2m/leading-range-fixjctanner2013-11-132-0/+16
|\ \ \ | |_|/ |/| |
| * | Handle comment on inventory group line.Martynas Mickevicius2013-10-172-0/+7
| * | Allow leading ranges in the inventory host entries.Martynas Mickevicius2013-10-172-0/+9
* | | Revert templating enhancements from 73dbab70 e6c28658 d409352c 9858b1f2 45875...James Tanner2013-10-301-12/+9
* | | Merge pull request #4288 from sivel/3725-regexMichael DeHaan2013-10-271-0/+27
|\ \ \
| * | | Add regex (search, match, regex) jinja2 filters. Fixes #3725Matt Martz2013-10-111-0/+27
* | | | Merge pull request #4380 from joshkehn/lineinfile_validateMichael DeHaan2013-10-271-0/+26
|\ \ \ \
| * | | | Added validate option to lineinfileJoshua Kehn2013-10-061-0/+26
* | | | | Finishing touches on template cleanup.Michael DeHaan2013-10-191-0/+12
* | | | | Work in progress about cleaning up template code.Michael DeHaan2013-10-191-9/+0
* | | | | Merge pull request #4395 from erjohnso/develMichael DeHaan2013-10-171-0/+752
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | adding Google Compute Engine modules and inventory pluginEric Johnson2013-10-071-0/+752
| | |/ / | |/| |
* | | | Fix TestInventory class by explicitly using /bin/bashJascha Geerds2013-10-151-1/+3
| |_|/ |/| |
* | | Merge pull request #3827 from mscherer/disable_callbacksMichael DeHaan2013-10-123-0/+92
|\ \ \
| * | | add test for the disabling of callback pluginsMichael Scherer2013-08-153-0/+92
* | | | Prune legacy tests -- many of these are not part of the official API or docum...Michael DeHaan2013-10-111-265/+0
* | | | Remove some obsolete tests (mechanism of error detection suboptimal, replacem...Michael DeHaan2013-10-115-76/+1
* | | | Fixup legacy var detector.Michael DeHaan2013-10-111-1/+1
* | | | Tweak only_if deprecation detector.Michael DeHaan2013-10-111-5/+5
* | | | Remove out of date tests.Michael DeHaan2013-10-112-18/+0
* | | | Remove out of date tests.Michael DeHaan2013-10-114-129/+3
| |/ / |/| |
* | | Return inventory objects in the order they are presented. Additionally, fix ...Michael DeHaan2013-10-071-17/+8
| |/ |/|
* | Add fileglob Jinja2 filter. Fixes #3563Matt Martz2013-09-301-0/+6
* | Update TestUtils.pyMichael DeHaan2013-09-281-6/+0
* | Allow creating empty inventoryJasper Capel2013-09-251-0/+11
* | add more tests :Michael Scherer2013-09-212-2/+29
* | Merge branch 'failed_when' of https://github.com/hnakamur/ansible into hnakam...James Cammarata2013-09-162-0/+43
|\ \
| * | Add failed_when module variable.Hiroaki Nakamura2013-09-102-0/+43