mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-21 16:39:08 -07:00
Reduce vcenter integration test boilerplate.
This commit is contained in:
parent
e017d94766
commit
b713246f57
79 changed files with 24 additions and 459 deletions
|
@ -149,6 +149,8 @@ class VcenterEnvironment(CloudEnvironment):
|
|||
:type env: dict[str, str]
|
||||
:type cmd: list[str]
|
||||
"""
|
||||
cmd.append('-e')
|
||||
cmd.append('vcsim=%s' % self._get_cloud_config('vcenter_host'))
|
||||
|
||||
# Send the container IP down to the integration test(s)
|
||||
env['vcenter_host'] = self._get_cloud_config('vcenter_host')
|
||||
env['VCENTER_HOST'] = self._get_cloud_config('vcenter_host')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue