aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/oetest.py
AgeCommit message (Expand)Author
2017-05-18oeqa: fix hasPackage, add hasPackageMatchRoss Burton
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-26oeqa/oetest: Fix SDK command executionRichard Purdie
2015-09-23oeqa/oetest: Remove bb as requirement for oetest.Lucian Musat
2015-09-21oeqa/testimage: Enhance -v switch in testimageLucian Musat
2015-09-15oeqa/decorators: Added decorator to restart the DUT in case of test hang.Lucian Musat
2015-09-07testimage: handle SIGTERM to conclude runqemuMariano Lopez
2015-09-05oeqa: Test failure/cleanup improvementsRichard Purdie
2015-09-03testimage: filter proper test cases by tagszjh
2015-09-01runexported: Make it compatible with host dumpMariano Lopez
2015-09-01qemurunner: Added host dumps when there are errorsMariano Lopez
2015-08-30oetest: Fix regresion when testing real hardwareMariano Lopez
2015-08-30dump: Created new classes for dump host and targetMariano Lopez
2015-08-30testimage: Run commands in target and host when test failsMariano Lopez
2015-08-26oeqa/oetest.py: add better package search for hasPackage()Costin Constantin
2015-08-16oetest.py: Don't wait to write dump filesMariano Lopez
2015-08-16oetest.py: Added method tearDown for oeRuntimeTestMariano Lopez
2015-04-29lib/oeqa: Add sdk tests for gcc/perl/pythonRichard Purdie
2015-04-09testimage: sort modules based on dependenciesPatrick Ohly
2015-04-09oeqa/oetest.py: use bb loggingPatrick Ohly
2014-09-10oeqa: Added package installer to oetest to aid in future automatic install of...Lucian Musat
2014-08-27oeqa/oetest.py: enable sdk tests to use hasFeature and hasPackage methods.Corneliu Stoicescu
2014-08-18oeqa/oetest.py: enable sdk testingCorneliu Stoicescu
2014-07-25oeqa/rutime: Added testcase decorators for automated runtime tests. Also adde...Lucian Musat
2014-07-25oeqa: Refactor test skipping decorators to use the unittest result objectLucian Musat
2014-02-08testimage: add ability to export testsStefan Stanacar
2014-01-29oeqa/runtime: drop restartTarget methodStefan Stanacar
2013-12-03testimage: use the new targetcontrol.py module for running testsStefan Stanacar
2013-12-03lib/oeqa: use the new manifest file for determining if a package is installedStefan Stanacar
2013-11-04lib/oeqa: add oeTest superclassStefan Stanacar
2013-09-06oeqa/oetest: oeRuntimeTest: enable long messagesMihai Lindner
2013-08-26lib/oeqa: change behaviour for unskippable testsStefan Stanacar
2013-08-26lib/oeqa: make it possible to restart the targetStefan Stanacar
2013-07-15testimage.bbclass, lib/oeqa: add headers and commentsStefan Stanacar
2013-07-15lib/oeqa/oetest.py: provide a ps command for all testsStefan Stanacar
2013-07-09lib/oeqa/oetest.py: base module for all runtime unittestsStefan Stanacar