[OE-core] [PATCH 1/1] selftest/runtime-test.py: Add test for import test from other layers

Burton, Ross ross.burton at intel.com
Mon Jul 25 22:38:40 UTC 2016


On 13 June 2016 at 14:32, <mariano.lopez at linux.intel.com> wrote:

> +        features = 'INHERIT += "testexport"\n'
>

You mean testimage here as that class isn't inherited by default.


> +        features = 'TEST_SUITES = "ping ssh selftest"\n'
>

This overwrites the first assignment to features, and neither is actually
written using self.write_config().


> +        # Build core-image-sato and testimage
> +        bitbake('core-image-sato socat')
> +        bitbake('-c testimage core-image-sato')
>

I personally believe that core-image-sato is massive overkill for selftest
and core-image-full-cmdline is just as comprehensive (has ssh, for example)
without building all of Sato.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160725/c8a8d45b/attachment-0002.html>


More information about the Openembedded-core mailing list