From 2f5886f4ef872d3d17575ac82d84a60c191b5c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Mon, 9 Sep 2019 15:53:13 -0400 Subject: [PATCH] vmware/test: add vsphere-automation-sdk dep The following modules depend on `vSphere Automation SDK`: - `vmware_rest_client` - `vmware_guest_info` - `vmware_tag_manager` - `vmware_vm_inventory` The associated test cannot be run with `govcsim`. But the situation is changing since we will soon run them on a regular lab, and so, we need to install the dependency. Bumping the default-test-container version to 1.9.3 to get a fresh version of pip and requests. Depends-On: https://github.com/ansible/ansible/pull/62412 --- .../_data/requirements/integration.cloud.vcenter.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lib/ansible_test/_data/requirements/integration.cloud.vcenter.txt b/test/lib/ansible_test/_data/requirements/integration.cloud.vcenter.txt index 6f750903ca2..f312eee0f94 100644 --- a/test/lib/ansible_test/_data/requirements/integration.cloud.vcenter.txt +++ b/test/lib/ansible_test/_data/requirements/integration.cloud.vcenter.txt @@ -1 +1,2 @@ pyvmomi +git+https://github.com/vmware/vsphere-automation-sdk-python.git