[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4029/8267] selftest: runtime-test: skip image-install test for poky-tiny



commit 0bb40f0bb9f6aff00b54a31f5f4f32e5e35b925f
Author: Leonardo Sandoval <leonardo sandoval gonzalez linux intel com>
Date:   Mon Jan 9 11:45:53 2017 -0600

    selftest: runtime-test: skip image-install test for poky-tiny
    
    poky-tiny cannot build full-cmdline image, so skip this test in this case.
    
    (From OE-Core rev: c2b1c562db160876fc3e1ee8b15bd07136d6ea7a)
    
    Signed-off-by: Leonardo Sandoval <leonardo sandoval gonzalez linux intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/lib/oeqa/selftest/runtime-test.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/meta/lib/oeqa/selftest/runtime-test.py b/meta/lib/oeqa/selftest/runtime-test.py
index 20caa97..a105f3f 100644
--- a/meta/lib/oeqa/selftest/runtime-test.py
+++ b/meta/lib/oeqa/selftest/runtime-test.py
@@ -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'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]