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:
Gonéri Le Bouder 2020-01-15 10:48:56 -05:00
parent 437b8b3807
commit b183d36c53
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
cloud/vcenter
shippable/vcenter/group1
needs/target/prepare_vmware_tests
zuul/vmware/vcenter_only
zuul/vmware/vcenter_1esxi