diff options
author | Jose Perez Carranza <jose.perez.carranza@linux.intel.com> | 2016-11-24 11:22:32 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-30 15:47:14 +0000 |
commit | d9df762b4c62b74f6d3a1521642ea86c26793a22 (patch) | |
tree | 2c260939e192d2992f361a16b4aa192eafdd4dd7 /meta/lib/oeqa/runtime/kernelmodule.py | |
parent | 8716b8b9be05e3f140bfa426a8e0d4eeaa2edcbe (diff) | |
download | openembedded-core-d9df762b4c62b74f6d3a1521642ea86c26793a22.tar.gz openembedded-core-d9df762b4c62b74f6d3a1521642ea86c26793a22.tar.bz2 openembedded-core-d9df762b4c62b74f6d3a1521642ea86c26793a22.zip |
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
Signed-off-by: Jose Perez Carranza <jose.perez.carranza@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/lib/oeqa/runtime/kernelmodule.py')
-rw-r--r-- | meta/lib/oeqa/runtime/kernelmodule.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/kernelmodule.py b/meta/lib/oeqa/runtime/kernelmodule.py index 38ca184540..2ac1bc93d4 100644 --- a/meta/lib/oeqa/runtime/kernelmodule.py +++ b/meta/lib/oeqa/runtime/kernelmodule.py @@ -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): |