On Thursday 13 December 2012 03:18 PM, Senthil Kumaran wrote:
I converted lava-test test definitions to work on lava-test-shell with
the new YAML format. These converted tests are mostly from
https://code.launchpad.net/~linaro-foundations

In addition to this, I would like this trivial change given in the attached patch to be merged in branch lp:~linaro-foundations/lava-test/bootchartscript

This change is to accommodate attaching the result of the bootchart test to a file and upload it to the lava dashboard.

Thank You.
--
Senthil Kumaran S
http://www.stylesen.org/
http://www.sasenthilkumaran.com/
=== modified file 'bootchartscript.sh'
--- bootchartscript.sh  2011-07-22 19:25:12 +0000
+++ bootchartscript.sh  2012-12-13 16:41:47 +0000
@@ -24,5 +24,5 @@
 BASE="/var/log/bootchart/$base-$count"
 TARBALL="$BASE.tgz"
 
-python $PWD/bootchartscript/bootcharttest.py $TARBALL -q
+python $PWD/bootchartscript/bootcharttest.py $TARBALL -q > bootchart.log
 

_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to