commit | 609cf87e0cdacd9a7da13a0bd223eed514306095 | [log] [tgz] |
---|---|---|
author | Simon Hunt <simon@onlab.us> | Thu Mar 03 13:33:21 2016 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Mar 03 21:47:38 2016 +0000 |
tree | 1d5ac78beb7ddeaf566595dbf9604f4d8588d38a | |
parent | 098cda85c5ef3a9c6e7e4dc490379b8a3e1c64b8 [diff] |
onos-push-topos : make sure topos/* files owned by ONOS_USER, before trying to copy over them. Change-Id: Ie16f40360436f27750a512baf8322568939c6f7e
diff --git a/tools/test/bin/onos-push-topos b/tools/test/bin/onos-push-topos index a09d744..ba96e50 100755 --- a/tools/test/bin/onos-push-topos +++ b/tools/test/bin/onos-push-topos
@@ -8,4 +8,5 @@ node=${1:-$OCN} +ssh $ONOS_USER@$node sudo rm -f topos/*.pyc scp -qr $ONOS_ROOT/tools/test/topos $ONOS_USER@$node: