From 4997494d40390cb130868163c994fac9d8967f1c Mon Sep 17 00:00:00 2001 From: zhangyuanyou Date: Sat, 16 Jan 2016 15:42:35 +0800 Subject: JOID-46 Add script to create the external network and update the gw_mac for the L3. Change-Id: Ied508858ebeae1f76b585c07ed5d175cbcb5eead --- ci/01-deploybundle.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ci/01-deploybundle.sh') 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 -- cgit 1.2.3-korg