summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/core/context.py
Commit message (Expand)AuthorAgeFilesLines
* context.py: fix skipping functionChen Qi2019-06-301-1/+6
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-06-181-2/+4
* oeqa/context: Only set buffer mode for non-concurrent testsRichard Purdie2018-08-231-1/+2
* oeqa/runner: Simplify codeRichard Purdie2018-07-181-1/+0
* oeqa: Add selftest parallelisation supportRichard Purdie2018-07-181-2/+8
* oeqa: Default to buffer mode for testsRichard Purdie2018-07-161-1/+1
* context: Include a command line argument to run all except certain testsLeonardo Sandoval2017-08-131-3/+17
* oeqa/{core,selftest}: Add support to validate if a specified test case isn't ...Aníbal Limón2017-07-301-2/+7
* oeqa: Change the order to logDetails and logSummaryAníbal Limón2017-06-091-1/+1
* scripts/oe-test: Move load_test_components to oeqa.utilsAníbal Limón2017-06-061-0/+1
* oeqa/core/context: Include a _pre_run methodLeonardo Sandoval2017-06-021-0/+4
* 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-021-1/+2
* oeqa/core: Add support for run tests by module, class and nameAníbal Limón2017-06-021-3/+3
* oeqa/core: Add list tests support in context and runnerAníbal Limón2017-06-021-5/+17
* oeqa/core: Move OETestContext.log{Summary, Details} into OETestResultAníbal Limón2017-06-021-90/+3
* oeqa/core: Don't expose OEStreamLogger in OETestContextAníbal Limón2017-06-021-4/+2
* oeqa/core/context.py: Add validation for run-tests optionAníbal Limón2017-01-311-1/+5
* oeqa/core/context: Add option to select tests to runMariano Lopez2017-01-231-0/+6
* oeqa/core/context: Add support of OETestContextExecutorAníbal Limón2017-01-231-0/+85
* oeqa/core: Add loader, context and decorator modulesAníbal Limón2017-01-231-0/+148