964783fbd2
- Use predictable VM name during the tests (test_vm1, test_vm2 and test_vm2). This to simplify the teardown of the newly created resource before the next test. - Update the documentation to explain the new requirement - Avoid VM creation with `with_items` when it's not mandatory. This to: - speed up the test execution, our hypervisors have limited resources - simplify the teardown - Remove `create_d1_c1_f0_env.yml`, the test was just testing how Ansible pass environment variables. - Correct the name for the `f0` variable (`f1`) - Fix the DVS tests, the hosts can now reach the dvswitch1 vswitch - Provision the VM with a poweroff status, this to improve the idempotency and sleep up the tests - Avoid the use of `prepare_vmware_tests` to prepare virtual machines when we just need one machine
31 lines
909 B
YAML
31 lines
909 B
YAML
vmware_guest_test_playbooks:
|
|
- boot_firmware_d1_c1_f0.yml
|
|
- boot_firmware_d1_c1_f0.yml
|
|
- cdrom_d1_c1_f0.yml
|
|
- check_mode.yml
|
|
- clone_customize_guest_test.yml
|
|
- clone_d1_c1_f0.yml
|
|
- clone_resize_disks.yml
|
|
- clone_with_convert.yml
|
|
- create_d1_c1_f0.yml
|
|
- create_guest_invalid_d1_c1_f0.yml
|
|
- create_nw_d1_c1_f0.yml
|
|
- create_rp_d1_c1_f0.yml
|
|
- delete_vm.yml
|
|
- disk_mode_d1_c1_f0.yml
|
|
- disk_size_d1_c1_f0.yml
|
|
- disk_type_d1_c1_f0.yml
|
|
- linked_clone_d1_c1_f0.yml
|
|
- mac_address_d1_c1_f0.yml
|
|
- max_connections.yml
|
|
- mem_reservation.yml
|
|
- network_negative_test.yml
|
|
- network_with_device.yml
|
|
# Currently, VCSIM doesn't support DVPG (as portkeys are not available) so commenting this test
|
|
# - network_with_dvpg.yml
|
|
# - network_with_portgroup.yml
|
|
- non_existent_vm_ops.yml
|
|
- poweroff_d1_c1_f0.yml
|
|
- poweroff_d1_c1_f1.yml
|
|
# - template_d1_c1_f0.yml
|
|
- vapp_d1_c1_f0.yml
|