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'd rather keep it explicit, that way if things do ever change, its a configuration knob and not a code update and deployment.