Adding control file variables (NAME, DOC, etc.)

Signed-off-by: James Ren <jamesren@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1793 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/tests/parallel_dd/control b/client/tests/parallel_dd/control
index 8c3f34e..2843fc0 100755
--- a/client/tests/parallel_dd/control
+++ b/client/tests/parallel_dd/control
@@ -1,3 +1,14 @@
+NAME = "Parallel DD"
+AUTHOR = "Martin Bligh <mbligh@google.com>"
+TIME = "MEDIUM"
+TEST_CATEGORY = "PERFORMANCE"
+TEST_CLASS = "HARDWARE"
+TEST_TYPE = "CLIENT"
+DOC = """
+Measures the performance of writing and reading multiple streams of files onto
+the files system.
+"""
+
 # YOU NEED TO SPECIFY A FILESYSTEM 
 # fs = job.filesystem('/dev/sda3', job.tmpdir)
 job.run_test('parallel_dd', fs, fstype='ext2', iterations=5, megabytes=1000, streams=2)