vmware_export_ovf/test needs an ESXi
Ensure the `vmware_export_ovf` test-suite runs with at least one ESXi.
This commit is contained in:
parent
437b8b3807
commit
b183d36c53
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
esxi_hostname: '{{ item }}'
|
||||
esxi_username: '{{ esxi_user }}'
|
||||
esxi_password: '{{ esxi_password }}'
|
||||
state: present
|
||||
state: add_or_reconnect
|
||||
with_items: "{{ esxi_hosts }}"
|
||||
|
||||
- name: Disable the Maintenance Mode
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
cloud/vcenter
|
||||
shippable/vcenter/group1
|
||||
needs/target/prepare_vmware_tests
|
||||
zuul/vmware/vcenter_only
|
||||
zuul/vmware/vcenter_1esxi
|
||||
|
|
Loading…
Add table
Reference in a new issue