summaryrefslogtreecommitdiffstats
path: root/meta/classes/testsdk.bbclass
Commit message (Expand)AuthorAgeFilesLines
* oeqa: Change the order to logDetails and logSummaryAníbal Limón2017-06-091-2/+2
* oeqa/sdk: Enable usage of OEQA thread modeAníbal Limón2017-06-021-0/+4
* oeqa/core: Move OETestContext.log{Summary, Details} into OETestResultAníbal Limón2017-06-021-4/+4
* testsdk.bbclass: Remove unused import of OEStreamLoggerAníbal Limón2017-06-021-1/+0
* testsdk: Fix lockfile patchRichard Purdie2017-03-031-3/+0
* testsdk: Drop lockfile usageRichard Purdie2017-03-031-3/+1
* testsdk: Use auto.conf instead of local.conf to set SSTATE_MIRRORRichard Purdie2017-03-021-2/+3
* oeqa/sdkext/devtool: use finally instead of repeating cleanupRoss Burton2017-03-011-1/+3
* testsdk: Handle minimal eSDK and avoid download costsRichard Purdie2017-03-011-0/+11
* meta: remove remaining True option to getVar callsMing Liu2017-01-311-2/+2
* classes/testsdk: Migrate to use the new OESDKExtTestContextAníbal Limón2017-01-231-53/+45
* classes/testsdk: Remove the need of TEST_LOG_DIR variableAníbal Limón2017-01-231-6/+0
* classes/testsdk: Migrates testsdk.bbclass to use new OESDKTestContextAníbal Limón2017-01-231-15/+60
* meta: remove True option to getVar callsJoshua Lock2016-12-161-6/+6
* testsdk.bbclass: print which file is not foundRobert Yang2016-11-231-3/+3
* testsdk.bbclass: Clean up comments, clarify image choices.Robert P. J. Day2016-11-061-6/+8
* testsdk.bbclass: Use bb.fatal() instead of raising FuncFailedUlf Magnusson2016-10-041-1/+1
* classes/populate_sdk_ext: eliminate double execution on installPaul Eggleton2016-07-081-2/+10
* classes/testsdk: print output correctly on failurePaul Eggleton2016-07-081-2/+2
* classes/testsdk: Pass tcname to SDK and SDKExt contextsAníbal Limón2016-02-281-1/+1
* classes/testsdk: Move the removal of bitbake PATH to eSDK context onlyAníbal Limón2016-02-281-5/+4
* classes/testsdk: Move code for avoid PATHs to oeqa.utilsAníbal Limón2016-02-281-14/+4
* classes/testsdk: do_testsdkext avoid STAGING_DIR/BASE_WORKDIR in PATHAníbal Limón2016-02-111-1/+10
* classes/testsdk: Add help information on how to run tests.Aníbal Limón2016-02-101-0/+10
* oeqa/oetest: Fix compatibility SDK tests using eSDK.Aníbal Limón2016-02-101-3/+3
* testsdkext: Add skeleton for support Extensible SDK tests.Aníbal Limón2016-02-101-1/+9
* classes/testsdk: Add compatibility SDK testsuite to eSDKAníbal Limón2016-02-101-5/+19
* classes/testsdk: Add function run_test_contextAníbal Limón2016-02-101-30/+32
* oetest.py/TestContext: Move loadTests and runTests inside it.Aníbal Limón2016-02-101-3/+3
* testimage/testsdk: Move get test suites routine inside TestContext.Aníbal Limón2016-02-101-17/+2
* testimage/testsdk: Modularize TestContext.Aníbal Limón2016-02-101-26/+3
* classes/testsdk: Add call to export_proxies on testsdkext.Aníbal Limón2016-02-101-0/+3
* classes/testsdk: Add testsdkext task only install.Aníbal Limón2016-02-101-0/+45
* classes/testsdk: Add new class testsdk.Aníbal Limón2016-02-101-0/+100