Home | History | Annotate | Download | only in bin

Lines Matching refs:kernelexpand

6 from autotest_lib.client.bin import kernel, job, utils, kernelexpand
125 self.god.stub_function(kernelexpand, "expand_classic")
200 ret_val = self.kernel.kernelexpand("/path/to/kernel")
211 kernelexpand.expand_classic.expect_call(kernel,
215 self.assertEquals(self.kernel.kernelexpand(kernel), 'patches')
233 kernelexpand.expand_classic.expect_call(kernel,
237 self.assertEquals(self.kernel.kernelexpand(kernel), 'patches')
262 self.god.stub_function(self.kernel, "kernelexpand")
269 self.kernel.kernelexpand.expect_call(self.base_tree).and_return(
278 self.god.unstub(self.kernel, "kernelexpand")