Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2016-08-01 | selftest/runtime-test.py: Add test for import test from other layers | Mariano Lopez | 1 | |
There are some features in testimage/testexport that are not tested; this might lead to break some of these features without notice. This adds a new test in order to test two features of testimage: - Import test from other layers. - Install/Unistall in the DUT without a package manager. [YOCTO #9764] [YOCTO #9766] Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> | ||||
2016-06-06 | selftest/testexport.py: Add test test_testexport_basic | Mariano Lopez | 1 | |
Exported tests is not been tested right now and it get broken very easily with import errors from bitbake. This adds a new test in order to verify in the CI if the testexport gets broken. [YOCTO #8384] Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |