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

Unified Diff: client/samples/test_job

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/test_install ('k') | client/samples/test_xenbuild » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/samples/test_job
diff --git a/client/samples/test_job b/client/samples/test_job
deleted file mode 100644
index 3725cb9d67e3357655ea36845299485cdf43a0a8..0000000000000000000000000000000000000000
--- a/client/samples/test_job
+++ /dev/null
@@ -1,18 +0,0 @@
-def step_init():
- job.next_step([step_test])
-
- print "TEST: initing kernel"
- testkernel = job.kernel('2.6.18')
- testkernel.config('http://mbligh.org/config/opteron2')
-
- print "TEST: building kernel"
- testkernel.build()
-
- print "TEST: booting system"
- testkernel.boot() # does autotest by default
-
-def step_test():
- print "TEST: sleeptest"
- job.run_test('sleeptest', seconds=10)
- print "TEST: kernbench"
- job.run_test('kernbench')
« no previous file with comments | « client/samples/test_install ('k') | client/samples/test_xenbuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698