pyVmomi Integration Testing Project for validating the pyVmomi library
NOTE: Python 2.7 support only at this time. Python 3 support will lag Python 3 support in the core library.
$ python setup.py test
- https://pythonhosted.org/testfixtures/
- https://pypi.python.org/pypi/testscenarios/
- https://testtools.readthedocs.org/en/latest/
- http://www.virtuallyghetto.com/2012/12/vcenter-server-simulator.html
- http://www.virtuallyghetto.com/2014/04/simulating-vsphere-performance-metrics-using-vcsim.html
Connection information for the tests is stored in a local yaml file that we do not check into the repository. The file name is connections.yaml and the format is:
# YAML
vcsim:
host: my.host
user: my.user
pwd: my.password
port: 443
vcenter:
host: my.other.host
user: my.other.user
pwd: my.other.password
port: 443