summaryrefslogtreecommitdiff
path: root/test/units
Commit message (Expand)AuthorAgeFilesLines
* Do not use mutable defaults in FieldAttribute, instead allow supplying a call...Matt Martz2018-10-121-3/+3
* nmcli: fix vlan connection modification Fixes #42322 (#42415)dangoscomb2018-10-111-2/+15
* Add support for IGMP interfaces on onyx switches (#46218)anasbadaha2018-10-102-0/+231
* Fix vmware_inventory unit tests so they run.Matt Clay2018-10-091-106/+78
* Add a Linode v4 dynamic inventory plugin. (#45902)lwm2018-10-091-0/+76
* Mocking out __future__ could cause problemsToshio Kuratomi2018-10-081-2/+2
* Python 3.8 collections compatibility fixes.Matt Clay2018-10-085-9/+7
* Fix parametrize warning in unit tests.Matt Clay2018-10-051-1/+1
* Move network utils that are used by AWS modules (#45579)Sloane Hertel2018-10-021-0/+68
* New module: routeros_facts – collect facts from RouterOS devices (#46114)Egor Zaitsev2018-10-029-0/+195
* avoid tests when ncclient is not installedBrian Coca2018-10-012-1/+6
* Add unit testsDag Wieers2018-09-281-0/+3
* Move module tests using TQM to integration tests.Matt Clay2018-09-271-256/+0
* allow jinja2 unique filter compat (#45637)Brian Coca2018-09-251-9/+12
* Add ospf net type (#45904)Dan2018-09-251-0/+2
* Support nested JSON decoding in AnsibleJSONDecoder (#45924)Matt Martz2018-09-242-0/+41
* Unify terms and UI between 1Password lookups and facts module (#45427)Sam Doran2018-09-211-7/+7
* Ensure that the src file contents is converted to unicode in diff info (#45744)Matt Martz2018-09-201-16/+13
* Move persistent connections to only use registered variables (#45616)Nathaniel Case2018-09-203-34/+24
* Fix pylint error on utf8 character in string (#45880)Dag Wieers2018-09-201-1/+1
* Fixing HTTPError case of fetch_url for Python 3 compatibility. (#45628)Felix Fontein2018-09-191-2/+3
* Adds bigiq_device_facts module (#45822)Tim Rupp2018-09-182-0/+109
* Run unit tests in parallel. (#45812)Matt Clay2018-09-181-1/+12
* Fix unit test parametrize order on Python 3.5.Matt Clay2018-09-173-31/+32
* Fix unit tests which modify the source tree. (#45763)Matt Clay2018-09-179-66/+99
* Remove placeboify from unit tests that are not calling AWS (i.e. creating a r...Sloane Hertel2018-09-172-6/+6
* [aws unit test utils] only create a recordings directory when the env var is ...Sloane Hertel2018-09-171-6/+10
* Link to the Galaxy platforms list from the meta file template (#34046)Aidan Feldman2018-09-171-1/+4
* Return correct version on installed VyOS (#39115)Maugli2018-09-141-3/+3
* Store Authorization header inside HttpApi connection plugin (#45598)Anton Nikulin2018-09-131-11/+12
* network command modules cleanup (#45242)Nathaniel Case2018-09-133-9/+10
* Clean up after cnos tests (#45564)Nathaniel Case2018-09-125-15/+10
* Lenovo cli bugfixes (#45278)Anil Kumar Muraleedharan2018-09-1212-9/+9
* Fix ACI unit test on Python 3.7.0.Matt Clay2018-09-111-2/+0
* remove unused templar._clean_data() (#42739)James Cassell2018-09-111-59/+0
* Prefer io.BytesIO over six; available on all supported Pythons (#45388)Jon Dufresne2018-09-101-1/+2
* Skip ipaddr test that fails on Python 3.7+.Matt Clay2018-09-041-0/+4
* Add support for Devuan (#45148)Abhijeet Kasurde2018-09-041-0/+22
* Fix cli_command multiple prompt issue (#44922)Ganesh Nalawade2018-08-312-2/+4
* cisco firepower : Make API endpoints configurable via hostvars (#44952)Deepak Agrawal2018-08-311-5/+20
* removing libcloud secrets support for legacy gcp modules (#44932)Alex Stephen2018-08-311-59/+1
* Fix ios_user issues (#44904)Nilashish Chakraborty2018-08-311-9/+5
* Gcp auth deprecation (#44866)Alex Stephen2018-08-301-6/+6
* Add ability to unlock 1Password vault to lookup plugins (#44923)Sam Doran2018-08-301-2/+9
* Support for Openswitch (OPX) Control Plane Services (CPS) Module (#44745)Senthil Kumar Ganesan2018-08-309-0/+357
* Fix iosxr cli_config module diff issue (#44898)Ganesh Nalawade2018-08-301-6/+59
* Introduce and use locale-naive rfc2822 date format function (#44868)Matt Martz2018-08-301-1/+1
* fortimanager/fmgr_provisioning.py (#35743)Ghilli32018-08-301-0/+63
* adding an option for the filter ipsubnet and testing (#40670)pierremahot2018-08-301-1/+42
* Linode: Mark 'name' as required. Fixes #29785 (#44699)lwm2018-08-303-0/+28