ccc63abc8e
* 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
4 lines
90 B
YAML
4 lines
90 B
YAML
- assert:
|
|
that:
|
|
- '"00:00:00:a1:2b:cc" is is_mac'
|
|
- '"foo" is not is_mac'
|