summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJun Li <matthew.lijun@huawei.com>2017-01-25 03:05:24 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-01-25 03:05:24 +0000
commitcd6c12d4b60dc42df5a3376489dcbd159e514e2e (patch)
treec07a5826497c6d7b82a4d875626b910ff2a2289c /jjb
parent0a8c27b63c12413aeb0b66aa6d1b137f2dfbe749 (diff)
parent0a4dae32ac156e75bc312cbff84414e8d79d53c2 (diff)
Merge "Bugfix: yardstick verify failed"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/yardstick/yardstick-project-jobs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/yardstick/yardstick-project-jobs.yml b/jjb/yardstick/yardstick-project-jobs.yml
index a54750ef7..1da4f3134 100644
--- a/jjb/yardstick/yardstick-project-jobs.yml
+++ b/jjb/yardstick/yardstick-project-jobs.yml
@@ -116,7 +116,7 @@
source $WORKSPACE/yardstick_venv/bin/activate
# install python packages
- easy_install -U setuptools
+ easy_install -U setuptools==33.1.1
easy_install -U pip
pip install -r requirements.txt || pip install -r tests/ci/requirements.txt
pip install -e .