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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/common_lib/utils.py ('k') | client/samples/autotest_console » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/samples/all_tests
diff --git a/client/samples/all_tests b/client/samples/all_tests
deleted file mode 100644
index 88923ad9acb80a5ebadce5e8e977e8c88526ce29..0000000000000000000000000000000000000000
--- a/client/samples/all_tests
+++ /dev/null
@@ -1,23 +0,0 @@
-job.run_test('aiostress')
-job.run_test('bonnie')
-job.run_test('dbench')
-job.run_test('fio')
-job.run_test('fsx')
-job.run_test('interbench')
-job.run_test('isic')
-job.run_test('kernbench', iterations=2, threads=5)
-job.run_test('lmbench')
-job.run_test('ltp')
-
-job.run_test('reaim')
-job.run_test('scrashme')
-job.run_test('sleeptest')
-testkernel = job.kernel('/usr/local/src/linux-2.6.14.tar.bz2') # '2.6.14'
-testkernel.patch('/usr/local/src/patch-2.6.14-git6.bz2')
-testkernel.config('http://ftp.kernel.org/pub/linux/kernel/people/mbligh/config/config.up')
-job.run_test('sparse', testkernel)
-
-job.run_test('stress')
-job.run_test('tbench')
-job.run_test('unixbench')
-job.run_test('xmtest', args='-e nobody@nowhere.org -d xmtest')
« 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