Copy the onos and STC log files off of the proxy when a run completes

Change-Id: Id499ebdbd4ea4c07809aa4465aa2fad0b987b1b0
diff --git a/tools/test/bin/proxy-stc b/tools/test/bin/proxy-stc
index aae0e4b..af264d0 100755
--- a/tools/test/bin/proxy-stc
+++ b/tools/test/bin/proxy-stc
@@ -34,3 +34,7 @@
     export stcColor=$stcColor
     stc fast
 "
+
+mkdir -p /tmp/stc
+scp -r ${ONOS_USER}@${OCT}:/tmp/stc/* /tmp/stc/
+