Add results from all tests (and not only the last test) to a dataset.

machine_aggr.cgi iterates over all tests on a machine with a given
kernel. It keeps track of the results in the dictionary data. In the
current implementation, data is replaced with results from the last
test run on a machine. This is probably not the intended behaviour.

This CL fixes this problem by extending, not replacing, data with
results from each test.

From: Nikhil Rao <ncrao@google.com>
Signed-off-by: Martin Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2467 592f7852-d20e-0410-864c-8624ca9c26a4
1 file changed