Skip to content

Commit

Permalink
Use the most update vmware/vcsim docker image
Browse files Browse the repository at this point in the history
Since the vcsim fix for m properties was released (vmware/govmomi#3337)

Signed-off-by: Danielle Barda <dbarda@redhat.com>
  • Loading branch information
bardielle committed Mar 24, 2024
1 parent 8d824d0 commit 53b2d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions tests/integration/targets/prepare_soap/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions tests/integration/targets/provision_vm_test/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
memory_mb: 512
num_cpus: 4
provision_vm_guest_id: "centos64Guest"
provision_vm_template: "provision-vm-template"

0 comments on commit 53b2d7f

Please sign in to comment.