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