Initial PowerVM Inspector Framework

Provides the initial structure for the inclusion of PowerVM as a plugin
based compute inspector.  Also includes a fixture for upcoming unit
tests.  Implementation of the inspector functions are to be included in
upcoming change sets.

Partially Implements: bp/powervm-compute-inspector

Change-Id: I613161f2fe368b926bd679685b9beeff27a52896
This commit is contained in:
Drew Thorstensen
2015-07-01 12:49:30 -04:00
parent 27ef4d0a4c
commit 38bda20d72
7 changed files with 115 additions and 24 deletions

View File

@@ -1,12 +1,11 @@
hacking>=0.9.2,<0.10
hacking>=0.10.0,<0.11
coverage>=3.6
discover
fixtures>=0.3.14
python-subunit>=0.0.18
testrepository>=0.0.18
testscenarios>=0.4,<0.5
testtools>=0.9.34
oslotest
testscenarios>=0.4
testtools>=0.9.36,!=1.2.0
oslotest>=1.5.1 # Apache-2.0
mock>=1.0
mox>=0.5.3