Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bardielle committed Mar 4, 2024
1 parent cb64f0a commit f37aca4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions tests/integration/targets/prepare_soap/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@
ports:
- 8989:8989
# command: "vcsim -dc 2 -folder 1 -c 2 -ds 4 -pod 1 -nsx 2 -pool 2 -app 1"

- name: Pause
ansible.builtin.pause:
seconds: 10
2 changes: 1 addition & 1 deletion tests/integration/targets/provision_vm_test/runme.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
source ../init.sh
exec ansible-playbook -vvvv run.yml
exec ansible-playbook -vvv run.yml
5 changes: 4 additions & 1 deletion tests/integration/targets/provision_vm_test/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@
provision_vm_disk:
- size_gb: 10
type: thin
datastore: "DS0"
datastore: "LocalDS_0"
provision_vm_hardware:
memory_mb: 512
num_cpus: 4

0 comments on commit f37aca4

Please sign in to comment.