Use ubuntu instead of root to check for docker 77/27877/1
authorGary Wu <gary.i.wu@huawei.com>
Wed, 10 Jan 2018 21:34:47 +0000 (13:34 -0800)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 10 Jan 2018 21:34:47 +0000 (13:34 -0800)
Change-Id: I91913bd00eceb604e0e58855d779835bb83d0563
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
test/ete/scripts/deploy-onap.sh

index 571b380..6f9ad10 100755 (executable)
@@ -81,7 +81,7 @@ ssh-keygen -R ${ROBOT_IP}
 
 SSH_KEY=~/.ssh/onap_key
 
-until ssh -o StrictHostKeychecking=no -i ${SSH_KEY} root@${ROBOT_IP} "docker ps | grep -q openecompete_container"
+until ssh -o StrictHostKeychecking=no -i ${SSH_KEY} ubuntu@${ROBOT_IP} "docker ps | grep -q openecompete_container"
 do
       sleep 2m
 done