Home | History | Annotate | Download | only in fsfuzzer
      1 AUTHOR = "Martin Bligh <mbligh (a] google.com>"
      2 NAME = "fsfuzzer"
      3 TEST_CATEGORY = "Stress"
      4 TEST_CLASS = "General"
      5 TEST_TYPE = "client"
      6 TIME = 'MEDIUM'
      7 
      8 DOC='''
      9 fsfuzzer is a file system fuzzer tool. This test simply runs fsfuzzer.
     10 
     11 Fuzzing is slang for fault injection via random inputs. The goal is to
     12 find bugs in software without reading code or designing detailed test
     13 cases. Here fsfuzz will inject random errors into the files systems
     14 mounted. Evidently it has found many errors in many systems.
     15 
     16 WARNING: Currently this test may not work, and it may break subsequent
     17 other test runs.
     18 '''
     19 
     20 job.run_test('fsfuzzer')
     21