summaryrefslogtreecommitdiffstats
path: root/test/units/plugins/inventory (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove Python 2 compat (via six) from unit testsMatt Clay2023-11-021-3/+2
* Remove Python 2.x compat from unit tests (#82109)Matt Clay2023-11-022-2/+2
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-053-8/+3
* Fix constructed inventory plugin unit test (#81481)Matt Clay2023-08-091-5/+5
* Inventory Script Plugin: raise execution error (#81104)Everson Leal2023-06-261-0/+8
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-032-2/+2
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-232-2/+2
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-232-2/+3
* constructed - Add keyed_groups suboptions 'default_value' and 'trailing_separ...abikouo2021-04-131-0/+130
* Add a toggle for the leading separator for keyed_groups (#60882)Sloane Hertel2020-10-231-0/+1
* Clean up unit test boilerplate.Matt Clay2020-06-221-0/+3
* Migrated to openstack.cloudAnsible Core Team2020-03-231-90/+0
* Migrated to ansible.amazonAnsible Core Team2020-03-231-183/+0
* Migrated to community.generalAnsible Core Team2020-03-231-76/+0
* Clean up unit tests to assist with migration. (#67875)Matt Clay2020-02-292-260/+0
* Replace TestCase.assertEquals with TestCase.assertEqual.Mads Jensen2019-11-111-3/+3
* Account for empty strings when splitting the host pattern (#62442)Sam Doran2019-09-201-0/+4
* add IAM role assumption to aws_ec2 inventory (#41637)Rob2019-06-191-5/+9
* Avoid erroring on host group confusion in keyed groups (#54099)Alan Rominger2019-03-251-0/+20
* fix AWS plugin credential precedence for environment variables (#52945)Sloane Hertel2019-03-251-9/+9
* Allow parent groups to be variables or literal (#53649)Sloane Hertel2019-03-141-0/+65
* do not error in case of empty list constructed group (#53748)Alan Rominger2019-03-141-5/+19
* Add keyed_groups feature (#52045)Alan Rominger2019-03-051-0/+104
* support deterministic host ordering from group ancestors (#44067)Alan Rominger2019-02-201-0/+27
* aws_ec2 Implement the missing 'region discovery' (#51333)Brian Coca2019-01-291-34/+2
* fix constructed functionality in openstack inventory plugin (#48833)Lars Kellogg-Stedman2018-11-271-0/+90
* Move unit test compat code out of `lib/ansible/`. (#46996)Matt Clay2018-10-134-6/+6
* Add a Linode v4 dynamic inventory plugin. (#45902)lwm2018-10-091-0/+76
* Fix inventory plugin cache + add tests (#38229)Sloane Hertel2018-05-241-35/+74
* Reduce recursion within group methodsAlanCoding2018-04-061-0/+125
* Fixes #32146 Fixes reconcile inventory to correctly remove hosts from ungroupedIzuke2018-03-201-1/+1
* skip aws inventory test if no botoBrian Coca2018-02-131-0/+4
* [cloud] New inventory plugin: aws_ec2 (#34416)Sloane Hertel2018-01-231-0/+168
* YAML inventory unit test: add testsPierre-Louis Bonicoli2017-12-201-0/+3
* YAML inventory unit test: add testsPierre-Louis Bonicoli2017-12-201-1/+6
* Fix YAML inventory unit testPierre-Louis Bonicoli2017-12-201-2/+2
* Revert "YAML inventory unit test: fix test inventory format (#33828)" (#33869)John R Barker2017-12-131-11/+3
* YAML inventory unit test: fix test inventory format (#33828)Pilou2017-12-131-3/+11
* Config continued (#31024)Brian Coca2017-11-161-10/+11
* tests for InventoryModule error conditions (#31381)Chris Meyers2017-10-171-0/+104
* Feature/test inventory (#30707)Hervé Beraud2017-10-032-0/+303
* Add empty-init code-smell script. (#18406)Matt Clay2016-11-081-21/+0
* Reorganizing plugin unit tests and adding start of strategy tests (v2)James Cammarata2015-05-191-0/+21