Automatically work out which arguments intialize, setup, execute/run_once need

Pass the appropriate args from run_test through to each of them

From: Rafael Xavier de Souza <rxaviers@br.ibm.com>
From: Martin J. Bligh <mbligh@google.com>
Signed-off-by: Martin J. Bligh <mbligh@google.com>




git-svn-id: http://test.kernel.org/svn/autotest/trunk@1859 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/tests/kernbench/control.readprofile b/client/tests/kernbench/control.readprofile
index dd9a3f4..1cd664f 100755
--- a/client/tests/kernbench/control.readprofile
+++ b/client/tests/kernbench/control.readprofile
@@ -10,5 +10,5 @@
 """
 
 job.profilers.add('readprofile')
-job.run_test('kernbench', 0, 5)
+job.run_test('kernbench', iterations=0, threads=5)
 job.profilers.delete('readprofile')