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

Side by Side Diff: client/samples/all_tests

Issue 4823005: Merge remote branch 'cros/upstream' into tempbranch (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: patch Created 10 years, 1 month 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/common_lib/utils.py ('k') | client/samples/autotest_console » ('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 job.run_test('aiostress')
2 job.run_test('bonnie')
3 job.run_test('dbench')
4 job.run_test('fio')
5 job.run_test('fsx')
6 job.run_test('interbench')
7 job.run_test('isic')
8 job.run_test('kernbench', iterations=2, threads=5)
9 job.run_test('lmbench')
10 job.run_test('ltp')
11
12 job.run_test('reaim')
13 job.run_test('scrashme')
14 job.run_test('sleeptest')
15 testkernel = job.kernel('/usr/local/src/linux-2.6.14.tar.bz2') # '2.6.14'
16 testkernel.patch('/usr/local/src/patch-2.6.14-git6.bz2')
17 testkernel.config('http://ftp.kernel.org/pub/linux/kernel/people/mbligh/config/c onfig.up')
18 job.run_test('sparse', testkernel)
19
20 job.run_test('stress')
21 job.run_test('tbench')
22 job.run_test('unixbench')
23 job.run_test('xmtest', args='-e nobody@nowhere.org -d xmtest')
OLDNEW
« no previous file with comments | « client/common_lib/utils.py ('k') | client/samples/autotest_console » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698