mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-22 01:39:58 -05:00
Merge pull request #34 from tianhao64/master
Updated bindings for vSphere 6.6.1 release
This commit is contained in:
commit
755a79f560
@ -4,7 +4,7 @@ python:
|
|||||||
- "3.6"
|
- "3.6"
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt --upgrade --ignore-installed six
|
- pip install -r requirements.txt --extra-index-url file://$PWD/lib --upgrade --ignore-installed six
|
||||||
- pip install -r test-requirements.txt
|
- pip install -r test-requirements.txt
|
||||||
- pip install pycodestyle
|
- pip install pycodestyle
|
||||||
# command to run tests
|
# command to run tests
|
||||||
|
@ -54,7 +54,7 @@ Python may be outdated and/or not be intended for development and we recommended
|
|||||||
The required packages are listed in the requirements.txt file and installed using "pip install"; For more details on how to install python packages using pip please refer to the [pip user guide](http://pip.readthedocs.io/en/latest/user_guide/).
|
The required packages are listed in the requirements.txt file and installed using "pip install"; For more details on how to install python packages using pip please refer to the [pip user guide](http://pip.readthedocs.io/en/latest/user_guide/).
|
||||||
|
|
||||||
```cmd
|
```cmd
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt --extra-index-url <file:///abs_path/to/sdk/lib/>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Setting up a vSphere Test Environment
|
### Setting up a vSphere Test Environment
|
||||||
|
BIN
doc/client.zip
BIN
doc/client.zip
Binary file not shown.
@ -4,6 +4,5 @@ For python developers, client libraries are supplied for testing and development
|
|||||||
|
|
||||||
Name | Description
|
Name | Description
|
||||||
------------------------------------| -------------
|
------------------------------------| -------------
|
||||||
vapi_runtime-\<version>.zip | vAPI runtime responsible for serialization/de-serialization of objects and wire protocol
|
vapi_runtime | vAPI runtime responsible for serialization/de-serialization of objects and wire protocol
|
||||||
vapi_common_client-\<version>.zip | vAPI common client code
|
vapi_client_bindings | Client stubs for vSphere Automation APIs
|
||||||
vapi_client_bindings-\<version>.zip | client stubs for vSphere Automation APIs
|
|
||||||
|
4
lib/index.html
Normal file
4
lib/index.html
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<html><head><title>Simple Index</title><meta name='api-version' value='2' /></head><body>
|
||||||
|
<a href='vapi-client-bindings/'>vapi-client-bindings</a><br />
|
||||||
|
<a href='vapi-runtime/'>vapi-runtime</a><br />
|
||||||
|
</body></html>
|
1
lib/vapi-client-bindings/index.html
Normal file
1
lib/vapi-client-bindings/index.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<a href='vapi_client_bindings-2.7.0-py2.py3-none-any.whl'>vapi_client_bindings-2.7.0-py2.py3-none-any.whl</a><br />
|
Binary file not shown.
1
lib/vapi-runtime/index.html
Normal file
1
lib/vapi-runtime/index.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<a href='vapi_runtime-2.7.0-py2.py3-none-any.whl'>vapi_runtime-2.7.0-py2.py3-none-any.whl</a><br />
|
BIN
lib/vapi-runtime/vapi_runtime-2.7.0-py2.py3-none-any.whl
Normal file
BIN
lib/vapi-runtime/vapi_runtime-2.7.0-py2.py3-none-any.whl
Normal file
Binary file not shown.
@ -1,8 +1,4 @@
|
|||||||
pyOpenSSL >= 0.14
|
|
||||||
pyVmomi >= 6.5
|
pyVmomi >= 6.5
|
||||||
lxml
|
|
||||||
suds ; python_version < '3'
|
suds ; python_version < '3'
|
||||||
suds-jurko ; python_version >= '3.0'
|
suds-jurko ; python_version >= '3.0'
|
||||||
lib/vapi_runtime-2.5.0.zip
|
vapi-client-bindings
|
||||||
lib/vapi_common_client-2.5.0.zip
|
|
||||||
lib/vapi_client_bindings-2.5.0.zip
|
|
||||||
|
@ -15,9 +15,9 @@ __author__ = 'VMware, Inc.'
|
|||||||
__copyright__ = 'Copyright 2016 VMware, Inc. All rights reserved.'
|
__copyright__ = 'Copyright 2016 VMware, Inc. All rights reserved.'
|
||||||
|
|
||||||
config = {}
|
config = {}
|
||||||
config["SERVER"] = "10.192.248.66"
|
config["SERVER"] = ""
|
||||||
config["USERNAME"] = "administrator@vsphere.local"
|
config["USERNAME"] = "administrator@vsphere.local"
|
||||||
config["PASSWORD"] = "Admin!23"
|
config["PASSWORD"] = "VMware1!"
|
||||||
|
|
||||||
config["ESX_HOST1"] = ""
|
config["ESX_HOST1"] = ""
|
||||||
config["ESX_HOST2"] = ""
|
config["ESX_HOST2"] = ""
|
||||||
|
@ -1,2 +1 @@
|
|||||||
testtools>=0.9.34
|
testtools>=0.9.34
|
||||||
vcrpy
|
|
||||||
|
Loading…
Reference in New Issue
Block a user