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 153c9bd539 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.
7 years ago
..
__init__.py
test_aws_ec2.py skip aws inventory test if no boto 7 years ago
test_group.py Reduce recursion within group methods 7 years ago
test_host.py
test_inventory.py Fixes #32146 Fixes reconcile inventory to correctly remove hosts from ungrouped 7 years ago
test_script.py