summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/oetest.py
Commit message (Expand)AuthorAgeFilesLines
* meta/lib/oeqa: python 3.12 regexAdrian Freihofer2024-02-131-1/+1
* oetest: Drop getResults usage from oeRuntimeTestRichard Purdie2022-09-171-15/+1
* oetest: Drop unused variableRichard Purdie2022-09-171-6/+0
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-1/+3
* oeqa/oetest: Drop unused importRichard Purdie2019-02-281-1/+1
* testimage.bbclass: fix runtime test for rpm, port smart tests to dnfAlexander Kanavin2017-03-141-7/+0
* oeqa: add output to subprocess exceptionsRoss Burton2017-03-011-9/+0
* oeqa: fix typoHumberto Ibarra2017-02-231-6/+6
* oeqa: Fix files handling on runtime tests.Aníbal Limón2017-01-231-0/+1
* oeqa/sdkext: Adds case and context modules.Aníbal Limón2017-01-231-40/+0
* oeqa/sdk: Add case and context modules for the SDK componentAníbal Limón2017-01-231-51/+0
* meta: remove True option to getVar callsJoshua Lock2016-12-161-30/+30
* oeqa/oetest: show stderr when running commandsRoss Burton2016-09-161-3/+2
* oeqa/oetest: Improve subprocess error reportingRichard Purdie2016-08-171-0/+9
* oeqa/oetest.py: Allow to export packages using symlinksMariano Lopez2016-08-041-4/+13
* oetest.py: Remove check for __init__.pyMariano Lopez2016-08-041-2/+0
* oetest.py: Add command line parameter support for tag in testexportMariano Lopez2016-08-041-3/+13
* oetest.py: Fix problem when there is more than one json file for package extr...Mariano Lopez2016-07-211-4/+10
* oeqa: fix hasPackage, add hasPackageMatchRoss Burton2016-06-231-7/+21
* oetest.py: Add install/uninstall functionality for DUTsMariano Lopez2016-06-071-0/+74
* lib/oeqa/otest.py: Fix import tests from other layers with python3Mariano Lopez2016-06-071-3/+2
* classes/lib: Complete transition to python3Richard Purdie2016-06-021-1/+9
* classes/lib: Update to use python3 command pipeline decodingRichard Purdie2016-06-021-2/+2
* oetest.py: Add support to copy unextracted packages for runtime testingMariano Lopez2016-05-301-0/+22
* oetest.py: Add extract_packages() to RuntimeTestContext classMariano Lopez2016-05-301-0/+70
* oetest.py: Add json file support to specify packages needed in runtime testsMariano Lopez2016-05-301-0/+37
* oetest.py: Move getTests() outside loadTests() methodMariano Lopez2016-05-301-18/+18
* oetest.py: Use the real ExportTestContext in exported testsMariano Lopez2016-05-191-9/+17
* oetest.py: Add default pscmd to oeTestMariano Lopez2016-05-191-1/+3
* oeqa/oetest.py: Add class ExportTestContextMariano Lopez2016-05-191-14/+24
* oetest: make console output more verboseEd Bartosh2016-04-181-7/+3
* oeqa/runexported.py: Fix exported testMariano Lopez2016-04-121-1/+5
* classes/testsdk: Pass tcname to SDK and SDKExt contextsAníbal Limón2016-02-281-3/+4
* classes/testsdk: Move the removal of bitbake PATH to eSDK context onlyAníbal Limón2016-02-281-1/+11
* oeqa/oetest: Fix compatibility SDK tests using eSDK.Aníbal Limón2016-02-101-3/+10
* classes/populate_sdk_ext: Add SDK_EXT_TARGET_MANIFEST and SDK_EXT_HOST_MANIFESTAníbal Limón2016-02-101-2/+9
* testsdkext: Add skeleton for support Extensible SDK tests.Aníbal Limón2016-02-101-1/+11
* oeqa/oetest: oeSDKTest when run a command redirect env output to nullAníbal Limón2016-02-101-1/+1
* oetest.py/TestContext: Move loadTests and runTests inside it.Aníbal Limón2016-02-101-100/+97
* testimage/testsdk: Move get test suites routine inside TestContext.Aníbal Limón2016-02-101-84/+108
* testimage/testsdk: Modularize TestContext.Aníbal Limón2016-02-101-0/+63
* get_test_suites: Add sdkext type for load test suites.Aníbal Limón2016-02-101-0/+2
* testimage: Modularize helper functions for get test lists.Aníbal Limón2016-02-101-0/+74
* oetest: Add tearDownLocal classMariano Lopez2015-10-191-0/+6
* oetest: Change logic of a failed testMariano Lopez2015-10-011-13/+13
* oeqa/oetest: Fix SDK command executionRichard Purdie2015-09-281-1/+1
* oeqa/oetest: Remove bb as requirement for oetest.Lucian Musat2015-09-241-8/+21
* oeqa/testimage: Enhance -v switch in testimageLucian Musat2015-09-231-0/+13
* oeqa/decorators: Added decorator to restart the DUT in case of test hang.Lucian Musat2015-09-181-0/+6
* testimage: handle SIGTERM to conclude runqemuMariano Lopez2015-09-091-1/+5