diff options
author | Matt Martz <matt@sivel.net> | 2020-11-03 00:00:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-03 00:00:17 +0100 |
commit | ccc63abc8ed8b7f7a3e5be436ccde57239a58a1d (patch) | |
tree | 664ded8d5d148173200665e42eeed2a87d19b868 /test/integration/targets/inventory_script/runme.sh | |
parent | Improve ansible-test classifications for collections (#72353) (diff) | |
download | ansible-ccc63abc8ed8b7f7a3e5be436ccde57239a58a1d.tar.xz ansible-ccc63abc8ed8b7f7a3e5be436ccde57239a58a1d.zip |
Remove incidental vmware tests (#72420)
* 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
Diffstat (limited to 'test/integration/targets/inventory_script/runme.sh')
-rwxr-xr-x | test/integration/targets/inventory_script/runme.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/targets/inventory_script/runme.sh b/test/integration/targets/inventory_script/runme.sh new file mode 100755 index 0000000000..bb4fcea91a --- /dev/null +++ b/test/integration/targets/inventory_script/runme.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +set -eux + +diff -uw <(ansible-inventory -i inventory.sh --list --export) inventory.json |