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>
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 .