1NAME='scrashme'
2AUTHOR='Yi Yang <yang.y.yi@gmail.com>'
3TEST_CATEGORY='Stress'
4TEST_CLASS='Kernel'
5TEST_TYPE='client'
6TIME='MEDIUM'
7DOC='''
8Runs the scrashme suite located at:
9http://www.codemonkey.org.uk/projects/scrashme/
10
11Runs the scrashme syscalls test suite. This test mode will exercise
12kernel syscalls randomically, or in a sequential fashion.
13'''
14job.run_test('scrashme', args_list="--mode random", tag="random")
15