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 26, 2024
1 parent 0d432db commit 589b5bb
Showing 1 changed file with 1 addition 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

0 comments on commit 589b5bb

Please sign in to comment.