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