diff options
author | 2016-01-16 15:42:35 +0800 | |
---|---|---|
committer | 2016-01-18 14:51:32 +0800 | |
commit | 4997494d40390cb130868163c994fac9d8967f1c (patch) | |
tree | 415adb622f78de8a35714fb46226266fffc77dd2 /ci/01-deploybundle.sh | |
parent | baca8f9cb158122bbbad1c4fc49cc1cef22c834d (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-x | ci/01-deploybundle.sh | 7 |
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 |