diff mbox

[autotest,4/6] add-stress-test-control-file-in-kvmtest

Message ID a50cf5ab0907080122nad20d9eu4ccaebdc21475e6e@mail.gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

sudhir kumar July 8, 2009, 8:22 a.m. UTC
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')
diff mbox

Patch

Index: autotest/client/tests/kvm/autotest_control/stress.control
===================================================================
--- /dev/null
+++ autotest/client/tests/kvm/autotest_control/stress.control
@@ -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.
+'''