===================================================================
@@ -0,0 +1,14 @@
+NAME='Stress'
+AUTHOR='Sudhir Kumar <skumar@linux.vnet.ibm.com>'
+EXPERIMENTAL='True'
+TEST_TYPE='client'
+TIME='MEDIUM'
+TEST_CATEGORY='Functional'
+TEST_CLASS='Software'
+DOC='''\
+stress is not a benchmark, but is rather a tool designed to put given subsytems
+under a specified load. Instances in which this is useful include
those in which
+a system administrator wishes to perform tuning activities, a kernel or libc
+programmer wishes to evaluate denial of service possibilities, etc.
+'''
This patch adds the control file for running stress test under kvm guests. Signed-off-by: Sudhir Kumar <skumar@linux.vnet.ibm.com> +job.run_test('stress')