Update Test jobs for ODL Neon SR1 Release
[releng/builder.git] / jjb / integration / integration-deploy-openstack-run-test.sh
index afc86d26eec2183ebba46f9237f7e62380f347ad..74e484acc0d1c5332dc312226341d078d01cc5d4 100644 (file)
@@ -852,6 +852,8 @@ for i in `seq 1 ${NUM_OPENSTACK_CONTROL_NODES}`; do
     fi
     fix_libvirt_python_build ${!CONTROLIP}
     echo "Stack the control node ${i} of ${NUM_OPENSTACK_CONTROL_NODES}: ${CONTROLIP}"
+    # Workaround: fixing boneheaded polkit issue, to be removed later
+    ssh ${!CONTROLIP} "sudo bash -c 'echo deltarpm=0 >> /etc/yum.conf && yum -y update polkit'"
     ssh ${!CONTROLIP} "cd /opt/stack/devstack; nohup ./stack.sh > /opt/stack/devstack/nohup.out 2>&1 &"
     ssh ${!CONTROLIP} "ps -ef | grep stack.sh"
     ssh ${!CONTROLIP} "ls -lrt /opt/stack/devstack/nohup.out"