There's way too many levels of indirection inbetween job.run_test
and actually excuting the test - makes the code very hard to read.

job.run_test
job.__runtest
test.runtest
test.__runtest
test.run
test.__exec
test.execute

Seven levels seems a bit extreme ;-) Now we're refactored some
bits, we should be able to collapse this down some.

job.run_test
job.__runtest
test.runtest
test._exec
test.execute 

Signed-off-by: Martin J. Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@828 592f7852-d20e-0410-864c-8624ca9c26a4
2 files changed