summaryrefslogtreecommitdiff
path: root/test/units/module_utils
Commit message (Expand)AuthorAgeFilesLines
* Migrated to netbox.netboxAnsible Core Team2020-03-091-152/+0
* Migrated to ansible.netcommonAnsible Core Team2020-03-092-259/+0
* Migrated to ansible.amazonAnsible Core Team2020-03-093-474/+0
* Migrated to community.vmwareAnsible Core Team2020-03-091-228/+0
* Migrated to community.cryptoAnsible Core Team2020-03-098-388/+0
* Migrated to community.generalAnsible Core Team2020-03-0946-11902/+0
* Relocate netbox module_utils unit tests. (#68056)Matt Clay2020-03-052-0/+0
* Unit test cleanup to assist with migration. (#67920)Matt Clay2020-03-021-0/+57
* Fix ACI unit test on Python 3.8+Matt Clay2020-03-011-6/+17
* Clean up unit tests to assist with migration. (#67875)Matt Clay2020-02-281-0/+175
* "Fix" test_get_bin_path by changing mock order (#67730)Rick Elrod2020-02-281-1/+7
* CloudRetry/AWSRetry : Disable catching of NotFound exceptions (#67281)Mark Chappell2020-02-131-3/+3
* Improve distribution unit tests (#67300)Rick Elrod2020-02-111-1/+479
* Fix removed_in_version to support honor suboptions (#66918)Felix Fontein2020-02-041-4/+13
* Make get_bin_path() always raise an exception (#56813)Sam Doran2020-01-301-0/+33
* Remove `with` statement for pytest-mock unit testsRick Elrod2020-01-291-4/+4
* Add mechanism for storing warnings and deprecations outside of AnsibleModule ...Sam Doran2020-01-283-5/+133
* synchronize - fix password authentication (#66542)Sam Doran2020-01-211-0/+20
* Allow no_log=False to silence the no_log warnings for module parameters (#64733)kaorihinata2020-01-091-0/+37
* Replace TestCase.assertEquals with TestCase.assertEqual.Mads Jensen2019-11-119-131/+131
* Sanity test fixups - AWS related tests (#64093)Mark Chappell2019-10-302-27/+8
* XenServer: Update docs with recent changes in XenAPI python lib and branding ...Bojan Vitnik2019-10-221-3/+1
* Properly mask no_log values is sub parameters during failure (#63405)Sam Doran2019-10-141-19/+206
* Wrap CLI Passwords with AnsibleUnsafeText, ensure unsafe context is not lost ...Matt Martz2019-10-111-0/+11
* Fix sanity checks (#62782)Dag Wieers2019-09-241-16/+4
* VMware: not ssl.SSLContext if validate_certs false (#57185)Gonéri Le Bouder2019-09-091-60/+111
* Fix behaviour of module_utils/ec2 compare_policies when dealing with bare boo...Mark Chappell2019-09-091-0/+244
* Add tests for new alias deprecation functionality (#61476)Jill R2019-09-051-0/+9
* Ansible FTD Module improvements and tests update. (#60640)Vitalii Kostenko2019-09-033-7/+58
* keycloak: improve testability of authentification (#57611)ndclt2019-08-291-0/+169
* Fix race condition in test_sunos_get_uptime_factsSam Doran2019-08-291-3/+4
* Meraki - Enable API call rate limiting for requests (#54827)Kevin Breit2019-08-271-3/+33
* Speed up units using time.sleep by mocking or shortening sleep time (#61064)Matt Martz2019-08-211-5/+7
* ansible-galaxy - define multiple galaxy instances in ansible.cfg (#60553)Jordan Borean2019-08-211-1/+1
* crypto modules: fix sanity errors (#60046)Felix Fontein2019-08-181-0/+3
* Meraki - Initial unit tests (#55251)Kevin Breit2019-08-143-0/+136
* unit tests: remove unused imports (#60462)Andrey Klychkov2019-08-135-12/+0
* Update units to pass on macOS (#60435)Matt Martz2019-08-124-17/+21
* docker: fix sanity errors (#60047)Felix Fontein2019-08-091-0/+3
* Fix unit tests to work with pytest >= 5.0 (#60246)Sam Doran2019-08-091-1/+1
* facts: fix double-counting of CPUs on POWER systems (#58360)Yaakov Selkowitz2019-08-092-6/+6
* Transform octal escape sequences in mtab fields (#60122)Andrew Gaffney2019-08-081-1/+10
* Move assertion in unit test inside loop (#60232)Sam Doran2019-08-081-1/+1
* Clean up ansible-test references in tests. (#60108)Matt Clay2019-08-051-1/+1
* Unit tests: remove unused imports (#59812)Andrey Klychkov2019-08-0210-10/+10
* Improved netapp module utility for E-Series. (#59527)Nathan Swartz2019-08-011-74/+55
* VMware: add support for http_proxy in connection APIAbhijeet Kasurde2019-08-011-1/+20
* Unit tests: remove unused imports (#59740)Andrey Klychkov2019-07-293-5/+1
* unit tests: remove unused imports (#59636)Andrey Klychkov2019-07-2612-20/+6
* Added unit tests for avi API utils (#58382)Chaitanya Deshpande2019-07-242-0/+699