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

Side by Side Diff: client/samples/test_add_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/soft_reboot ('k') | client/samples/test_install » ('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 print "TEST: initing kernel"
2 testkernel = job.kernel('/usr/local/src/linux-2.6.14.tar.bz2') # '2.6.14'
3 testkernel.patch('/usr/local/src/patch-2.6.14-git6.bz2')
4 testkernel.config('http://ftp.kernel.org/pub/linux/kernel/people/mbligh/config/c onfig.up')
5
6 print "TEST: building kernel"
7 testkernel.build()
8
9 print "TEST: installing kernel"
10 testkernel.install('autotest')
11
12 print "TEST: adding kernel to bootloader"
13 testkernel.add_to_bootloader('autotest') # using default boot args (/proc/cmdlin e)
14
15 print "TEST: listing bootloader entries"
16 job.bootloader.list_titles()
17
18 print "TEST: initing kernbench"
19 job.run_test('kernbench', iterations=2, threads=5)
OLDNEW
« no previous file with comments | « client/samples/soft_reboot ('k') | client/samples/test_install » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698