2017-11-06 21:58:15 +05:30
|
|
|
# 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-11 23:07:00 -04:00
|
|
|
- name: store the vcenter container ip
|
|
|
|
set_fact:
|
|
|
|
vcsim: "{{ lookup('env', 'vcenter_host') }}"
|
|
|
|
- debug: var=vcsim
|
|
|
|
|
2018-02-27 09:04:42 +05:30
|
|
|
- include: poweroff_d1_c1_f0.yml
|
|
|
|
- include: poweroff_d1_c1_f1.yml
|
2018-01-22 21:16:19 +05:30
|
|
|
- include: check_mode.yml
|
2017-07-13 22:02:33 -04:00
|
|
|
- include: clone_d1_c1_f0.yml
|
2017-09-27 18:10:08 -04:00
|
|
|
- include: create_d1_c1_f0.yml
|
2017-10-11 14:29:13 +02:00
|
|
|
- include: cdrom_d1_c1_f0.yml
|
2017-11-10 05:51:36 -07:00
|
|
|
- include: create_rp_d1_c1_f0.yml
|
2017-11-16 06:42:27 +00:00
|
|
|
- include: create_guest_invalid_d1_c1_f0.yml
|
2017-11-21 09:47:05 +00: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 17:54:52 +05:30
|
|
|
- include: create_nw_d1_c1_f0.yml
|
2018-01-22 20:17:11 +05:30
|
|
|
- include: delete_vm.yml
|
2018-02-04 05:23:24 +05:30
|
|
|
- include: non_existent_vm_ops.yml
|
2018-02-16 10:32:27 +05:30
|
|
|
- include: network_negative_test.yml
|
2018-04-23 04:34:35 -04:00
|
|
|
# VCSIM does not return list of portgroups for dvswitch so commenting following TC
|
|
|
|
#- include: network_with_portgroup.yml
|
2018-02-16 10:32:27 +05:30
|
|
|
# Currently, VCSIM doesn't support DVPG (as portkeys are not available) so commenting this test
|
2018-04-23 04:34:35 -04:00
|
|
|
# - include: network_with_dvpg.yml
|
2017-12-14 14:11:09 +01:00
|
|
|
#- include: template_d1_c1_f0.yml
|
2018-02-20 22:29:13 -08:00
|
|
|
- include: vapp_d1_c1_f0.yml
|
2018-03-01 09:36:54 +05:30
|
|
|
- include: disk_size_d1_c1_f0.yml
|
2018-06-11 08:07:30 +05:30
|
|
|
- include: network_with_device.yml
|
|
|
|
- include: disk_mode_d1_c1_f0.yml
|
2018-07-27 09:18:04 +05:30
|
|
|
- include: linked_clone_d1_c1_f0.yml
|
|
|
|
- include: boot_firmware_d1_c1_f0.yml
|