Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2012-12-07 | image/populate_sdk: Simplify imagetest inclusion and drop dummy class file | Richard Purdie | 1 | |
Having to include some dummy class is suboptimal and we no longer need to do this. Also move this check to populate_sdk_base since we then don't need to include it in toolchains specifically. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
2010-07-15 | test: add automation framework and sanitytest | Jiajun Xu | 1 | |
Automation test is disabled by default. User need set TESTCLASS to qemu in conf/local.conf and run bitbake command "bitbake poky-image-xxx" or "bitbake poky-image-xxx -c qemuimagetest" to trigger it. Currently only the sanity test with two testcases are added. To run the test, user need prepare a testing environment: 1) "expect" should be installed on system 2) NOPASSWD should be set for user to run bitbake Signed-off-by Jiajun Xu <jiajun.xu@intel.com> |