summaryrefslogtreecommitdiffstats
path: root/ci/01-deploybundle.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-01-18 15:43:07 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-01-18 15:43:07 +0000
commite05d61903d3daaf7caa7ce1b1f225e64976075ab (patch)
treee698d06f66f9b4e05ecc93aa7d4a8b2dbba42b91 /ci/01-deploybundle.sh
parenta14701ad782b38314165f6e2d9854d76aa97b95f (diff)
parent4997494d40390cb130868163c994fac9d8967f1c (diff)
Merge "JOID-46 Add script to create the external network and update the gw_mac for the L3."
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 8ac8101b..8164c7e7 100755
--- a/ci/01-deploybundle.sh
+++ b/ci/01-deploybundle.sh
@@ -86,3 +86,10 @@ case "$1" in
;;
esac
+case "$4" in
+ 'onos' )
+ echo "... onos prepare test ..."
+ sleep 180s
+ sh onos/juju_test_prepare.sh "$3"
+ ;;
+esac