Re: [OE-core] [PATCH v2 11/13] selftest: sstatetests: skip methods in case of poky-tiny or opengl is missing

2016-12-15 Thread Leonardo Sandoval
On 12/13/2016 09:25 AM, Burton, Ross wrote: On 24 November 2016 at 20:58, > wrote: diff --git a/meta/lib/oeqa/selftest/sstatetests.py b/meta/lib/oeqa/selftest/sstatetests.py index 6642539..8ea3932 100644 --- a/meta/lib/oeqa/se

Re: [OE-core] [PATCH v2 11/13] selftest: sstatetests: skip methods in case of poky-tiny or opengl is missing

2016-12-13 Thread Burton, Ross
On 24 November 2016 at 20:58, wrote: > diff --git a/meta/lib/oeqa/selftest/sstatetests.py > b/meta/lib/oeqa/selftest/sstatetests.py > index 6642539..8ea3932 100644 > --- a/meta/lib/oeqa/selftest/sstatetests.py > +++ b/meta/lib/oeqa/selftest/sstatetests.py > @@ -42,20 +42,36 @@ class SStateTests(S

[OE-core] [PATCH v2 11/13] selftest: sstatetests: skip methods in case of poky-tiny or opengl is missing

2016-11-24 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Some tests defines images that poky-tiny cannot build so skip them. Also, bitbake world fails if distro does not contain opengl, so skip also those. Signed-off-by: Leonardo Sandoval --- meta/lib/oeqa/selftest/sstatetests.py | 57 ++- 1 fi