summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Removing cruft leftover from the deprecation of include+with_itemsJames Cammarata2014-06-094-7/+0
* Correct issue of handlers running on all hosts incorrectlyJames Cammarata2014-06-093-8/+23
* Add integration tests for group_by module. Fixed bug introduced by ansible/an...Chris Church2014-05-073-1/+121
* Make sure amazon test doesn't check host keysJames Cammarata2014-05-051-1/+1
* Fixing two bugs in the ec2_elb_lb moduleJames Cammarata2014-05-051-2/+2
* Refuse to convert a non-empty directory into a link with the file moduleJames Cammarata2014-05-021-1/+44
* fix #7244 recursive copy fails when setting directory attributessomeda2014-05-022-1/+23
* Adding an ec2_elb test to re-add an instance that had been removedJames Cammarata2014-04-301-19/+21
* Forgot to add an assertion for the new rsync_path testJames Cammarata2014-04-291-0/+11
* Adding a new test for the synchronize module to test rsync_pathJames Cammarata2014-04-291-0/+6
* Adding an integration test for the ec2_elb moduleJames Cammarata2014-04-2813-10/+286
* A few updates to the ec2_elb_lb integration testJames Cammarata2014-04-252-49/+36
* ec2_elb_lb integration tests.James Martin2014-04-253-2/+429
* ec2_eip integration tests.James Martin2014-04-214-5/+491
* This test appears OS specific, so disabling for now.Michael DeHaan2014-04-151-8/+8
* Fixed escaping of " in test_make_sudo_cmd in TestUtils so that it passesTimothy Appnel2014-04-151-1/+1
* Fixing unit tests for synchronize due to earlier changesJames Cammarata2014-04-141-10/+19
* Add unit tests for vars_filesJames Tanner2014-04-101-0/+415
* Revert "Fix #5679 again after recent changes in core"James Cammarata2014-04-071-18/+0
* Adding delimiter fixes to action_plugin + fixing local assembling with a deli...James Cammarata2014-04-031-0/+10
* Add version_compare filterMatt Martz2014-04-021-0/+23
* Denote unit test requirements in README.mdMichael DeHaan2014-04-021-0/+3
* Fixing some parsing issues in authorized_key moduleJames Cammarata2014-04-024-0/+262
* Merge branch 'regexreplace' of git://github.com/jacobweber/ansible into jacob...James Tanner2014-03-311-0/+15
|\
| * Add regex_replace jinja2 filterJacob Weber2014-02-111-0/+15
* | Fix for bug related to async jid polling change plus a new testJames Cammarata2014-03-261-0/+14
* | Adding in a test for subversion export optionJames Cammarata2014-03-251-0/+4
* | Ensure handlers run when meta tasks are defined and add handler integration t...James Tanner2014-03-256-1/+85
* | Merge pull request #6586 from sivel/probline-logic-fixMichael DeHaan2014-03-191-2/+1
|\ \
| * | Fix logic in process_common_errors for unbalanced quotesMatt Martz2014-03-191-2/+1
* | | Fixes #6579 allow for vault passwords ending with newline charsJames Tanner2014-03-192-0/+30
|/ /
* | Addresses #6550 add integration tests for pipe lookupJames Tanner2014-03-181-0/+14
* | Update credentials.yml documentation and handlingJames Laska2014-03-183-20/+48
* | Fixes #6542 rewrite test string for osx compatibilityJames Tanner2014-03-181-2/+2
* | Fixes #6539 Workaround py26 vs py27 difflib resultsJames Tanner2014-03-171-1/+12
* | Merge branch 'ini_vars' of git://github.com/dmage/ansible into develMichael DeHaan2014-03-172-2/+4
|\ \
| * | Make parsing variables for hosts and groups more consistentOleg Bulatov2014-03-162-2/+4
* | | Merge branch 'file_fixes_clean' of https://github.com/bcoca/ansible into bcoc...James Cammarata2014-03-171-0/+19
|\ \ \
| * | | Fixes and cleanup to file functions and moduleBrian Coca2014-03-151-0/+19
| |/ /
* | | Add yum+apt integration tests for auto dependency installalationJames Laska2014-03-172-4/+33
* | | Merge pull request #6448 from jirutka/fix-5679-2Michael DeHaan2014-03-161-0/+18
|\ \ \ | |/ / |/| |
| * | Fix #5679 again after recent changes in coreJakub Jirutka2014-03-121-0/+18
* | | Merge branch 'unit-tests' of https://github.com/sivel/ansible into sivel-unit...James Cammarata2014-03-145-66/+640
|\ \ \
| * | | Unit tests for ansible.utilsMatt Martz2014-03-145-66/+640
* | | | Add integration test for apt_repositoryJames Laska2014-03-145-2/+180
|/ / /
* | | Cleaning up some exception blocks in TestModuleUtilsBasicJames Cammarata2014-03-131-6/+6
* | | Adding new unit tests for module_utils/basic (run_command only now)James Cammarata2014-03-131-0/+156
* | | Add an ast.parse unit test for modules to simulate ansible-docJames Tanner2014-03-131-0/+30
* | | [test_ec2*] cloud integration test updatesJames Laska2014-03-1314-31/+42
* | | Correct test integration ec2 cleanup scriptJames Laska2014-03-121-5/+7