Skip to content

Commit

Permalink
add tiny_prefix to vmware object's names in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elsapassaro authored and mikemorency committed Jun 24, 2024
1 parent 7a0d668 commit 90e60c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -17,5 +17,5 @@ vm_hardware:

template_host: 10.46.29.208
datastore: datastore2
library: content_template_library
template_name: template-test-content_template
library: "{{ tiny_prefix }}-content-library"
template_name: "{{ tiny_prefix }}-template"
Original file line number Diff line number Diff line change
@@ -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 }}"
Expand Down

0 comments on commit 90e60c8

Please sign in to comment.