summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/core
Commit message (Expand)AuthorAgeFilesLines
* core/target/ssh.py: use reader to handle partial dataRobert Yang2017-08-241-2/+3
* core/target/ssh.py: replace decode errorsRobert Yang2017-08-231-2/+2
* context: Include a command line argument to run all except certain testsLeonardo Sandoval2017-08-131-3/+17
* oeqa/core/runner: OEStreamLogger don't buffer test execution writesAníbal Limón2017-07-301-4/+8
* oeqa/{core,selftest}: Add support to validate if a specified test case isn't ...Aníbal Limón2017-07-303-2/+36
* oeqa/core/loader: Generate function _make_failed_test dynamicallyAníbal Limón2017-07-211-13/+12
* oeqa/core/loader.py: Fix _make_failed_test for python >= 3.4.4Aníbal Limón2017-06-231-9/+13
* oeqa/core/threaded: Don't assume that results exists on logDetailsAníbal Limón2017-06-231-3/+4
* oeqa/core/loader: Use full and small module name on filteringAníbal Limón2017-06-131-9/+19
* oeqa/core/runner: Don't log details twice if test failsAníbal Limón2017-06-131-2/+0
* oeqa/core/loader: Allow unittest.TestCase's to be executedAníbal Limón2017-06-122-16/+21
* oeqa/core/loader: Fix filtering on test modules with submodulesAníbal Limón2017-06-121-36/+34
* oeqa: Change the order to logDetails and logSummaryAníbal Limón2017-06-091-1/+1
* oeqa/core/loader: Call parent init method in OETestLoaderAnibal Limon2017-06-061-0/+2
* scripts/oe-test: Move load_test_components to oeqa.utilsAníbal Limón2017-06-061-0/+1
* oeqa/core: Improve grammar in README and loader commentsRandy MacLeod2017-06-052-23/+22
* oeqa/core/context: Include a _pre_run methodLeonardo Sandoval2017-06-022-0/+7
* oeqa/core/context: Omit docstring output on XMLResultLeonardo Sandoval2017-06-021-1/+1
* oeqa/core/context: Use a default iterable modules objectLeonardo Sandoval2017-06-021-1/+1
* oeqa/core/context: Raise exception when a manifest is specified but missingLeonardo Sandoval2017-06-022-1/+5
* oeqa/core/case: fix typo on comment about exception nameLeonardo Sandoval2017-06-021-1/+1
* oeqa/core/README: Improve documentationLeonardo Sandoval2017-06-021-21/+60
* oeqa/core: Add support for run tests by module, class and nameAníbal Limón2017-06-022-4/+68
* oeqa/core: Add list tests support in context and runnerAníbal Limón2017-06-022-5/+115
* oeqa/core/tests: Add tests of OEQA Threaded modeAníbal Limón2017-06-027-1/+93
* oeqa/core/decorator/oetimeout: Add support for OEQA threaded modeAníbal Limón2017-06-021-10/+30
* oeqa/core/decorator/depends: Add support for threading modeAníbal Limón2017-06-021-1/+7
* oeqa/core/threaded: Add OETestContextThreaded classAníbal Limón2017-06-021-0/+14
* oeqa/core/threaded: Add support of OETestRunnerThreadedAníbal Limón2017-06-021-1/+74
* oeqa/core/threaded: Add OETestResultThreaded{,Internal} classesAníbal Limón2017-06-021-1/+72
* oeqa/core/runner: OETestResult add internal _tc_map_resultsAníbal Limón2017-06-021-0/+2
* oeqa/core/threaded: Add OEStreamLoggerThreaded classAníbal Limón2017-06-021-0/+25
* oeqa/core/threaded: Add new module with OETestLoaderThreadedAníbal Limón2017-06-021-0/+91
* oeqa/core: Move OETestContext.log{Summary, Details} into OETestResultAníbal Limón2017-06-022-90/+91
* oeqa/core/runner: OETestResult remove unneeded override of startTestAníbal Limón2017-06-021-3/+0
* oeqa/core: Don't expose OEStreamLogger in OETestContextAníbal Limón2017-06-022-4/+5
* oeqa/core/runner: Append PID in the test result folder nameLeonardo Sandoval2017-04-131-1/+1
* oeqa/core/loader.py: Do not import underscore modules by defaultMariano Lopez2017-03-281-4/+30
* oeqa/core/loader.py: Avoid importing tests with built-ins nameMariano Lopez2017-03-011-0/+11
* oeqa/core/loader.py: Give meaningful error when failed to load classesMariano Lopez2017-03-011-4/+4
* oeqa/runtime/context.py: Fix use of getTarget() with testexportMariano Lopez2017-02-231-1/+1
* oeqa/loader.py: Avoid error in TypeError exceptionJuro Bystricky2017-02-151-1/+1
* qemu.py: add 'elf' as supported fstypeJuro Bystricky2017-02-151-1/+1
* oeqa/core/runner.py: OEStreamLogger fix loggingAníbal Limón2017-02-151-1/+1
* oeqa/core/context.py: Add validation for run-tests optionAníbal Limón2017-01-311-1/+5
* meta: remove remaining True option to getVar callsMing Liu2017-01-311-1/+1
* testimage.bbclass: Allow to run tests on autobuilder's imagesMariano Lopez2017-01-311-0/+7
* testimage.bbclass: Add package install featureMariano Lopez2017-01-231-4/+6
* oeqa/core/utils/test.py: Add functions to get module pathMariano Lopez2017-01-231-0/+13
* core/target/qemu.py Adds qemu targetMariano Lopez2017-01-231-0/+45