upgrade urllib2 and httplib2 for tempest execution 83/39983/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Wed, 8 Jun 2016 00:14:06 +0000 (17:14 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Wed, 8 Jun 2016 00:14:06 +0000 (17:14 -0700)
Change-Id: I2bc472cc3688935b9958d768da19c34366ecb416
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jjb/integration/include-raw-integration-deploy-openstack-run-test.sh

index 20640ef065cf593a401c13ab6213312c1d79b248..99a9140d905645fd6c7d324601124094e7acd83e 100644 (file)
@@ -313,6 +313,11 @@ if [ "${ENABLE_HAPROXY_FOR_NEUTRON}" == "yes" ]; then
  configure_haproxy_for_neutron_requests
 fi
 
+# upgrading pip, urllib3 and httplib2 so that tempest tests can be run on ${OPENSTACK_CONTROL_NODE_IP}
+ssh ${OPENSTACK_CONTROL_NODE_IP} "sudo pip install --upgrade pip"
+ssh ${OPENSTACK_CONTROL_NODE_IP} "sudo pip install urllib3 --upgrade"
+ssh ${OPENSTACK_CONTROL_NODE_IP} "sudo pip install httplib2 --upgrade"
+
 os_node_list=()
 echo "Stack the Control Node"
 scp ${WORKSPACE}/get_devstack.sh ${OPENSTACK_CONTROL_NODE_IP}:/tmp