Re: [OE-core] [PATCHv2 2/2] testimage.bbclass: reuse generic test suites

2016-02-24 Thread Benjamin Esquivel
On Tue, 2016-02-23 at 16:18 -0600, Alex Franco wrote: > I tested this with builds in my workstation and (local, internal) > autobuilder, where TEST_SUITES is *not* specified in local.conf, so > the > TEST_SUITES are taken from the DEFAULT_TEST_SUITES variable for each > image, which makes the tests

Re: [OE-core] [PATCHv2 2/2] testimage.bbclass: reuse generic test suites

2016-02-23 Thread Alex Franco
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I tested this with builds in my workstation and (local, internal) autobuilder, where TEST_SUITES is *not* specified in local.conf, so the TEST_SUITES are taken from the DEFAULT_TEST_SUITES variable for each image, which makes the tests work for the va

Re: [OE-core] [PATCHv2 2/2] testimage.bbclass: reuse generic test suites

2016-02-23 Thread Benjamin Esquivel
Hi Franco, how did you test this? what is the behavior you get with these defaults instead of how's behaving now? See comments below. On Tue, 2016-02-23 at 09:14 +, Alex Franco wrote: > Modify existing default test suites to reuse the new > generic test suites. > > Related to [YOCTO #8410] >

[OE-core] [PATCHv2 2/2] testimage.bbclass: reuse generic test suites

2016-02-23 Thread Alex Franco
Modify existing default test suites to reuse the new generic test suites. Related to [YOCTO #8410] Signed-off-by: Alex Franco --- meta/classes/testimage.bbclass | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/meta/classes/testimage.bbclass b/meta/classes/testima