Import python-powervm into nova-powervm

This change set suppoprts bringing in the python PowerVM REST API
library for initial use within nova-powervm

Change-Id: Ie8d53f86bd3faa9b3819adbb9b9f4f8d3e97bfd4
This commit is contained in:
Drew Thorstensen 2014-10-31 10:09:28 -05:00
parent 2e5dfe7881
commit 02fe8ddae5
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ setenv =
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-egit+https://github.com/openstack/nova#egg=nova
commands = python -m nova.openstack.common.lockutils python setup.py testr --slowest --testr-args='{posargs}'
-egit+ssh://***REMOVED***:29418/python-powervm.git#egg=python-powervm
commands = python -m oslo.concurrency.lockutils python setup.py testr --slowest --testr-args='{posargs}'
[testenv:pep8]
commands = flake8