summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/oetest.py
Commit message (Expand)AuthorAgeFilesLines
* oeqa: fix hasPackage, add hasPackageMatchRoss Burton2017-02-101-7/+21
* 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
* oeqa: Test failure/cleanup improvementsRichard Purdie2015-09-061-0/+3
* testimage: filter proper test cases by tagszjh2015-09-041-1/+27
* runexported: Make it compatible with host dumpMariano Lopez2015-09-031-2/+1
* qemurunner: Added host dumps when there are errorsMariano Lopez2015-09-031-5/+5
* oetest: Fix regresion when testing real hardwareMariano Lopez2015-08-301-5/+7
* dump: Created new classes for dump host and targetMariano Lopez2015-08-301-46/+6
* testimage: Run commands in target and host when test failsMariano Lopez2015-08-301-15/+33
* oeqa/oetest.py: add better package search for hasPackage()Costin Constantin2015-08-261-3/+3
* oetest.py: Don't wait to write dump filesMariano Lopez2015-08-161-17/+15
* oetest.py: Added method tearDown for oeRuntimeTestMariano Lopez2015-08-161-0/+37
* lib/oeqa: Add sdk tests for gcc/perl/pythonRichard Purdie2015-04-291-0/+10
* testimage: sort modules based on dependenciesPatrick Ohly2015-04-101-3/+53
* oeqa/oetest.py: use bb loggingPatrick Ohly2015-04-101-2/+3
* oeqa: Added package installer to oetest to aid in future automatic install of...Lucian Musat2014-09-101-0/+7
* oeqa/oetest.py: enable sdk tests to use hasFeature and hasPackage methods.Corneliu Stoicescu2014-08-271-2/+2
* oeqa/oetest.py: enable sdk testingCorneliu Stoicescu2014-08-181-11/+18
* oeqa/rutime: Added testcase decorators for automated runtime tests. Also adde...Lucian Musat2014-07-251-0/+2
* oeqa: Refactor test skipping decorators to use the unittest result objectLucian Musat2014-07-251-17/+0
* testimage: add ability to export testsStefan Stanacar2014-02-091-11/+6
* oeqa/runtime: drop restartTarget methodStefan Stanacar2014-01-291-4/+0
* testimage: use the new targetcontrol.py module for running testsStefan Stanacar2013-12-031-10/+10
* lib/oeqa: use the new manifest file for determining if a package is installedStefan Stanacar2013-12-031-10/+4
* lib/oeqa: add oeTest superclassStefan Stanacar2013-11-051-19/+21
* oeqa/oetest: oeRuntimeTest: enable long messagesMihai Lindner2013-09-061-0/+2
* lib/oeqa: change behaviour for unskippable testsStefan Stanacar2013-08-261-1/+3
* lib/oeqa: make it possible to restart the targetStefan Stanacar2013-08-261-0/+7
* testimage.bbclass, lib/oeqa: add headers and commentsStefan Stanacar2013-07-161-0/+9
* lib/oeqa/oetest.py: provide a ps command for all testsStefan Stanacar2013-07-161-3/+2
* lib/oeqa/oetest.py: base module for all runtime unittestsStefan Stanacar2013-07-091-0/+101