summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | * the current state of the ELB was not reflected properly when checking the status after a change was made. * invalid zones caused a traceback when enabling/disabling zones
* Refuse to convert a non-empty directory into a link with the file moduleJames Cammarata2014-05-021-1/+44
| | | | | | Also adds an integration test for the above. Fixes #7254
* fix #7244 recursive copy fails when setting directory attributessomeda2014-05-012-1/+23
| | | | - reverse the order of new_directory_list returned from split_pre_existing_dir in copy module
* 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-2913-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-224-5/+491
|
* This test appears OS specific, so disabling for now.Michael DeHaan2014-04-161-8/+8
|
* Fixed escaping of " in test_make_sudo_cmd in TestUtils so that it passesTimothy Appnel2014-04-161-1/+1
| | | | | | as it should. Signed-off-by: Timothy Appnel <tim@appnel.com>
* Fixing unit tests for synchronize due to earlier changesJames Cammarata2014-04-151-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
| | | | | | This reverts commit 2bfaacd17063ed52ceca53f55861acb7ff655c66. Fixes #6821
* Adding delimiter fixes to action_plugin + fixing local assembling with a ↵James Cammarata2014-04-031-0/+10
| | | | | | | delimiter Also added a new integration test for assemble using local assembly with a delimiter.
* Add version_compare filterMatt Martz2014-04-031-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
| | | | | | Also adds an integration test for authorized_key for future validation. Fixes #6700
* Merge branch 'regexreplace' of git://github.com/jacobweber/ansible into ↵James Tanner2014-03-311-0/+15
|\ | | | | | | jacobweber-regexreplace
| * Add regex_replace jinja2 filterJacob Weber2014-02-121-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-261-0/+4
| |
* | Ensure handlers run when meta tasks are defined and add handler integration ↵James Tanner2014-03-256-1/+85
| | | | | | | | | | | | | | tests Fixes #6678 Fixes #6670
* | Merge pull request #6586 from sivel/probline-logic-fixMichael DeHaan2014-03-191-2/+1
|\ \ | | | | | | Fix logic in process_common_errors for unbalanced quotes
| * | 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
|/ / | | | | | | Also add a unit test for vaulteditor to verify 1.0 passwords with newline chars.
* | Addresses #6550 add integration tests for pipe lookupJames Tanner2014-03-181-0/+14
| |
* | Update credentials.yml documentation and handlingJames Laska2014-03-183-20/+48
| | | | | | | | | | | | | | | | Changes include: * Update Makefile to use credentials.yml when it exists * Add details on the use of the credentials.yml file to README.md. * Update credentials.template comments
* | Fixes #6542 rewrite test string for osx compatibilityJames Tanner2014-03-181-2/+2
| |
* | Fixes #6539 Workaround py26 vs py27 difflib resultsJames Tanner2014-03-181-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
| | | | | | | | | | | | | | | | | | This commit allows to specify arrays in [group:vars] block. Signed-off-by: Oleg Bulatov <oleg@bulatov.me>
* | | Merge branch 'file_fixes_clean' of https://github.com/bcoca/ansible into ↵James Cammarata2014-03-171-0/+19
|\ \ \ | | | | | | | | | | | | bcoca-file_fixes_clean
| * | | Fixes and cleanup to file functions and moduleBrian Coca2014-03-151-0/+19
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | - unified set attribute functions ... not sure why 2 identical functions exist with diff names, now there are 3 while i repoint all modules to 1 - fixed issue with symlinks being created w/o existing src when force=no - refactored conditionals, simplified where possible - added tests for symlink to nonexistant source, with both force options - made symlink on existing attomic (force)
* | | Add yum+apt integration tests for auto dependency installalationJames Laska2014-03-172-4/+33
| | | | | | | | | | | | | | | | | | The `apt` and `yum` modules will automatically install python dependencies. This change updates the existing integration tests to test whether auto-install of dependencies is functioning properly.
* | | Merge pull request #6448 from jirutka/fix-5679-2Michael DeHaan2014-03-161-0/+18
|\ \ \ | |/ / |/| | Fix #5679 again after recent changes in core
| * | Fix #5679 again after recent changes in coreJakub Jirutka2014-03-121-0/+18
| | |
* | | Merge branch 'unit-tests' of https://github.com/sivel/ansible into ↵James Cammarata2014-03-145-66/+640
|\ \ \ | | | | | | | | | | | | sivel-unit-tests
| * | | Unit tests for ansible.utilsMatt Martz2014-03-145-66/+640
| | | |
* | | | Add integration test for apt_repositoryJames Laska2014-03-145-2/+180
|/ / / | | | | | | | | | | | | | | | | | | | | | Tests several ways to specify the repository. For every repo added, the test asserts that: * the apt-cache was updated as expected (depends on `update_cache` parameter) * the PPA key was installed (depends on `repo` format)
* | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To support parallel cloud test execution, create and provide a random string to cloud integration tests. The variable 'resource_prefix' can be used in cloud roles and during resource cleanup to safely create/destroy cloud-based resources. Additional changes include: * The roles test_ec2_key and test_ec2_group were updated to use to {{resource_prefix}}. * Additionally, the Makefile was updated to set resource_prefix to a random string. The Makefile will also use 'resource_prefix' during cloud_cleanup. * All test_ec2* roles were updated to add 'setup_ec2' as a role dependency.
* | | Correct test integration ec2 cleanup scriptJames Laska2014-03-131-5/+7
| | |
* | | Add credentials.template and support custom INVENTORYJames Laska2014-03-122-8/+18
| | | | | | | | | | | | | | | Testers may override the inventory and vars-file using the environment variables 'INVENTORY' and 'VARS_FILE'.
* | | Additional test_git scenariosJames Laska2014-03-121-14/+71
|/ / | | | | | | Includes coverage for accept_hostkey and additional scm URL formats.
* | Always run cleanup after running cloud_integration testsJames Laska2014-03-121-4/+17
| |