e555358c32
* Add explicit tests for ansible.module_utils.common.network.is_mac
* Test missing ANSIBLE_CONFIG
* Add explicit inventory script tests
* Add explicit tests for _consume_options
* Adjust perms, remove extra file
* ci_complete ci_coverage
* remove incidental_inventory_vmware_vm_inventory
* ci_complete ci_coverage
* Remove incidental_script_inventory_vmware_inventory
* ci_complete ci_coverage
* Remove incidental_vmware_guest
* ci_complete ci_coverage
* Remove incidental_vmware_host_hyperthreading and incidental_vmware_prepare_tests
* ci_complete ci_coverage
* newline and comment about what the test is doing
* ci_complete ci_coverage
(cherry picked from commit ccc63abc8e
)
7 lines
352 B
Bash
Executable file
7 lines
352 B
Bash
Executable file
#!/bin/sh
|
|
# This script mimics the output from what the contrib/inventory/vmware_inventory.py
|
|
# dynamic inventory script produced.
|
|
# This ensures we are still covering the same code that the original tests gave us
|
|
# and subsequently ensures that ansible-inventory produces output consistent with
|
|
# that of a dynamic inventory script
|
|
cat inventory.json
|