summaryrefslogtreecommitdiff
path: root/test/integration
Commit message (Expand)AuthorAgeFilesLines
* Split out var_blending test into targets dir. (#17996)Matt Clay2016-10-1216-18/+35
* Clean up integration tests. (#17991)Matt Clay2016-10-127-179/+182
* Split integration tests out from Makefile. (#17976)Matt Clay2016-10-12167-422/+611
* Refactor parsing of CLI args so that we can modify them in the base classToshio Kuratomi2016-10-062-3/+18
* bugfixes to JSON junk filter, added unit/integration tests to exercise (#17834)Matt Davis2016-10-022-0/+104
* Disable privileged mode on Shippable. (#17844)Matt Clay2016-09-301-2/+2
* mv test_git to 'destructive' integration tests (#17526)Adrian Likins2016-09-292-1/+2
* Turn mount test back on (#17797)Toshio Kuratomi2016-09-281-1/+1
* Update get_url test to use httptester. (#17787)Matt Clay2016-09-271-1/+1
* Disable mount tests for now. Mount is buggy on too many platformsToshio Kuratomi2016-09-231-1/+1
* Add tests for the mount module (#17718)Toshio Kuratomi2016-09-232-0/+114
* Remove run_tests.sh and update docs. (#17719)Matt Clay2016-09-221-6/+46
* Integration Playbook for Google Cloud DNS module. (#17698)Tom Melendez2016-09-225-2/+481
* Remove _load_hosts() from Play initialization as it's no longer needed and it...Toshio Kuratomi2016-09-214-1/+95
* Remove tests for deprecated su and sudo. (#17697)Matt Clay2016-09-219-164/+0
* test_gce_mig integration test playbook (#17249)Tom Melendez2016-09-214-14/+256
* Switch tests from sudo to become. (#17694)Matt Clay2016-09-218-155/+155
* Additional tests for check mode idempotence (#17679)Toshio Kuratomi2016-09-201-1/+31
* Remove test for deprecated first_available_file. (#17674)Matt Clay2016-09-201-6/+0
* Add test for checking pip package in check mode (#17360)Rob Cutmore2016-09-201-0/+16
* update consul tests to reflect fixes to the core and session modules (#17451)Steve Gargan2016-09-163-10/+11
* Changes to enable make gce to run. Added sys import so libcloud error is dis...Tom Melendez2016-09-162-3/+4
* Use default on undefined vars in tests. (#17601)Matt Clay2016-09-152-2/+2
* Do not use bare vars in integration tests. (#17599)Matt Clay2016-09-155-10/+10
* win_shell/win_command changes + tests (#17557)Matt Davis2016-09-153-0/+311
* Add python 3 awareness to apt module tests. (#17574)Matt Clay2016-09-141-4/+15
* jenkins_job: extend integration tests (#17558)René Moser2016-09-141-0/+15
* Add test for the pause in loop feature (#17336)Michael Scherer2016-09-132-1/+21
* jenkins_job: add integration tests (#17499)René Moser2016-09-135-0/+204
* Fixes to the controller text model (#17527)Toshio Kuratomi2016-09-121-1/+1
* add win_user regression testsnitzmahone2016-09-111-0/+29
* Add python 3 support to test_apt_repository. (#17472)Matt Clay2016-09-081-4/+17
* disable windows loop async testnitzmahone2016-09-061-25/+27
* windows async changes and tests (#17400)Matt Davis2016-09-063-0/+245
* add very basic tests of win_package, based on existing win_msi tests. (#17383)jhawkesworth2016-09-063-0/+88
* Symink integration tests for fetch and statToshio Kuratomi2016-09-052-31/+158
* Do not hardcode python executable in test (#17380)Michael Scherer2016-09-035-6/+6
* Use ansible_python for interpreter in test_uri. (#17376)Matt Clay2016-09-031-5/+1
* Enable more integration tests for python 3. (#17375)Matt Clay2016-09-021-1/+1
* Disable yum test on python 3 (#17327)Michael Scherer2016-09-011-1/+1
* Add mention of integration tests in Docker containers (#16661)Gennady Trafimenkov2016-09-011-0/+21
* Add test for specific privlege grants on database.table (#17328)Jonathan Mainguy2016-08-311-2/+17
* add unit test for mysql_user (#17335)Jonathan Mainguy2016-08-311-0/+18
* Running the test with a locale other than English make that test failMichael Scherer2016-08-311-0/+2
* Include vars updated to work with directories (#17207)Allen Sanabria2016-08-307-0/+108
* exo_dns: new module utils and integration tests for exoscale DNS (#17230)René Moser2016-08-304-0/+413
* Ignore difference on whitespace (#17302)Michael Scherer2016-08-302-2/+2
* Enable integration tests on python3 that are already working (#17212)Toshio Kuratomi2016-08-241-1/+1
* xrange and izip_longest aren't available in vanilla python3 (#17226)Toshio Kuratomi2016-08-241-1/+1
* new filter human_bytes: convert a string (ex: 1Mo, 1K) into bytes (#12074)Yannig2016-08-241-0/+27