summaryrefslogtreecommitdiffstats
path: root/jjb/yardstick
diff options
context:
space:
mode:
authorJingLu5 <lvjing5@huawei.com>2017-01-26 03:17:45 +0000
committerJingLu5 <lvjing5@huawei.com>2017-01-26 03:18:37 +0000
commit76d12ac2d4bfd964f8a2851983aaa0098df380d8 (patch)
tree087ebad48319d0963769bd073dd3730451c737bc /jjb/yardstick
parent7c4be457c22a9c136fb5e9c348eaaff2bbc6bd7a (diff)
Bugfix: yardstick verify failed
JIRA: RELENG-187 see log: https://build.opnfv.org/ci/job/yardstick-verify-master/1688/console Change-Id: Id6ac66a34fba5a0d18ab4a60e457582bbb4f03d0 Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'jjb/yardstick')
-rw-r--r--jjb/yardstick/yardstick-project-jobs.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/yardstick/yardstick-project-jobs.yml b/jjb/yardstick/yardstick-project-jobs.yml
index 1da4f3134..f32816495 100644
--- a/jjb/yardstick/yardstick-project-jobs.yml
+++ b/jjb/yardstick/yardstick-project-jobs.yml
@@ -116,6 +116,7 @@
source $WORKSPACE/yardstick_venv/bin/activate
# install python packages
+ sudo apt-get install -y build-essential python-dev python-pip python-pkg-resources
easy_install -U setuptools==33.1.1
easy_install -U pip
pip install -r requirements.txt || pip install -r tests/ci/requirements.txt