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

Unified Diff: client/samples/test_xenbuild

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/test_job ('k') | client/tests/kvm/address_pools.cfg.sample » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/samples/test_xenbuild
diff --git a/client/samples/test_xenbuild b/client/samples/test_xenbuild
deleted file mode 100644
index 2a9dbcf0aa299ff1f56eef51d7e968b6164a1de8..0000000000000000000000000000000000000000
--- a/client/samples/test_xenbuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# this is a sample job to build xen and kernel with xen patches.
-# The xen unstable tarball comes with scripts that will automatically
-# patch a linux kernel, however, in some cases, PPC for example, the
-# kernel is built from a seperate source. The xen class supports
-# defining your own kernel job, and handing that to the xen job. If
-# no kernel job is specified, it will create one using the kernel source
-# that the xen tarball uses.
-xensrc = 'http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/xen-unstable-src.tgz'
-
-#
-# uncomment the section below if you want to specify your own kernel job
-# for the xen build
-#
-# ------ start uncomment ------
-#print "TEST: initing kernel"
-#testkernel = job.kernel('/usr/local/src/linux-2.6.18.tar.bz2') # 2.4.18
-#testkernel.config('http://mbligh.org/config/opteron2')
-#print "TEST: initing xen"
-#testxen = job.xen(xensrc, kjob = testkernel)
-# ------ end uncomment ------
-
-# build xen using default xen kernel
-# comment the next two lines out if you are using the above custom
-# kernel job
-
-print "TEST: initing xen"
-testxen = job.xen(xensrc)
-
-print "TEST: building xen"
-testxen.build()
-
-print "TEST: installing xen"
-# using a dir in tmp as xen install needs root perms
-#
-testxen.install(tag='autotest', prefix='/tmp/xen')
-
-# uncomment if you run as root and want to install the xen build
-# testxen.boot()
« no previous file with comments | « client/samples/test_job ('k') | client/tests/kvm/address_pools.cfg.sample » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698