Update setuptools in yardstick verify and merge jobs 77/1177/2
authorKristian Hunt <kristian.hunt@gmail.com>
Thu, 13 Aug 2015 07:20:35 +0000 (09:20 +0200)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Thu, 13 Aug 2015 07:28:41 +0000 (07:28 +0000)
New virtualenv comes bundled with setuptools 5.5.1 while yardstick
requires >=6.1.

JIRA: YARDSTICK-29

Change-Id: Ia5f44c9c888a5461d3a4ed71a9d60f7c20bd8539
Signed-off-by: Kristian Hunt <kristian.hunt@gmail.com>
jjb/yardstick/yardstick.yml

index b11f006..87199b5 100644 (file)
             cd $WORKSPACE
             virtualenv $WORKSPACE/yardstick_venv
             source $WORKSPACE/yardstick_venv/bin/activate
+            easy_install -U setuptools
             python setup.py develop > /dev/null 2>&1
             ./run_tests.sh
             deactivate
             cd $WORKSPACE
             virtualenv $WORKSPACE/yardstick_venv
             source $WORKSPACE/yardstick_venv/bin/activate
+            easy_install -U setuptools
             python setup.py develop > /dev/null 2>&1
             ./run_tests.sh
             deactivate