From 53b2d7fc775291b121dc257e82ae0025391a8a03 Mon Sep 17 00:00:00 2001 From: Danielle Barda Date: Sun, 24 Mar 2024 14:38:22 +0200 Subject: [PATCH] Use the most update vmware/vcsim docker image Since the vcsim fix for m properties was released (https://github.com/vmware/govmomi/issues/3337) Signed-off-by: Danielle Barda --- tests/integration/targets/prepare_soap/tasks/main.yml | 5 +---- tests/integration/targets/provision_vm_test/tasks/main.yml | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/integration/targets/prepare_soap/tasks/main.yml b/tests/integration/targets/prepare_soap/tasks/main.yml index b25df26e..35d51d6c 100644 --- a/tests/integration/targets/prepare_soap/tasks/main.yml +++ b/tests/integration/targets/prepare_soap/tasks/main.yml @@ -9,10 +9,7 @@ containers.podman.podman_container: name: vmwaresoap - # image: docker.io/vmware/vcsim:latest - # due to an issue https://github.com/vmware/govmomi/issues/3337 - - # vcsim: vim.VirtualMachine.snapshot property causes runtime error when not set - image: quay.io/bardielle/vcsim:fix_vm + image: docker.io/vmware/vcsim:latest state: started recreate: yes expose: diff --git a/tests/integration/targets/provision_vm_test/tasks/main.yml b/tests/integration/targets/provision_vm_test/tasks/main.yml index 47be9ce2..f72f9e60 100644 --- a/tests/integration/targets/provision_vm_test/tasks/main.yml +++ b/tests/integration/targets/provision_vm_test/tasks/main.yml @@ -20,3 +20,4 @@ memory_mb: 512 num_cpus: 4 provision_vm_guest_id: "centos64Guest" + provision_vm_template: "provision-vm-template"