mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
runtime: Update test cases numbers for runtime tests
Update test case numbers on runtime tests to do match with templates defined on Testopia for 2.3 release (From OE-Core rev: d9df762b4c62b74f6d3a1521642ea86c26793a22) Signed-off-by: Jose Perez Carranza <jose.perez.carranza@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8a00c404ab
commit
b81477d329
@@ -14,7 +14,7 @@ class KernelModuleTest(oeRuntimeTest):
|
||||
self.target.copy_to(os.path.join(oeRuntimeTest.tc.filesdir, "hellomod.c"), "/tmp/hellomod.c")
|
||||
self.target.copy_to(os.path.join(oeRuntimeTest.tc.filesdir, "hellomod_makefile"), "/tmp/Makefile")
|
||||
|
||||
@testcase('316')
|
||||
@testcase('1541')
|
||||
@skipUnlessPassed('test_ssh')
|
||||
@skipUnlessPassed('test_gcc_compile')
|
||||
def test_kernel_module(self):
|
||||
|
||||
Reference in New Issue
Block a user