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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « client/samples/test_install ('k') | client/samples/test_xenbuild » ('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 def step_init():
2 job.next_step([step_test])
3
4 print "TEST: initing kernel"
5 testkernel = job.kernel('2.6.18')
6 testkernel.config('http://mbligh.org/config/opteron2')
7
8 print "TEST: building kernel"
9 testkernel.build()
10
11 print "TEST: booting system"
12 testkernel.boot() # does autotest by default
13
14 def step_test():
15 print "TEST: sleeptest"
16 job.run_test('sleeptest', seconds=10)
17 print "TEST: kernbench"
18 job.run_test('kernbench')
OLDNEW
« 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