mirror of https://github.com/ansible/ansible.git
ansible-test - Adjust vcenter test plugin behavior (#80063)
The previous change to the default mode of operation for the plugin is now limited to collections. This enables easier testing of the plugin in core, so the previously removed tests have been restored.pull/80065/head
parent
39a5b08ca6
commit
bca55d945b
@ -0,0 +1,3 @@
|
||||
cloud/vcenter
|
||||
shippable/generic/group1
|
||||
context/controller
|
@ -0,0 +1,6 @@
|
||||
- name: Verify endpoints respond
|
||||
uri:
|
||||
url: "{{ item }}"
|
||||
validate_certs: no
|
||||
with_items:
|
||||
- http://{{ vcenter_hostname }}:5000/ # control endpoint for the simulator
|
Loading…
Reference in New Issue