summaryrefslogtreecommitdiff
path: root/meta/lib/oeqa/core
AgeCommit message (Expand)AuthorFiles
2017-08-24core/target/ssh.py: use reader to handle partial dataRobert Yang1
2017-08-23core/target/ssh.py: replace decode errorsRobert Yang1
2017-08-11context: Include a command line argument to run all except certain testsLeonardo Sandoval1
2017-07-30oeqa/core/runner: OEStreamLogger don't buffer test execution writesAníbal Limón1
2017-07-30oeqa/{core,selftest}: Add support to validate if a specified test case isn't ...Aníbal Limón3
2017-07-21oeqa/core/loader: Generate function _make_failed_test dynamicallyAníbal Limón1
2017-06-23oeqa/core/loader.py: Fix _make_failed_test for python >= 3.4.4Aníbal Limón1
2017-06-23oeqa/core/threaded: Don't assume that results exists on logDetailsAníbal Limón1
2017-06-13oeqa/core/loader: Use full and small module name on filteringAníbal Limón1
2017-06-13oeqa/core/runner: Don't log details twice if test failsAníbal Limón1
2017-06-12oeqa/core/loader: Allow unittest.TestCase's to be executedAníbal Limón2
2017-06-12oeqa/core/loader: Fix filtering on test modules with submodulesAníbal Limón1
2017-06-09oeqa: Change the order to logDetails and logSummaryAníbal Limón1
2017-06-05oeqa/core/loader: Call parent init method in OETestLoaderAnibal Limon1
2017-06-05scripts/oe-test: Move load_test_components to oeqa.utilsAníbal Limón1
2017-06-04oeqa/core: Improve grammar in README and loader commentsRandy MacLeod2
2017-05-30oeqa/core/context: Include a _pre_run methodLeonardo Sandoval2
2017-05-30oeqa/core/context: Omit docstring output on XMLResultLeonardo Sandoval1
2017-05-30oeqa/core/context: Use a default iterable modules objectLeonardo Sandoval1
2017-05-30oeqa/core/context: Raise exception when a manifest is specified but missingLeonardo Sandoval2
2017-05-30oeqa/core/case: fix typo on comment about exception nameLeonardo Sandoval1
2017-05-30oeqa/core/README: Improve documentationLeonardo Sandoval1
2017-05-30oeqa/core: Add support for run tests by module, class and nameAníbal Limón2
2017-05-30oeqa/core: Add list tests support in context and runnerAníbal Limón2
2017-05-30oeqa/core/tests: Add tests of OEQA Threaded modeAníbal Limón7
2017-05-30oeqa/core/decorator/oetimeout: Add support for OEQA threaded modeAníbal Limón1
2017-05-30oeqa/core/decorator/depends: Add support for threading modeAníbal Limón1
2017-05-30oeqa/core/threaded: Add OETestContextThreaded classAníbal Limón1
2017-05-30oeqa/core/threaded: Add support of OETestRunnerThreadedAníbal Limón1
2017-05-30oeqa/core/threaded: Add OETestResultThreaded{,Internal} classesAníbal Limón1
2017-05-30oeqa/core/runner: OETestResult add internal _tc_map_resultsAníbal Limón1
2017-05-30oeqa/core/threaded: Add OEStreamLoggerThreaded classAníbal Limón1
2017-05-30oeqa/core/threaded: Add new module with OETestLoaderThreadedAníbal Limón1
2017-05-30oeqa/core: Move OETestContext.log{Summary, Details} into OETestResultAníbal Limón2
2017-05-30oeqa/core/runner: OETestResult remove unneeded override of startTestAníbal Limón1
2017-05-30oeqa/core: Don't expose OEStreamLogger in OETestContextAníbal Limón2
2017-04-12oeqa/core/runner: Append PID in the test result folder nameLeonardo Sandoval1
2017-03-28oeqa/core/loader.py: Do not import underscore modules by defaultMariano Lopez1
2017-03-01oeqa/core/loader.py: Avoid importing tests with built-ins nameMariano Lopez1
2017-03-01oeqa/core/loader.py: Give meaningful error when failed to load classesMariano Lopez1
2017-02-23oeqa/runtime/context.py: Fix use of getTarget() with testexportMariano Lopez1
2017-02-15oeqa/loader.py: Avoid error in TypeError exceptionJuro Bystricky1
2017-02-15qemu.py: add 'elf' as supported fstypeJuro Bystricky1
2017-02-15oeqa/core/runner.py: OEStreamLogger fix loggingAníbal Limón1
2017-01-31oeqa/core/context.py: Add validation for run-tests optionAníbal Limón1
2017-01-31meta: remove remaining True option to getVar callsMing Liu1
2017-01-31testimage.bbclass: Allow to run tests on autobuilder's imagesMariano Lopez1
2017-01-23testimage.bbclass: Add package install featureMariano Lopez1
2017-01-23oeqa/core/utils/test.py: Add functions to get module pathMariano Lopez1
2017-01-23core/target/qemu.py Adds qemu targetMariano Lopez1