Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Side by Side Diff: client/tests/flail/control

Issue 3554003: Merge remote branch 'cros/upstream' into tempbranch3 (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « client/tests/ebizzy/ebizzy.py ('k') | client/tests/flail/flail.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 AUTHOR = "Pradeep Kumar Surisetty <psuriset@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')
OLDNEW
« no previous file with comments | « client/tests/ebizzy/ebizzy.py ('k') | client/tests/flail/flail.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698