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 EXPERIMENTAL = "True" 8 9 DOC=''' 10 flail is a systemcall fuzzer tool. This test simply runs flail. 11 Fuzzing is slang for fault injection . It runs all system calls 12 for that kernel version with random args. 13 The goal is to find bugs in software without reading code or 14 designing detailed test cases. 15 ''' 16 17 job.run_test('flail') 18