ansible/test/units/plugins/inventory
Lars Kellogg-Stedman bafc1f8a41 fix constructed functionality in openstack inventory plugin (#48833)
* test for openstack inventory constructed functionality

this adds unit tests for the compose, groups, and keyed_var features
of the openstack inventory plugin

* fix constructed functionality in openstack inventory plugin

The compose, groups, and keyed_groups functionality of the openstack
inventory plugin was broken:

- the plugin was not passing the correct variables to the
  Constructable methods for compose and groups
- the plugin was simply never calling the appropriate method for
  implementing keyed_groups

This commit fixes both issues.
2018-11-27 13:01:56 -05:00
..
__init__.py
test_aws_ec2.py
test_group.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_host.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_inventory.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_linode.py Add a Linode v4 dynamic inventory plugin. (#45902) 2018-10-09 12:54:31 +01:00
test_openstack.py fix constructed functionality in openstack inventory plugin (#48833) 2018-11-27 13:01:56 -05:00
test_script.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00