commit | 2d7acb7da0105aff6d1796e482b572765f733994 | [log] [tgz] |
---|---|---|
author | tom <tom@onlab.us> | Mon Sep 22 22:13:00 2014 -0700 |
committer | tom <tom@onlab.us> | Mon Sep 22 22:13:00 2014 -0700 |
tree | 0dfe5d16ab2fe5268231aa3ad19efd4f1585993c | |
parent | c70520135426a27a0137981b3e8be9b26fd4bc46 [diff] [blame] |
Added a number of test tools.
diff --git a/tools/test/bin/onos-install b/tools/test/bin/onos-install index 6454ee0..b270704 100755 --- a/tools/test/bin/onos-install +++ b/tools/test/bin/onos-install
@@ -27,6 +27,9 @@ # Install the upstart configuration file. sudo cp $ONOS_INSTALL_DIR/debian/onos.conf /etc/init/onos.conf + # Remove any previous ON.Lab bits from ~/.m2 repo + rm -fr ~/.m2/repository/org/onlab + # Ignite the ONOS service. sudo service onos start "