summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/oetest.py
AgeCommit message (Expand)Author
2024-02-13meta/lib/oeqa: python 3.12 regexAdrian Freihofer
2022-09-17oetest: Drop getResults usage from oeRuntimeTestRichard Purdie
2022-09-17oetest: Drop unused variableRichard Purdie
2019-05-09meta/lib+scripts: Convert to SPDX license headersRichard Purdie
2019-02-28oeqa/oetest: Drop unused importRichard Purdie
2017-03-14testimage.bbclass: fix runtime test for rpm, port smart tests to dnfAlexander Kanavin
2017-03-01oeqa: add output to subprocess exceptionsRoss Burton
2017-02-23oeqa: fix typoHumberto Ibarra
2017-01-23oeqa: Fix files handling on runtime tests.Aníbal Limón
2017-01-23oeqa/sdkext: Adds case and context modules.Aníbal Limón
2017-01-23oeqa/sdk: Add case and context modules for the SDK componentAníbal Limón
2016-12-16meta: remove True option to getVar callsJoshua Lock
2016-09-16oeqa/oetest: show stderr when running commandsRoss Burton
2016-08-17oeqa/oetest: Improve subprocess error reportingRichard Purdie
2016-08-04oeqa/oetest.py: Allow to export packages using symlinksMariano Lopez
2016-08-04oetest.py: Remove check for __init__.pyMariano Lopez
2016-08-04oetest.py: Add command line parameter support for tag in testexportMariano Lopez
2016-07-21oetest.py: Fix problem when there is more than one json file for package extr...Mariano Lopez
2016-06-23oeqa: fix hasPackage, add hasPackageMatchRoss Burton
2016-06-07oetest.py: Add install/uninstall functionality for DUTsMariano Lopez
2016-06-07lib/oeqa/otest.py: Fix import tests from other layers with python3Mariano Lopez
2016-06-02classes/lib: Complete transition to python3Richard Purdie
2016-06-02classes/lib: Update to use python3 command pipeline decodingRichard Purdie
2016-05-30oetest.py: Add support to copy unextracted packages for runtime testingMariano Lopez
2016-05-30oetest.py: Add extract_packages() to RuntimeTestContext classMariano Lopez
2016-05-30oetest.py: Add json file support to specify packages needed in runtime testsMariano Lopez
2016-05-30oetest.py: Move getTests() outside loadTests() methodMariano Lopez
2016-05-19oetest.py: Use the real ExportTestContext in exported testsMariano Lopez
2016-05-19oetest.py: Add default pscmd to oeTestMariano Lopez
2016-05-19oeqa/oetest.py: Add class ExportTestContextMariano Lopez
2016-04-18oetest: make console output more verboseEd Bartosh
2016-04-12oeqa/runexported.py: Fix exported testMariano Lopez
2016-02-28classes/testsdk: Pass tcname to SDK and SDKExt contextsAníbal Limón
2016-02-28classes/testsdk: Move the removal of bitbake PATH to eSDK context onlyAníbal Limón
2016-02-10oeqa/oetest: Fix compatibility SDK tests using eSDK.Aníbal Limón
2016-02-10classes/populate_sdk_ext: Add SDK_EXT_TARGET_MANIFEST and SDK_EXT_HOST_MANIFESTAníbal Limón
2016-02-10testsdkext: Add skeleton for support Extensible SDK tests.Aníbal Limón
2016-02-10oeqa/oetest: oeSDKTest when run a command redirect env output to nullAníbal Limón
2016-02-10oetest.py/TestContext: Move loadTests and runTests inside it.Aníbal Limón
2016-02-10testimage/testsdk: Move get test suites routine inside TestContext.Aníbal Limón
2016-02-10testimage/testsdk: Modularize TestContext.Aníbal Limón
2016-02-10get_test_suites: Add sdkext type for load test suites.Aníbal Limón
2016-02-10testimage: Modularize helper functions for get test lists.Aníbal Limón
2015-10-19oetest: Add tearDownLocal classMariano Lopez
2015-10-01oetest: Change logic of a failed testMariano Lopez
2015-09-28oeqa/oetest: Fix SDK command executionRichard Purdie
2015-09-24oeqa/oetest: Remove bb as requirement for oetest.Lucian Musat
2015-09-23oeqa/testimage: Enhance -v switch in testimageLucian Musat
2015-09-18oeqa/decorators: Added decorator to restart the DUT in case of test hang.Lucian Musat
2015-09-09testimage: handle SIGTERM to conclude runqemuMariano Lopez