Matt Clay
3f2b766d10
Add future and metaclass boilerplate to test code.
...
Continue to ignore:
- test/integration/
- test/legacy/
- test/units/
5 years ago
Gonéri Le Bouder
31baab85f9
ansible-test: vcenter through a HTTP proxy
...
Give the ansible-test user the ability to target a lab behind a HTTP proxy.
5 years ago
Gonéri Le Bouder
2401154fc4
VMware: rename VMWare to VMware ( #58535 )
...
Follow the nomenclature convention decided in https://github.com/ansible/ansible/pull/56814
5 years ago
Gonéri Le Bouder
e28bc46353
vcenter provider: set default values
...
Set default value for the following optional parameters:
- vcenter_port
- vmware_proxy_host
- vmware_proxy_port
This way we won't get an error if they are not define in the
configuration file.
5 years ago
Jill R
7ce85ee9e8
vcenter test provider handle config vars handling ( #57813 )
...
Make vcenter test provider handle config file vars the same regardless of
whether it comes from static config or from worldstream provisioning
6 years ago
Jill R
47cfbd6605
Add integration test provider for vmware ( #55772 )
...
* Add integration test provider for vmware
This change adds a new remote cloud provider option for vmware,
supporting dynamic environments running on worldstream.nl as well as
static environments specific by the user in a cloud-config template.
6 years ago
Deric Crago
9db3c8a40b
bumped 'vcenter-test-container' to '1.5.0'
6 years ago
Matt Clay
eeaff731de
Overhaul ansible-test cloud test plugins. ( #53044 )
6 years ago
Matt Clay
b713246f57
Reduce vcenter integration test boilerplate.
6 years ago
Deric Crago
7f3c21f628
bump version of 'vcenter-test-container' to '1.4.0' (govmomi v0.19.0)
6 years ago
Matt Clay
ac492476e5
Bug fixes and cleanup for ansible-test. ( #45991 )
...
* Remove unused imports.
* Clean up ConfigParser usage in ansible-test.
* Fix bare except statements in ansible-test.
* Miscellaneous cleanup from PyCharm inspections.
* Enable pylint no-self-use for ansible-test.
* Remove obsolete pylint ignores for Python 3.7.
* Fix shellcheck issuers under newer shellcheck.
* Use newer path for ansible-test.
* Fix issues in code-smell tests.
6 years ago
Deric Crago
ba848e018c
bump version of 'vcenter-test-container' to '1.3.0' (govmomi v0.18.0) ( #41151 )
...
* leave vmware_guest_powerstate tests enabled, but revert changes from: 66743f33
* leave VM poweroff tests enabled, but revert changes from: 87d6bdaf
* bumped 'vcenter-test-container' version to '1.3.0'
* updated test task names based on PR feedback
7 years ago
Deric Crago
50d151aef2
Updated 'quay.io/ansible/vcenter-test-container' image tag to '1.2.0'
...
vcsim remains on commit 'dee49fa3694c5aff05e4b340b0686772f65c1fe1'
7 years ago
Matt Clay
1d5c933ecf
Use new vcenter simulator container location.
7 years ago
Abhijeet Kasurde
dd9ed09fa6
Revert to stable vcsim docker image. ( #33952 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
7 years ago
Abhijeet Kasurde
29d3505cb4
VMware: check for ESXi server while creating user ( #33061 )
...
This fix check for ESXi server instance before proceeding
with managing local user. Also, adds integration tests for
this change.
Fixes : #32465
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
7 years ago
jctanner
6bf0cc36a7
Bump the vcsim container version ( #31861 )
7 years ago
James Tanner
e5eedfe4b8
Allow the user to declare an env var to set the vcsim container image
7 years ago
Matt Clay
c055795e02
Pin docker simulator versions.
7 years ago
Matt Clay
397918435b
Fix docker error handling for cs/vcenter tests.
7 years ago
jctanner
996dcb989c
Add the cloud provider script for the vcenter simulator container ( #25964 )
8 years ago