From: Yao Lu Date: Thu, 17 Nov 2016 08:41:14 +0000 (+0800) Subject: exit deploy.sh before finish test X-Git-Tag: 1.0.0~87 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=463ab9c7337079a68491d2eccb1e3778a8ec4479;p=daisy.git exit deploy.sh before finish test Change-Id: Ie988eec63ab59997cfecd5cd9b6af3e4976244c3 Signed-off-by: Yao Lu --- diff --git a/ci/deploy/deploy.sh b/ci/deploy/deploy.sh index 234bf3be..29c63cd0 100755 --- a/ci/deploy/deploy.sh +++ b/ci/deploy/deploy.sh @@ -9,7 +9,11 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## #daisy host discover -DAISYDIR= +######exit before finish test####### +exit 0 + +##########TODO after test######################### +DAISYDIR=$WORKSPACE json_file=$DAISYDIR/deploy/config/vm_environment/zte-virtual/template.json source ~/daisyrc_admin daisy discover-host-add 192.168.122.152 ossdbg1 @@ -55,4 +59,4 @@ while [ $var -eq 1 ]; do echo " openstack in installing , please waiting ..." fi done -exit 0 \ No newline at end of file +exit 0