Adds control file vars to a variety of control files in client/tests.

Risk: Low
Visibility: Adds control file vars to client/tests files.

Signed-off-by: John Admanski <jadmanski@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1783 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/tests/kernbench/control.readprofile b/client/tests/kernbench/control.readprofile
index 8e5dc36..dd9a3f4 100755
--- a/client/tests/kernbench/control.readprofile
+++ b/client/tests/kernbench/control.readprofile
@@ -1,9 +1,14 @@
+AUTHOR = "mbligh@google.com (Martin Bligh)"
 NAME = "Kernbench readprofile"
 TIME = "Medium"
 TEST_CLASS = "Kernel"
-TEST_CATEGORY = "Functional"
+TEST_CATEGORY = "Benchmark"
 TEST_TYPE = "client"
 
+DOC = """
+Run kernbench using the readprofile profiler.
+"""
+
 job.profilers.add('readprofile')
 job.run_test('kernbench', 0, 5)
 job.profilers.delete('readprofile')