Bugfix: yardstick verify failed 51/27451/1
authorchenjiankun <chenjiankun1@huawei.com>
Tue, 24 Jan 2017 22:16:08 +0000 (22:16 +0000)
committerchenjiankun <chenjiankun1@huawei.com>
Tue, 24 Jan 2017 22:18:56 +0000 (22:18 +0000)
JIRA: RELENG-187

yardstick verify failed. There is some wrong with setuptools new version
34.0.1
I will change it to 33.1.1

see log:
https://build.opnfv.org/ci/job/yardstick-verify-master/1688/console

Change-Id: If3c65a9a8047b57549c40501b0a83118cd5dc3e7
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
jjb/yardstick/yardstick-project-jobs.yml

index a54750e..1da4f31 100644 (file)
             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 .