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

Unified Diff: client/samples/parallel_dd

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/samples/parallel ('k') | client/samples/profilers » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/samples/parallel_dd
diff --git a/client/samples/parallel_dd b/client/samples/parallel_dd
deleted file mode 100644
index 57e712b142e26ae170bf55663107fb0ba4d9a7af..0000000000000000000000000000000000000000
--- a/client/samples/parallel_dd
+++ /dev/null
@@ -1,22 +0,0 @@
-def tests(tag):
- fs = job.filesystem('/dev/sda3', job.tmpdir)
- job.run_test('parallel_dd', fs=fs, fs_type='ext2', iterations=1, megabytes=1000, streams=2, tag=tag)
-
-def step_init():
- testkernel = job.kernel('/usr/src/linux-2.6.18.tar.bz2')
- testkernel.config('/usr/src/config')
- testkernel.build()
- job.next_step([step_one])
- testkernel.boot()
-
-def step_one():
- tests('mainline')
- testkernel = job.kernel('/usr/src/linux-2.6.18.tar.bz2')
- testkernel.patch('/usr/src/ext2_reservations')
- testkernel.config('/usr/src/config')
- testkernel.build()
- job.next_step([step_two])
- testkernel.boot()
-
-def step_two():
- tests('extents')
« no previous file with comments | « client/samples/parallel ('k') | client/samples/profilers » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698