summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/oetest.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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