summaryrefslogtreecommitdiffstats
path: root/ci/01-deploybundle.sh
diff options
context:
space:
mode:
authorzhangyuanyou <zhangyuanyou@huawei.com>2016-01-16 15:42:35 +0800
committerzhangyuanyou <zhangyuanyou@huawei.com>2016-01-18 14:51:32 +0800
commit4997494d40390cb130868163c994fac9d8967f1c (patch)
tree415adb622f78de8a35714fb46226266fffc77dd2 /ci/01-deploybundle.sh
parentbaca8f9cb158122bbbad1c4fc49cc1cef22c834d (diff)
JOID-46 Add script to create the external network and update the gw_mac
for the L3. Change-Id: Ied508858ebeae1f76b585c07ed5d175cbcb5eead
Diffstat (limited to 'ci/01-deploybundle.sh')
-rwxr-xr-xci/01-deploybundle.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh
index b3616661..dd6a32aa 100755
--- a/ci/01-deploybundle.sh
+++ b/ci/01-deploybundle.sh
@@ -80,3 +80,10 @@ case "$1" in
;;
esac
+case "$4" in
+ 'onos' )
+ echo "... onos prepare test ..."
+ sleep 180s
+ sh onos/juju_test_prepare.sh "$3"
+ ;;
+esac