remove upgrading tempest components 43/72743/1
authorSam Hague <shague@redhat.com>
Mon, 4 Jun 2018 15:58:37 +0000 (11:58 -0400)
committerSam Hague <shague@redhat.com>
Thu, 7 Jun 2018 01:56:49 +0000 (21:56 -0400)
Change-Id: I44f112aa8000dd42ce2606b6a41c0b59dda93899
Signed-off-by: Sam Hague <shague@redhat.com>
jjb/integration/integration-deploy-openstack-run-test.sh

index 06ebf1094f220867e025d8cb4c8878ded6f83e58..2cdd1cf2e67625fbde8bc78e9468f2ae6321eff5 100644 (file)
@@ -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))