summaryrefslogtreecommitdiff
path: root/meta/lib/oeqa/core
AgeCommit message (Expand)AuthorFiles
2017-04-12oeqa/core/runner: Append PID in the test result folder nameLeonardo Sandoval1
2017-03-28oeqa/core/loader.py: Do not import underscore modules by defaultMariano Lopez1
2017-03-01oeqa/core/loader.py: Avoid importing tests with built-ins nameMariano Lopez1
2017-03-01oeqa/core/loader.py: Give meaningful error when failed to load classesMariano Lopez1
2017-02-23oeqa/runtime/context.py: Fix use of getTarget() with testexportMariano Lopez1
2017-02-15oeqa/loader.py: Avoid error in TypeError exceptionJuro Bystricky1
2017-02-15qemu.py: add 'elf' as supported fstypeJuro Bystricky1
2017-02-15oeqa/core/runner.py: OEStreamLogger fix loggingAníbal Limón1
2017-01-31oeqa/core/context.py: Add validation for run-tests optionAníbal Limón1
2017-01-31meta: remove remaining True option to getVar callsMing Liu1
2017-01-31testimage.bbclass: Allow to run tests on autobuilder's imagesMariano Lopez1
2017-01-23testimage.bbclass: Add package install featureMariano Lopez1
2017-01-23oeqa/core/utils/test.py: Add functions to get module pathMariano Lopez1
2017-01-23core/target/qemu.py Adds qemu targetMariano Lopez1
2017-01-23oeqa/core/context: Add option to select tests to runMariano Lopez1
2017-01-23oeqa/core/decorator: Add skipIfNotDataVar and skipIfNotInDataVarMariano Lopez1
2017-01-23oeqa/core/decorator/data.py: Add skipIfNotFeature decoratorMariano Lopez1
2017-01-23oeqa/core/target Add OESSHTarget to sent commands to targets using SSHMariano Lopez2
2017-01-23oeqa/core: Add READMEAníbal Limón1
2017-01-23oeqa/core/cases: Add example test casesAníbal Limón3
2017-01-23oeqa/core/context: Add support of OETestContextExecutorAníbal Limón1
2017-01-23oeqa/core: Add tests for the OEQA frameworkMariano Lopez13
2017-01-23oeqa/core/decorator: Add support for OETestDataDepends and skipIfDataVarAníbal Limón1
2017-01-23oeqa/core/decorator: Add support for OETimeout decoratorMariano Lopez1
2017-01-23oeqa/core/decorator: Add support for OETestID and OETestTagMariano Lopez2
2017-01-23oeqa/core/decorator: Add support for OETestDependsAníbal Limón1
2017-01-23oeqa/core: Add loader, context and decorator modulesAníbal Limón3
2017-01-23oeqa/core: Add utils module for OEQA frameworkMariano Lopez4
2017-01-23oeqa/core: Add base OEQA frameworkAníbal Limón4