blob: 2fd4602b44fe241ce513c1abd0b1136530afd9aa [file] [log] [blame]
tom26edf052014-10-02 13:57:03 -07001#!/bin/bash
2#-------------------------------------------------------------------------------
3# Remotely fetches the ONOS test VMs from a local share into ~/Downloads.
4#-------------------------------------------------------------------------------
5
6[ ! -d "$ONOS_ROOT" ] && echo "ONOS_ROOT is not defined" >&2 && exit 1
7. $ONOS_ROOT/tools/build/envDefaults
8
9mkdir -p /tmp/onos
10mount -t smbfs smb://guest:@10.254.1.15/onos /tmp/onos
11cp /tmp/onos/*.ova ~/Downloads