diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-01-10 14:14:39 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-01-10 22:19:28 +0000 |
commit | b82a41a5d27852d384bbd59c461ffd88326dea5f (patch) | |
tree | 1939a1ea34ac56735ca9cc97544bf49181673e3f /test/ete/scripts/deploy-onap.sh | |
parent | 454fa9c81219d79636cedf73b819924c970dc7eb (diff) |
Revert "Use ubuntu instead of root to check..."
This reverts commit 86fb15976b3370667c93d3141bed7dd518e3b69e.
Change-Id: Ib9e7c657dd97f52efbfc5373583d6d7accb37874
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
(cherry picked from commit 95f265de74d5dc0afb4e7b36baedfb448e58e286)
Diffstat (limited to 'test/ete/scripts/deploy-onap.sh')
-rwxr-xr-x | test/ete/scripts/deploy-onap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ete/scripts/deploy-onap.sh b/test/ete/scripts/deploy-onap.sh index 6f9ad1034..571b380d1 100755 --- a/test/ete/scripts/deploy-onap.sh +++ b/test/ete/scripts/deploy-onap.sh @@ -81,7 +81,7 @@ ssh-keygen -R ${ROBOT_IP} SSH_KEY=~/.ssh/onap_key -until ssh -o StrictHostKeychecking=no -i ${SSH_KEY} ubuntu@${ROBOT_IP} "docker ps | grep -q openecompete_container" +until ssh -o StrictHostKeychecking=no -i ${SSH_KEY} root@${ROBOT_IP} "docker ps | grep -q openecompete_container" do sleep 2m done |