Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testexport.bbclass: Stop exporting test context | Mariano Lopez | 2016-05-30 | 1 | -4/+0 |
| | | | | | | | | | | | | | | Because runexported.py instance an ExportTestContext object, there is no need to export the data in to reconstruct the object based in a dummy class. [YOCTO #8478] (From OE-Core rev: f4da3832a908f79e2d0d0a886adab0aeb5e37908) Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
* | testexport.bbclass: Split testimage class | Mariano Lopez | 2016-05-19 | 1 | -0/+150 |
This adds a new class that only export tests of images, the code was taken from testimage class and most of it wasn't modified. Just add some vars for the new class. testexport class require testimage class to get the test suites defined for all the images. (From OE-Core rev: 3e4c429337966eea263b4258700843c909f496ec) Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |