mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-21 09:19:59 -05:00
Updated bindings for vSphere 6.6.1 release
1. Updated bindings for vSphere 6.6.1 release for VMware Cloud 1.1 2. Update password and remove IP from testbed.py 3. Package vSphere Automation runtime and bindings in wheel format. 4. Update travis test commend. Signed-off-by: Tianhao He <tianhao64@users.noreply.github.com>
This commit is contained in:
parent
8503fcd9a0
commit
a3e9688fdc
@ -4,7 +4,7 @@ python:
|
||||
- "3.6"
|
||||
# command to install dependencies
|
||||
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 pycodestyle
|
||||
# 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/).
|
||||
|
||||
```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
|
||||
|
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
|
||||
------------------------------------| -------------
|
||||
vapi_runtime-\<version>.zip | vAPI runtime responsible for serialization/de-serialization of objects and wire protocol
|
||||
vapi_common_client-\<version>.zip | vAPI common client code
|
||||
vapi_client_bindings-\<version>.zip | client stubs for vSphere Automation APIs
|
||||
vapi_runtime | vAPI runtime responsible for serialization/de-serialization of objects and wire protocol
|
||||
vapi_client_bindings | 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
|
||||
lxml
|
||||
suds ; python_version < '3'
|
||||
suds-jurko ; python_version >= '3.0'
|
||||
lib/vapi_runtime-2.5.0.zip
|
||||
lib/vapi_common_client-2.5.0.zip
|
||||
lib/vapi_client_bindings-2.5.0.zip
|
||||
vapi-client-bindings
|
||||
|
@ -15,9 +15,9 @@ __author__ = 'VMware, Inc.'
|
||||
__copyright__ = 'Copyright 2016 VMware, Inc. All rights reserved.'
|
||||
|
||||
config = {}
|
||||
config["SERVER"] = "10.192.248.66"
|
||||
config["SERVER"] = ""
|
||||
config["USERNAME"] = "administrator@vsphere.local"
|
||||
config["PASSWORD"] = "Admin!23"
|
||||
config["PASSWORD"] = "VMware1!"
|
||||
|
||||
config["ESX_HOST1"] = ""
|
||||
config["ESX_HOST2"] = ""
|
||||
|
@ -1,2 +1 @@
|
||||
testtools>=0.9.34
|
||||
vcrpy
|
||||
|
Loading…
Reference in New Issue
Block a user