Skip to content

Commit 5e69946

Browse files
committed
modified vcenter_vm_scenario1 test
1 parent 00b7a43 commit 5e69946

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+868
-725
lines changed

tests/integration/targets/group_vars.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
vcenter_cluster_name: "Eco-Cluster"
55
vcenter_datacenter: "Eco-Datacenter"
66
vcenter_port: 443
7-
rhel_9_3_iso_path: "[eco-nfs-datastore-iso] rhel-9.3-x86_64-dvd.iso"
7+
rhel_9_3_iso_path: "[eco-iscsi-ds2] contentlib-fbcc0f38-b7d9-4243-95f6-fb28f1ab35a6/103307a7-7ad4-4b20-8cb3-ab4e246e3fef/rhel-9.3-x86_64-boot_54eb817e-4fdb-4252-b3c2-a2e65a544966.iso"
88
vm_network_name: "VM Network"
99
test_network_name: "TestNetwork"
1010
shared_storage_01: "eco-iscsi-ds1"

tests/integration/targets/runme.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
source ../init-eco.sh
33

44
# Generates a string starting with 'test-' followed by 4 random lowercase characters
5-
TINY_PREFIX="test-$(uuidgen | tr -d '-' | cut -c1-4 | tr '[:upper:]' '[:lower:]')"
5+
TINY_PREFIX="test-vmware_rest-$(uuidgen | tr -d '-' | cut -c1-4 | tr '[:upper:]' '[:lower:]')"
66

77
# Extract the ansible_tags from integration_config.yml
88
ANSIBLE_TAGS=$(awk '/ansible_tags/ {print $2}' ../../integration_config.yml)

tests/integration/targets/vcenter_vm_scenario1/aliases

-2
This file was deleted.

tests/integration/targets/vcenter_vm_scenario1/meta/main.yml

Whitespace-only changes.

tests/integration/targets/vcenter_vm_scenario1/prepare.yml

-8
This file was deleted.

tests/integration/targets/vcenter_vm_scenario1/refresh_RETURN_block.sh

-11
This file was deleted.

tests/integration/targets/vcenter_vm_scenario1/run.yml

-7
This file was deleted.

tests/integration/targets/vcenter_vm_scenario1/runme.sh

-10
This file was deleted.

tests/integration/targets/vcenter_vm_scenario1/tasks/create_vm.yml

-43
This file was deleted.

tests/integration/targets/vcenter_vm_scenario1/tasks/main.yml

-29
This file was deleted.

tests/integration/targets/vcenter_vm_scenario1/tasks/read_env_information.yml

-30
This file was deleted.

tests/integration/targets/vcenter_vm_scenario1/tasks/show_information.yml

-4
This file was deleted.

tests/integration/targets/vcenter_vm_scenario1/tasks/vm_guest_info.yml

-70
This file was deleted.

tests/integration/targets/vcenter_vm_scenario1/tasks/vm_hardware_adapter_info.yml

-7
This file was deleted.

tests/integration/targets/vcenter_vm_scenario1/tasks/vm_hardware_boot.yml

-32
This file was deleted.

tests/integration/targets/vcenter_vm_scenario1/tasks/vm_hardware_boot_device.yml

-7
This file was deleted.

tests/integration/targets/vcenter_vm_scenario1/tasks/vm_hardware_cdrom.yml

-62
This file was deleted.

tests/integration/targets/vcenter_vm_scenario1/tasks/vm_hardware_cdrom_info.yml

-4
This file was deleted.

tests/integration/targets/vcenter_vm_scenario1/tasks/vm_hardware_cpu.yml

-18
This file was deleted.

0 commit comments

Comments
 (0)