From fb5c383c7d88f27c5dcea3b4b1920ffd612cae2e Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Thu, 23 Mar 2017 15:52:09 +0800 Subject: opera adapter fix2 * opera_adapter need sshpass which may cause deploy fail * compass log redirection is the last command which always return 0 and thus cover deploy error 1. add installation of sshpass in prepare.sh 2. echo a string at the end of deploy/launch.sh into log file to judge if deployment is complete 3. fix typing error in util/check_valid.py Change-Id: Ic4bca50b2c316bf46cace45b9b3317ef9452a0ba Signed-off-by: Harry Huang --- deploy/launch.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deploy/launch.sh') diff --git a/deploy/launch.sh b/deploy/launch.sh index 5f1ee1cb..3e523adb 100755 --- a/deploy/launch.sh +++ b/deploy/launch.sh @@ -147,3 +147,5 @@ if [[ ${DHA##*/} =~ "openo" ]]; then exit 1 fi fi + +echo 'compass deploy success' -- cgit 1.2.3-korg