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