Skip to main content

A python library to make interacting with theSDN Controller REST API easy

Project description

https://travis-ci.org/dave-tucker/hp-sdn-client.png?branch=master https://badge.fury.io/py/hp-sdn-client.png https://coveralls.io/repos/dave-tucker/hp-sdn-client/badge.png

A Python library that makes interaction with the HP SDN Controller REST API easy

Author: Dave Tucker, Hewlett Packard

Documentation

Full documentation is available here

Usage Example

To use the library:

import hpsdnclient as hp
controller = '10.44.254.129'
auth = hp.XAuthToken(user='sdn', password='skyline', server=controller)
api = hp.Api(controller=controller, auth=auth)

api.get_datapaths()

Running with Docker

To run an interactive python prompt using Docker:

docker run -it davetucker/hp-sdn-client

Sample Application

Please see examples/short_detour.py

Running the Tests

The unit tests can be run with tox. Make sure you have modified hpsdnclient/tests/tests.py before you run:

tox -e py27 -v -- -v

tox.ini has py26, py27 and py33 environments, but only py27 is supported today.

For functional testing, a working HP VAN SDN Controller is required. Mininet is used to generate a test topology.

Set your environment variables on your workstation and mininet VM as follows:

export SDNCTL="10.44.254.129"
export SDNUSER="sdn"
export SDNPASS="skyline"

It is recommended to download the Mininet VM. On the VM, start the following topology:

sudo mn --topo tree,2,6 --mac --switch ovsk --controller remote,ip=$SDNCTL

Run the functional tests using:

tox -e functional

The functional test for applciation uploads requires access to the internet to donwload a sample appliction.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hp-sdn-client-1.1.1.tar.gz (36.6 kB view details)

Uploaded Source

File details

Details for the file hp-sdn-client-1.1.1.tar.gz.

File metadata

File hashes

Hashes for hp-sdn-client-1.1.1.tar.gz
Algorithm Hash digest
SHA256 b8d40d6228b90e838fa89a34030c40f439b7a4cc2ef29781d8c75f74de411733
MD5 104bbeab2a5077490a0e0265f116ab41
BLAKE2b-256 1691a28262673bda3ece7bf89bf9a70b950733d1414cd51c684bd6d632a83d48

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page