summaryrefslogtreecommitdiff
path: root/test/units/plugins
Commit message (Expand)AuthorAgeFilesLines
* Migrated to cisco.iosAnsible Core Team2020-03-099-2089/+0
* Migrated to check_point.mgmtAnsible Core Team2020-03-091-86/+0
* Migrated to ansible.windowsAnsible Core Team2020-03-0933-3897/+0
* Migrated to ansible.posixAnsible Core Team2020-03-091-264/+0
* Migrated to ansible.netcommonAnsible Core Team2020-03-0910-1184/+0
* Migrated to ansible.amazonAnsible Core Team2020-03-094-543/+0
* Migrated to community.windowsAnsible Core Team2020-03-091-519/+0
* Migrated to community.generalAnsible Core Team2020-03-0919-2440/+0
* Migrated to community.amazonAnsible Core Team2020-03-091-194/+0
* make test_raw use setUp instead of global definitionsRick Elrod2020-03-061-14/+11
* Split test_connection into individual filesRick Elrod2020-03-059-94/+255
* Split test_play_context_make_become_cmd into files (#68026)Matt Clay2020-03-049-0/+321
* Clean up unit tests to assist with migration. (#67875)Matt Clay2020-02-288-295/+71
* Fix UNC path support in the powershell shell plugin (#66604)Brian Scholer2020-02-041-1/+9
* Remove `with` statement for pytest-mock unit testsRick Elrod2020-01-292-16/+16
* throttle: fix linear based strategies (#65422)Pilou2020-01-241-0/+1
* new connection plugin aws_ssm (#49652)psharkey2020-01-111-0/+194
* Fix env lookup plugin error on utf8 values (#65541)Abhay Kadam2019-12-251-0/+35
* Clean up flake8 for ansible.netcommon collection (#65842)Paul Belanger2019-12-162-4/+2
* fix all modules to be able to get parameter with value false (very important ...chkp-orso2019-11-201-0/+3
* config manager str type vault source (#65023)Jordan Borean2019-11-202-40/+47
* become - stop using play context in more places (#62373)Jordan Borean2019-11-181-46/+51
* ipaddr: add an option to return peer of a point-to-point link (#59144)Vincent Bernat2019-11-131-0/+25
* Replace TestCase.assertEquals with TestCase.assertEqual.Mads Jensen2019-11-113-32/+32
* Remove empty setUp/tearDown/tearDownClass methods in test classes.Mads Jensen2019-11-066-33/+0
* Enable logging to any domain in the check point machine (#63976)chkp-orso2019-11-051-0/+22
* Add a named parameter to the filter to_uuid (#64057)Pierre Prinetti2019-11-011-0/+41
* AWS module_utils: Clear out Sanity Test issues (#63991)Mark Chappell2019-10-282-0/+2
* Account for empty strings when splitting the host pattern (#62442)Sam Doran2019-09-201-0/+4
* allow before/after diff to be NoneType (#62582)Evgeni Golov2019-09-201-0/+28
* gather_facts action plugin: Fix loading network facts modules for smart gathe...Trishna Guha2019-09-171-0/+64
* Allow the use of _paramiko_conn even if the connection hasn't been started. (...Nathaniel Case2019-09-091-2/+2
* Ansible FTD Module improvements and tests update. (#60640)Vitalii Kostenko2019-09-031-1/+0
* Defer passlib dependency from plugins/filter/network.py (#59304)Nathaniel Case2019-08-291-4/+1
* T woerner max concurrent (#60702)James Cammarata2019-08-281-1/+1
* win_updates: Add flag to only download updates without installing them (#58631)Ruben-Bosch2019-08-281-1/+1
* Move instantiation of terminal plugin earlier (#61261)Nathaniel Case2019-08-271-10/+4
* Speed up a few more tests by mocking time.sleep (#61186)Matt Martz2019-08-221-1/+2
* Ensure has_dead_workers functions (#60653)Matt Martz2019-08-221-0/+2
* missing_required_lib: add information how to change Python interpreter (#60736)Felix Fontein2019-08-201-4/+6
* Add support to configure network_cli terminal related options (#60086)Ganesh Nalawade2019-08-191-4/+5
* Delay persistent connection until needed (#59153)Nathaniel Case2019-08-141-3/+4
* unit tests: remove unused imports (#60462)Andrey Klychkov2019-08-1311-19/+2
* Fix unit tests to work with pytest >= 5.0 (#60246)Sam Doran2019-08-091-1/+1
* Unit tests: remove unused imports (#59812)Andrey Klychkov2019-08-027-8/+8
* Unit tests: remove unused imports (#59740)Andrey Klychkov2019-07-295-7/+0
* Adding Avi ansible lookup module (#58667)Sandeep Bandi2019-07-242-0/+196
* Fix the pytest match test for python-2.6Toshio Kuratomi2019-07-231-2/+2
* Fix root filter testToshio Kuratomi2019-07-231-3/+5
* Perfy McPerferton (#58400)Matt Martz2019-07-222-8/+14