diff --git a/tests/integration/targets/vmware_content_template/defaults/main.yml b/tests/integration/targets/vmware_content_template/defaults/main.yml index 870f5ffc..a8a5713e 100644 --- a/tests/integration/targets/vmware_content_template/defaults/main.yml +++ b/tests/integration/targets/vmware_content_template/defaults/main.yml @@ -1,7 +1,7 @@ vcenter_port: 443 run_on_simulator: false -vm: test-content_template +vm: "{{ tiny_prefix }}-vm" vm_cluster: "Eco-Cluster" vm_datacenter: "Eco-Datacenter" vm_folder: "/Eco-Datacenter/vm/e2e-qe" @@ -17,5 +17,5 @@ vm_hardware: template_host: 10.46.29.208 datastore: datastore2 -library: content_template_library -template_name: template-test-content_template \ No newline at end of file +library: "{{ tiny_prefix }}-content-library" +template_name: "{{ tiny_prefix }}-template" \ No newline at end of file diff --git a/tests/integration/targets/vmware_vm_list_group_by_clusters_info/defaults/main.yml b/tests/integration/targets/vmware_vm_list_group_by_clusters_info/defaults/main.yml index bd915237..d5e74a2b 100644 --- a/tests/integration/targets/vmware_vm_list_group_by_clusters_info/defaults/main.yml +++ b/tests/integration/targets/vmware_vm_list_group_by_clusters_info/defaults/main.yml @@ -1,9 +1,9 @@ vcenter_port: 443 run_on_simulator: false -test_folder: test-vm_list_group_by_cluster_info +test_folder: "{{ tiny_prefix }}-folder" -vm_name: test-vm_list_group_by_cluster_info +vm_name: "{{ tiny_prefix }}-vm" vm_cluster: "Eco-Cluster" vm_datacenter: "Eco-Datacenter" vm_folder: "/Eco-Datacenter/vm/{{ test_folder }}"