1AUTHOR = "Pradeep Kumar Surisetty <psuriset@linux.vnet.ibm.com>"
2NAME = "flail"
3TEST_CATEGORY = "Stress"
4TEST_CLASS = "General"
5TEST_TYPE = "client"
6TIME = 'MEDIUM'
7EXPERIMENTAL = "True"
8
9DOC='''
10flail is a  systemcall fuzzer tool. This test simply runs flail.
11Fuzzing is slang for fault injection . It runs all system calls
12for that kernel version with random args.
13The goal is to find bugs in software without reading code or
14designing detailed test cases.
15'''
16
17job.run_test('flail')
18