summaryrefslogtreecommitdiffstats
path: root/meta/classes/testsdk.bbclass
Commit message (Expand)AuthorAgeFilesLines
* classes: Update classes to match new bitbake class scope functionalityRichard Purdie2022-08-121-52/+0
* classes: Add SPDX license identifiersRichard Purdie2022-08-121-1/+1
* classes: Only allow network in existing network accessing codeRichard Purdie2022-01-121-0/+2
* classes/testsdk: Split implementation into classesJoshua Watt2018-11-211-202/+15
* testimage/testsdk/selftest: Avoid platform.distro_identifier deprecation warn...Richard Purdie2018-11-161-1/+1
* testsdk: Improvements to the json loggingRichard Purdie2018-10-291-18/+18
* testsdk.bbclass: write testresult to json filesYeoh Ee Peng2018-10-291-4/+32
* testsdk.bbclass: check python module testtools and subunitRobert Yang2018-07-301-0/+6
* testsdk: Enable multiprocess executionRichard Purdie2018-07-181-1/+6
* oeqa/core/threaded: Remove in favour of using concurrenttestsRichard Purdie2018-07-181-4/+0
* testsdk.bbclass: set PREMIRRORS for kernel to speed up testChen Qi2018-07-061-0/+1
* image/testimage: Rework auto image test executionRichard Purdie2018-06-211-0/+5
* testsdk.bbclass: add a newline after own-mirrorsRobert Yang2018-01-061-1/+1
* staging.bbclass: make subprocess.check_output() capture stderrRobert Yang2018-01-061-1/+2
* 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