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

Side by Side Diff: client/samples/rpm_kernel

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/reboot ('k') | client/samples/soft_reboot » ('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 testkernel = job.kernel('kernel-smp-2.6.18-210.4.x86_64.rpm')
4 testkernel.install()
5 testkernel.boot() # does autotest by default
6
7 def step_test():
8 print "TEST: sleeptest"
9 job.run_test('sleeptest')
OLDNEW
« no previous file with comments | « client/samples/reboot ('k') | client/samples/soft_reboot » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698