summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2017-03-27 08:17:55 -0400
committerMatthewLi <matthew.lijun@huawei.com>2017-03-29 02:05:14 -0400
commit3ce7ad6a2f98268cd89a32f9fe083529b947bce5 (patch)
treeeeebac16d8bb28f00d4c235f0fb08f94e58c0ddb /requirements.txt
parent223806ad2a5d60c9909f32f35b8cea16bf703a69 (diff)
dovetail tool: offline support
JIRA: DOVETAIL-164 usage: dovetail run --testsuite <testsuite> --offline 1,if --offline given, can run offline by using local docker images (if there is no images, will get an error in log, images can be pulled from dockerhub or downloaded from artifacts.opnfv.org ) 2,if --offline not given, will run online, which means pull docker image from dockerhub Change-Id: I87ab35c82e59fb13a7a88c38d233e89285efc4d3 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index ae643222..e6369598 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,8 @@
Click
Jinja2==2.8
-pbr>=2.0.0
+pbr==2.0.0
PyYAML==3.11
python-openstackclient==3.9.0
requests==2.10.0
six==1.10.0
+stevedore==1.20.0