summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/core
Commit message (Expand)AuthorAgeFilesLines
* oeqa: Clean up logger handlingRichard Purdie2018-03-041-1/+1
* 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
* oeqa/core/context: Add option to select tests to runMariano Lopez2017-01-231-0/+6
* oeqa/core/decorator: Add skipIfNotDataVar and skipIfNotInDataVarMariano Lopez2017-01-231-1/+35
* oeqa/core/decorator/data.py: Add skipIfNotFeature decoratorMariano Lopez2017-01-231-0/+28
* oeqa/core/target Add OESSHTarget to sent commands to targets using SSHMariano Lopez2017-01-232-0/+299
* oeqa/core: Add READMEAníbal Limón2017-01-231-0/+38
* oeqa/core/cases: Add example test casesAníbal Limón2017-01-233-0/+21
* oeqa/core/context: Add support of OETestContextExecutorAníbal Limón2017-01-231-0/+85
* oeqa/core: Add tests for the OEQA frameworkMariano Lopez2017-01-2313-0/+481
* oeqa/core/decorator: Add support for OETestDataDepends and skipIfDataVarAníbal Limón2017-01-231-0/+36
* oeqa/core/decorator: Add support for OETimeout decoratorMariano Lopez2017-01-231-0/+25
* oeqa/core/decorator: Add support for OETestID and OETestTagMariano Lopez2017-01-232-0/+47
* oeqa/core/decorator: Add support for OETestDependsAníbal Limón2017-01-231-0/+94
* oeqa/core: Add loader, context and decorator modulesAníbal Limón2017-01-233-0/+454
* oeqa/core: Add utils module for OEQA frameworkMariano Lopez2017-01-234-0/+127
* oeqa/core: Add base OEQA frameworkAníbal Limón2017-01-234-0/+136