X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration-deploy-openstack-run-test.sh;h=0ca5106ce38907945139fd07a1da65f6ae27b58e;hb=b8ee9c1a3c6feef4e788a61a579f6cc2d39474d8;hp=6569665aa4812df2a6f8d30daa3db8afdf5a0c5c;hpb=9fc47088ce6e1047d2ab6e44e1512a1371cbf359;p=releng%2Fbuilder.git diff --git a/jjb/integration/integration-deploy-openstack-run-test.sh b/jjb/integration/integration-deploy-openstack-run-test.sh index 6569665aa..0ca5106ce 100644 --- a/jjb/integration/integration-deploy-openstack-run-test.sh +++ b/jjb/integration/integration-deploy-openstack-run-test.sh @@ -917,7 +917,7 @@ for i in $(seq 1 "${NUM_OPENSTACK_COMPUTE_NODES}"); do fi fix_libvirt_python_build "${!COMPUTEIP}" echo "Stack the compute node ${i} of ${NUM_OPENSTACK_COMPUTE_NODES}: ${!COMPUTEIP}" - ssh "${!COMPUTEIP} ""cd /opt/stack/devstack; nohup ./stack.sh > /opt/stack/devstack/nohup.out 2>&1 &" + ssh "${!COMPUTEIP}" "cd /opt/stack/devstack; nohup ./stack.sh > /opt/stack/devstack/nohup.out 2>&1 &" ssh "${!COMPUTEIP}" "ps -ef | grep stack.sh" os_node_list+=("${!COMPUTEIP}") done