From 311eee3bec00d5acc32b6eba76a7ff0d1990f4b2 Mon Sep 17 00:00:00 2001 From: Mark Beierl Date: Mon, 25 Apr 2016 09:55:03 -0400 Subject: Job run lifecycle rework Change the way slave jobs are managed so that they are in step with each other, and we can track the overall thread that is running them. This lays groundwork for STORPERF-20 and STORPERF-44 JIRA: STORPERF-33 STORPERF-43 Change-Id: Iaff48a2823ba85d6512e9782fd9091a72639835c Signed-off-by: Mark Beierl --- ci/verify.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci/verify.sh') diff --git a/ci/verify.sh b/ci/verify.sh index 2f67e94..70ecb6a 100755 --- a/ci/verify.sh +++ b/ci/verify.sh @@ -19,6 +19,8 @@ virtualenv $WORKSPACE/storperf_venv source $WORKSPACE/storperf_venv/bin/activate pip install setuptools +pip install autoflake=00.6.6 +pip install autopep8==1.2.2 pip install coverage==4.0.3 pip install flask==0.10 pip install flask-restful==0.3.5 @@ -27,6 +29,7 @@ pip install flake8==2.5.4 pip install html2text==2016.1.8 pip install mock==1.3.0 pip install nose==1.3.7 +pip install pysqlite==2.8.2 pip install python-cinderclient==1.6.0 pip install python-glanceclient==1.1.0 pip install python-heatclient==0.8.0 -- cgit 1.2.3-korg