Skip to content

hartsock/pyvmomi-integration-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyvmomi-integration-tests

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.

Usage

$ python setup.py test

Test libraries used

vCenter Server Simulator notes

connections.yaml

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

About

pyVIT: pyVmomi Integration Testing Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages