2017-11-06 17:28:15 +01:00
|
|
|
# Test code for the vmware_guest module.
|
|
|
|
# Copyright: (c) 2017, James Tanner <tanner.jc@gmail.com>
|
|
|
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
|
|
|
2017-07-12 05:07:00 +02:00
|
|
|
- name: store the vcenter container ip
|
|
|
|
set_fact:
|
|
|
|
vcsim: "{{ lookup('env', 'vcenter_host') }}"
|
|
|
|
- debug: var=vcsim
|
|
|
|
|
2018-02-27 04:34:42 +01:00
|
|
|
- include: poweroff_d1_c1_f0.yml
|
|
|
|
- include: poweroff_d1_c1_f1.yml
|
2018-01-22 16:46:19 +01:00
|
|
|
- include: check_mode.yml
|
2017-07-14 04:02:33 +02:00
|
|
|
- include: clone_d1_c1_f0.yml
|
2017-09-28 00:10:08 +02:00
|
|
|
- include: create_d1_c1_f0.yml
|
2017-10-11 14:29:13 +02:00
|
|
|
- include: cdrom_d1_c1_f0.yml
|
2017-11-10 13:51:36 +01:00
|
|
|
- include: create_rp_d1_c1_f0.yml
|
2017-11-16 07:42:27 +01:00
|
|
|
- include: create_guest_invalid_d1_c1_f0.yml
|
2017-11-21 10:47:05 +01:00
|
|
|
- include: mac_address_d1_c1_f0.yml
|
2017-12-14 14:11:09 +01:00
|
|
|
- include: disk_type_d1_c1_f0.yml
|
2017-12-15 13:24:52 +01:00
|
|
|
- include: create_nw_d1_c1_f0.yml
|
2018-01-22 15:47:11 +01:00
|
|
|
- include: delete_vm.yml
|
2018-02-04 00:53:24 +01:00
|
|
|
- include: non_existent_vm_ops.yml
|
2018-02-16 06:02:27 +01:00
|
|
|
- include: network_negative_test.yml
|
2018-04-23 10:34:35 +02:00
|
|
|
# VCSIM does not return list of portgroups for dvswitch so commenting following TC
|
|
|
|
#- include: network_with_portgroup.yml
|
2018-02-16 06:02:27 +01:00
|
|
|
# Currently, VCSIM doesn't support DVPG (as portkeys are not available) so commenting this test
|
2018-04-23 10:34:35 +02:00
|
|
|
# - include: network_with_dvpg.yml
|
2017-12-14 14:11:09 +01:00
|
|
|
#- include: template_d1_c1_f0.yml
|
2018-02-21 07:29:13 +01:00
|
|
|
- include: vapp_d1_c1_f0.yml
|
2018-03-01 05:06:54 +01:00
|
|
|
- include: disk_size_d1_c1_f0.yml
|
2018-06-11 04:37:30 +02:00
|
|
|
- include: network_with_device.yml
|
|
|
|
- include: disk_mode_d1_c1_f0.yml
|
2018-07-27 05:48:04 +02:00
|
|
|
- include: linked_clone_d1_c1_f0.yml
|
|
|
|
- include: boot_firmware_d1_c1_f0.yml
|