summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Ensure ssh hostkey checks respect server port (#20840)2.2-testWill Thames2017-02-152-55/+105
* Fix hash filter for non-ascii strings and Python3Toshio Kuratomi2017-02-151-0/+5
* Fix @contextmanager leak on exception. (#21031)Matt Clay2017-02-154-13/+25
* Use older setuptools for sanity tests.Matt Clay2017-02-061-1/+1
* Update test to use keyserver.ubuntu.com.Matt Clay2017-01-191-1/+1
* Use jinja2 import instead of pip to get version.Matt Clay2017-01-191-1/+1
* Only test map on jinja2 >= 2.7Matt Clay2017-01-191-0/+3
* Fixing iterator bug related to reworking of end-of-role detectionJames Cammarata2017-01-191-3/+64
* Reworking the way end of role detection is doneJames Cammarata2017-01-191-1/+40
* Correct freebsd startup test for CI.Matt Clay2017-01-131-2/+4
* Test with jinja2 < 2.9.Matt Clay2017-01-121-0/+3
* Fix a test failure on Python 3.6 (#20030)Marius Gedminas2017-01-101-0/+1
* Fix group_by test to work with jinja2 >= 2.9.Matt Clay2017-01-091-2/+2
* Add a encode() to AnsibleVaultEncryptedUnicode (#19840)Adrian Likins2017-01-041-0/+9
* Use newer test images for Fedora and openSUSE.Matt Clay2017-01-031-3/+4
* fix multiple handler notificationsMatt Davis2016-12-232-0/+38
* let chdir support relative path in more modules (#16736)Gordon Gao2016-12-221-0/+13
* Fixes #16936 - Digest authentication not working in uri module (#18736)bart22016-12-211-0/+7
* Template "original_task" fields in _process_pending_resultsJames Cammarata2016-12-211-5/+14
* * Add test for git with local modificationsToshio Kuratomi2016-12-141-4/+107
* Removed dict.iteritems() in several other files.Andrea Tartaglia2016-12-142-3/+3
* Fix regression in search path behaviourDag Wieers2016-12-142-36/+26
* Fixes for uri under python3 and local (non-httptester) testingToshio Kuratomi2016-12-131-6/+2
* Fix AST nodes for Python 3 and enable dependent test_uri (#18597)Lumír 'Frenzy' Balhar2016-12-131-1/+0
* make hash_params more robust in the face of many corner cases (#18701)Toshio Kuratomi2016-12-051-2/+91
* Corrected placement templates for test_lookups.Matt Clay2016-11-292-0/+0
* Fix regression in jinja2 include search path (#18617)Virgil Dupras2016-11-293-0/+13
* Make sure include_role inherit variables from parent role (#18627)Daniel Miranda2016-11-291-0/+229
* manual backport of win_async test changes from develMatt Davis2016-11-182-26/+27
* Reworking iterator logic regarding failed states during alwaysJames Cammarata2016-11-181-2/+2
* Alternately track listening handlers by uuid if no name is setJames Cammarata2016-11-133-0/+51
* Fixing incorrect use of version_compare in docker integration testJames Cammarata2016-11-111-2/+2
* Fix docker connection unit tests.Matt Clay2016-11-091-3/+6
* Fix bug (#18355) where encrypted inventories fail 18355 (#18373)Adrian Likins2016-11-072-4/+8
* Change `v2_playbook_on_start` logic to positively detect legacy pluginsSteve Kuznetsov2016-11-011-0/+141
* Set ansible_os_family correctly under KDE neonMatt Robinson2016-11-011-0/+19
* Add tests for dnf modelled after the yum tests (#18226)Toshio Kuratomi2016-10-314-0/+229
* add large interleaved stdout/stderr integration tests for win_shell/win_commandMatt Davis2016-10-252-12/+18
* Fix the uri testserver to run on python3Toshio Kuratomi2016-10-241-5/+15
* reenable win_async loop testMatt Davis2016-10-241-27/+25
* Set Suse family for openSUSE Tumbleweed & Leapstephane2016-10-231-0/+18
* Enable the git test on py3Toshio Kuratomi2016-10-211-1/+0
* Handle 'smart' scp_if_ssh option for fetch (#18125)Ssawa2016-10-211-4/+31
* Enable filters test for python 3Michael Scherer2016-10-201-1/+0
* pip tests now pass on python3. Enable them.Toshio Kuratomi2016-10-201-1/+0
* Enable test for lookups on python 3Michael Scherer2016-10-201-1/+0
* Thanks to mscherer, these tests are now passingToshio Kuratomi2016-10-201-4/+0
* Let authorized_keys be tested on python 3Michael Scherer2016-10-201-1/+0
* Port validate-modules to stable-2.2 (#18119)John R Barker2016-10-207-0/+997
* Fix test_filters fail because of dict sort (#18105)Adrian Likins2016-10-192-2/+2