You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/plugins/inventory
AlanCoding dfbba6e75b Reduce recursion within group methods
This offers an optimization that allows loading larger
inventories of various structure by improving the
scaling laws involved for adding hosts and groups.

The primary speed benefit is the elimination of duplicate
recusion from traversing converging paths.

(cherry picked from commit 153c9bd539)
7 years ago
..
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_aws_ec2.py [cloud] New inventory plugin: aws_ec2 (#34416) 7 years ago
test_group.py Reduce recursion within group methods 7 years ago
test_host.py Feature/test inventory (#30707) 7 years ago
test_inventory.py Fixes #32146 Fixes reconcile inventory to correctly remove hosts from ungrouped 7 years ago
test_script.py Config continued (#31024) 7 years ago