]> code.ossystems Code Review - openembedded-core.git/commitdiff
selftest: runtime-test: skip image-install test for poky-tiny
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Mon, 9 Jan 2017 17:45:53 +0000 (11:45 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Jan 2017 18:01:56 +0000 (18:01 +0000)
poky-tiny cannot build full-cmdline image, so skip this test in this case.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/selftest/runtime-test.py

index 20caa97d16283b62656031d7003fa921e16f2e58..a105f3f5797bfa73f222b7f600b43c54629c92f6 100644 (file)
@@ -95,6 +95,8 @@ class TestImage(oeSelfTest):
         Product: oe-core
         Author: Mariano Lopez <mariano.lopez@intel.com>
         """
+        if get_bb_var('DISTRO') == 'poky-tiny':
+            self.skipTest('core-image-full-cmdline not buildable for poky-tiny')
 
         features = 'INHERIT += "testimage"\n'
         features += 'TEST_SUITES = "ping ssh selftest"\n'