aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/core
AgeCommit message (Expand)Author
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
2017-01-23oeqa/core/context: Add option to select tests to runMariano Lopez
2017-01-23oeqa/core/decorator: Add skipIfNotDataVar and skipIfNotInDataVarMariano Lopez
2017-01-23oeqa/core/decorator/data.py: Add skipIfNotFeature decoratorMariano Lopez
2017-01-23oeqa/core/target Add OESSHTarget to sent commands to targets using SSHMariano Lopez
2017-01-23oeqa/core: Add READMEAníbal Limón
2017-01-23oeqa/core/cases: Add example test casesAníbal Limón
2017-01-23oeqa/core/context: Add support of OETestContextExecutorAníbal Limón
2017-01-23oeqa/core: Add tests for the OEQA frameworkMariano Lopez
2017-01-23oeqa/core/decorator: Add support for OETestDataDepends and skipIfDataVarAníbal Limón
2017-01-23oeqa/core/decorator: Add support for OETimeout decoratorMariano Lopez
2017-01-23oeqa/core/decorator: Add support for OETestID and OETestTagMariano Lopez
2017-01-23oeqa/core/decorator: Add support for OETestDependsAníbal Limón
2017-01-23oeqa/core: Add loader, context and decorator modulesAníbal Limón
2017-01-23oeqa/core: Add utils module for OEQA frameworkMariano Lopez
2017-01-23oeqa/core: Add base OEQA frameworkAníbal Limón