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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/samples/reboot ('k') | client/samples/soft_reboot » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/samples/rpm_kernel
diff --git a/client/samples/rpm_kernel b/client/samples/rpm_kernel
deleted file mode 100644
index 0aa861645b061c8f2b3a4fd8e5f8959b54f5b788..0000000000000000000000000000000000000000
--- a/client/samples/rpm_kernel
+++ /dev/null
@@ -1,9 +0,0 @@
-def step_init():
- job.next_step([step_test])
- testkernel = job.kernel('kernel-smp-2.6.18-210.4.x86_64.rpm')
- testkernel.install()
- testkernel.boot() # does autotest by default
-
-def step_test():
- print "TEST: sleeptest"
- job.run_test('sleeptest')
« 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