On 27 June 2012 12:03, Andy Doan andy.doan@linaro.org wrote:
On 06/27/2012 11:16 AM, Zach Pfeffer wrote:
Why not just make the /system partition writeable and write all the results there? That should always be present and LAVA can read the test results there.
That works with what we've described. Your action would just have something like:
"results_partition": "system", "results_directory": "lava_results",
I'm cool with that. 0xbench does the same thing.
I'd rather keep it explicit, that way if things do ever change, its a configuration knob and not a code update and deployment.