diff options
Diffstat (limited to 'meta/lib/oeqa/runtime/kernelmodule.py')
-rw-r--r-- | meta/lib/oeqa/runtime/kernelmodule.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/kernelmodule.py b/meta/lib/oeqa/runtime/kernelmodule.py index cbc5742eff..2e81720327 100644 --- a/meta/lib/oeqa/runtime/kernelmodule.py +++ b/meta/lib/oeqa/runtime/kernelmodule.py | |||
@@ -14,6 +14,7 @@ class KernelModuleTest(oeRuntimeTest): | |||
14 | self.target.copy_to(os.path.join(oeRuntimeTest.tc.filesdir, "hellomod.c"), "/tmp/hellomod.c") | 14 | self.target.copy_to(os.path.join(oeRuntimeTest.tc.filesdir, "hellomod.c"), "/tmp/hellomod.c") |
15 | self.target.copy_to(os.path.join(oeRuntimeTest.tc.filesdir, "hellomod_makefile"), "/tmp/Makefile") | 15 | self.target.copy_to(os.path.join(oeRuntimeTest.tc.filesdir, "hellomod_makefile"), "/tmp/Makefile") |
16 | 16 | ||
17 | @testcase('316') | ||
17 | @skipUnlessPassed('test_ssh') | 18 | @skipUnlessPassed('test_ssh') |
18 | @skipUnlessPassed('test_gcc_compile') | 19 | @skipUnlessPassed('test_gcc_compile') |
19 | def test_kernel_module(self): | 20 | def test_kernel_module(self): |