summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Don't immediately return failed for any_errors_fatal tasksJames Cammarata2016-08-121-1/+4
* Update ansible-core-ci endpoint. (#17071)Matt Clay2016-08-121-1/+1
* Generate test script to file instead of stdout.Matt Clay2016-08-111-4/+8
* Flush stderr to avoid lost output.Matt Clay2016-08-111-0/+1
* Cache tasks by uuid in PlayIterator for O(1) lookupsJames Cammarata2016-08-102-3/+3
* Avoid copying task parents in TaskExecutorperformance_improvementsJames Cammarata2016-08-081-1/+1
* Move tasks/blocks to a single parent modelJames Cammarata2016-08-081-1/+1
* Performance improvementsJames Cammarata2016-08-082-40/+55
* Remove FreeBSD interpreter test hacks. (#17007)Matt Clay2016-08-082-9/+4
* Add generic data structures querying (#13684)Filipe Niero Felisbino2016-08-084-7/+28
* Enable more FreeBSD integration tests. (#16991)Matt Clay2016-08-082-5/+10
* Use file list, not recursion, in _fixup_perms. (#16924)Matt Clay2016-08-051-1/+1
* fix for unspecified retries on until + test (#16963)Matt Davis2016-08-042-0/+33
* task_result _check_key should handle empty results (#16766)Will Thames2016-08-041-0/+12
* FEATURE: adding variable serial batchesJames Cammarata2016-08-042-2/+67
* Run more integration tests on FreeBSD. (#16923)Matt Clay2016-08-022-11/+5
* Increase async time limit on tests to 10 seconds. (#16921)Matt Clay2016-08-022-3/+3
* Add binary module tests to Windows CI. (#16914)Matt Clay2016-08-025-9/+26
* Add remote CI support for modules. (#16908)Matt Clay2016-08-012-6/+48
* Add FreeBSD to Shippable CI. (#16883)Matt Clay2016-08-016-17/+276
* Download files from S3 to improve reliability. (#16891)Matt Clay2016-07-313-12/+25
* Testing that service not enabled during check run (#16739)Gennady Trafimenkov2016-07-295-22/+42
* Add Windows integration tests to Shippable. (#16803)Matt Clay2016-07-2811-82/+520
* Refactored gce util module to support other GCP services (#15924)William Albert2016-07-282-2/+2
* Enable color output from integration tests in Docker containers (#16660)Gennady Trafimenkov2016-07-253-4/+18
* Add apache2 to improve test speed and reliability. (#16819)Matt Clay2016-07-251-0/+1
* set cwd to task's basedir (#16805)Brian Coca2016-07-251-1/+3
* indent callback output if using 3verbosity or higher (#16231)Matt Martz2016-07-231-1/+1
* add check_mode option for tasks (#16056)Robin Roth2016-07-224-10/+64
* Test GalaxyCLI when no actions are provideds-hertel2016-07-221-1/+108
* Merge pull request #16783 from s-hertel/test_display_galaxy_info_fixs-hertel2016-07-211-2/+2
|\
| * fixing a logic error in test_galaxys-hertel2016-07-211-2/+2
* | Adding a test for GalaxyCLI. Tests exit_without_ignore method.s-hertel2016-07-211-8/+30
* | Adding unit tests for role variable precedenceChristoph Dittmann2016-07-201-0/+54
* | Add postgresql dependencies to opensuseleap.Matt Clay2016-07-181-0/+2
* | fix setup test for renamed windows factnitzmahone2016-07-141-1/+1
* | Add a function to check for killed processes in all strategies (#16684)jctanner2016-07-141-1/+5
* | Updating tests for new module feature for remote_src in unarchiveJames Cammarata2016-07-141-17/+17
* | A little unittest refactoring (#16704)Toshio Kuratomi2016-07-145-110/+307
|/
* Fixing type in 293723f (mock_handler -> mock_handler_task)James Cammarata2016-07-121-1/+1
* Fix unit test for base strategy in regards to handler changesJames Cammarata2016-07-121-0/+1
* Fixing bug in GalaxyCLI test; creates temp dir for role_path instead … (#16...s-hertel2016-07-121-5/+12
* update action unit test for powershell shebang behaviornitzmahone2016-07-111-1/+1
* Adding a test for GalaxyCLI and two methods on which it depends. Tes… (#16...s-hertel2016-07-111-0/+79
* Add test tags for shell and command modules.Matt Clay2016-07-081-1/+1
* fix win_msi tests by setting wait: true on all win_msi tasks.=2016-07-081-0/+4
* Add tags for modules without dedicated test roles.Matt Clay2016-07-071-2/+2
* Updating integration tests for async testingJames Cammarata2016-07-071-2/+2
* Merge pull request #16555 from matsu-chara/fix-error-msg-default-to-defaultsMatt Davis2016-07-072-2/+2
|\
| * fix default/main.yml to defaults/main.ymlmatsu-chara2016-07-022-2/+2