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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/samples/soft_reboot ('k') | client/samples/test_install » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/samples/test_add_kernel
diff --git a/client/samples/test_add_kernel b/client/samples/test_add_kernel
deleted file mode 100644
index e6cae506ee58cc180152df0b7277b1ac4134f4ac..0000000000000000000000000000000000000000
--- a/client/samples/test_add_kernel
+++ /dev/null
@@ -1,19 +0,0 @@
-print "TEST: initing kernel"
-testkernel = job.kernel('/usr/local/src/linux-2.6.14.tar.bz2') # '2.6.14'
-testkernel.patch('/usr/local/src/patch-2.6.14-git6.bz2')
-testkernel.config('http://ftp.kernel.org/pub/linux/kernel/people/mbligh/config/config.up')
-
-print "TEST: building kernel"
-testkernel.build()
-
-print "TEST: installing kernel"
-testkernel.install('autotest')
-
-print "TEST: adding kernel to bootloader"
-testkernel.add_to_bootloader('autotest') # using default boot args (/proc/cmdline)
-
-print "TEST: listing bootloader entries"
-job.bootloader.list_titles()
-
-print "TEST: initing kernbench"
-job.run_test('kernbench', iterations=2, threads=5)
« 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