diff options
author | zhangyuanyou <zhangyuanyou@huawei.com> | 2016-01-16 15:42:35 +0800 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-20 23:42:31 +0000 |
commit | b65ee9daf52e4d9d5acbbc41a49bcd2e7372ed27 (patch) | |
tree | 876f84255ceab260a2f59b3db26fdd587528a549 /ci/01-deploybundle.sh | |
parent | 4670f8c27934ddc9b5b3bb614f552bdf0bf4b142 (diff) |
JOID-46 Add script to create the external network and update the gw_mac
for the L3.
Change-Id: Ied508858ebeae1f76b585c07ed5d175cbcb5eead
(cherry picked from commit 4997494d40390cb130868163c994fac9d8967f1c)
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 27611fe2..455aef94 100755 --- a/ci/01-deploybundle.sh +++ b/ci/01-deploybundle.sh @@ -76,3 +76,10 @@ case "$1" in ;; esac +case "$4" in + 'onos' ) + echo "... onos prepare test ..." + sleep 180s + sh onos/juju_test_prepare.sh "$3" + ;; +esac |