JOID-46 Add script to create the external network and update the gw_mac
[joid.git] / ci / 01-deploybundle.sh
index 27611fe..455aef9 100755 (executable)
@@ -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