opera adapter fix2 95/31695/1
authorHarry Huang <huangxiangyu5@huawei.com>
Thu, 23 Mar 2017 07:52:09 +0000 (15:52 +0800)
committerJustin chi <chigang@huawei.com>
Fri, 24 Mar 2017 13:00:06 +0000 (13:00 +0000)
commitfb5c383c7d88f27c5dcea3b4b1920ffd612cae2e
tree4abc4b2f17a6c3abcf14f3821eb07163f678ee2b
parented1767869c1e51200b91f5e7608a648d9cd2eadf
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 <huangxiangyu5@huawei.com>
deploy.sh
deploy/launch.sh
deploy/prepare.sh
util/check_valid.py