commit | b105fd47c332978411b1cecb1d4a1990344960bc | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Mon Oct 20 09:02:27 2014 -0700 |
committer | Thomas Vachuska <tom@onlab.us> | Mon Oct 20 09:02:27 2014 -0700 |
tree | e84f726547f68e0734bfd0f06f2067996a308387 | |
parent | aaac0d7a54f494ff05956d6f3f82232052da2de7 [diff] [blame] |
Tweaked packaging and related assets in preparation for Karaf 3.0.2
diff --git a/tools/build/onos-test b/tools/build/onos-test index 740e370..4ccb85e 100755 --- a/tools/build/onos-test +++ b/tools/build/onos-test
@@ -9,6 +9,8 @@ nodes=$(env | sort | egrep "OC[0-9]+" | cut -d= -f2) onos-package +onos-verify-cell || exit 1 + for node in $nodes; do onos-install -f $node 1>/dev/null & done # Wait for shutdown before waiting for restart