From ff17c27dcd4633fcee58bdfa4420b8cf2a8ee6ff Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Mon, 4 Jun 2018 11:58:37 -0400 Subject: [PATCH] remove upgrading tempest components Change-Id: I44f112aa8000dd42ce2606b6a41c0b59dda93899 Signed-off-by: Sam Hague --- jjb/integration/integration-deploy-openstack-run-test.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/jjb/integration/integration-deploy-openstack-run-test.sh b/jjb/integration/integration-deploy-openstack-run-test.sh index 06ebf1094..2cdd1cf2e 100644 --- a/jjb/integration/integration-deploy-openstack-run-test.sh +++ b/jjb/integration/integration-deploy-openstack-run-test.sh @@ -1221,15 +1221,6 @@ for i in `seq 1 ${NUM_OPENSTACK_SITES}`; do exit 1 fi - if [ "${OPENSTACK_BRANCH}" == "stable/pike" ]; then - # upgrading pip, urllib3 and httplib2 so that tempest tests can be run on openstack control node - # this needs to happen after devstack runs because it seems devstack is pulling in specific versions - # of these libs that are not working for tempest. - ${SSH} ${!CONTROLIP} "sudo pip install --upgrade pip" - ${SSH} ${!CONTROLIP} "sudo pip install urllib3 --upgrade" - ${SSH} ${!CONTROLIP} "sudo pip install httplib2 --upgrade" - fi - # Gather Compute IPs for the site for j in `seq 1 ${NUM_COMPUTES_PER_SITE}`; do COMPUTE_INDEX=$(((i-1) * NUM_COMPUTES_PER_SITE + j)) -- 2.36.6