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