Home | History | Annotate | Download | only in server

Lines Matching refs:Kernel

6         SourceKernel: an linux kernel built from source
10 from autotest_lib.server import kernel, autotest
13 class SourceKernel(kernel.Kernel):
15 This class represents a linux kernel built from source.
17 It is used to obtain a built kernel or create one from source and
48 ctlfile = ("testkernel = job.kernel('%s')\n"
54 def __control_file(self, kernel, patch_list, config):
55 ctl = ("testkernel = job.kernel('%s')\n" % kernel)