| Index: client/tests/kvm/autotest_control/flail.control
|
| diff --git a/client/tests/kvm/autotest_control/flail.control b/client/tests/kvm/autotest_control/flail.control
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..82a27bd752710cf9a3deaa1f76747a932635f810
|
| --- /dev/null
|
| +++ b/client/tests/kvm/autotest_control/flail.control
|
| @@ -0,0 +1,17 @@
|
| +AUTHOR = "Pradeep Kumar Surisetty <psuriset@linux.vnet.ibm.com>"
|
| +NAME = "flail"
|
| +TEST_CATEGORY = "Stress"
|
| +TEST_CLASS = "General"
|
| +TEST_TYPE = "client"
|
| +TIME = 'MEDIUM'
|
| +EXPERIMENTAL = "True"
|
| +
|
| +DOC='''
|
| +flail is a systemcall fuzzer tool. This test simply runs flail.
|
| +Fuzzing is slang for fault injection . It runs all system calls
|
| +for that kernel version with random args.
|
| +The goal is to find bugs in software without reading code or
|
| +designing detailed test cases.
|
| +'''
|
| +
|
| +job.run_test('flail')
|
|
|