summaryrefslogtreecommitdiffstats
path: root/meta/lib
Commit message (Expand)AuthorAgeFilesLines
* oeqa/selftest: Adds test case for sdk-update eSDKFrancisco Pedraza2017-01-231-6/+36
* package_manager: default to have scriptlet output captured in logChen Qi2017-01-231-5/+6
* oeqa.buildperf: store measurements as a dict (object) in the JSON reportMarkus Lehtonen2017-01-231-4/+11
* oeqa.buildperf: change sorting in json reportMarkus Lehtonen2017-01-231-31/+32
* oe-build-perf-test: remove unused imports and fix indentMarkus Lehtonen2017-01-231-5/+2
* oe-build-perf-test: save test metadata in a separate fileMarkus Lehtonen2017-01-231-129/+0
* oeqa.buildperf: report results in chronological orderMarkus Lehtonen2017-01-231-15/+10
* oeqa.buildperf: extend xml report format with test descriptionMarkus Lehtonen2017-01-231-0/+4
* oeqa.buildperf: extend xml format to contain measurement dataMarkus Lehtonen2017-01-231-1/+22
* oe-build-perf-test: enable xml reportingMarkus Lehtonen2017-01-231-1/+42
* oeqa.buildperf: include error details in json reportMarkus Lehtonen2017-01-231-0/+24
* oeqa.buildperf: sync test status names with JUnitMarkus Lehtonen2017-01-231-3/+3
* oeqa.buildperf: prevent a crash on unexpected successMarkus Lehtonen2017-01-231-2/+5
* selftest/runtime-test.py: Adapt test to use new runtime frameworkMariano Lopez2017-01-231-16/+26
* oeqa/runtime/context.py: Add defaults for runtime contextMariano Lopez2017-01-231-9/+13
* testimage.bbclass: Add package install featureMariano Lopez2017-01-234-18/+59
* testimage.bbclass: Add support for package extractionMariano Lopez2017-01-231-0/+161
* oeqa/core/utils/test.py: Add functions to get module pathMariano Lopez2017-01-231-0/+13
* runtime/cases/smart.py: Migrate smart testsMariano Lopez2017-01-231-97/+75
* oeqa/runtime/cases: Migrate runtime tests.Mariano Lopez2017-01-2351-906/+1075
* core/target/qemu.py Adds qemu targetMariano Lopez2017-01-231-0/+45
* oeqa/runtime/context.py: Add logger to getTargetMariano Lopez2017-01-231-3/+3
* oeqa/runtime/context.py: Prepare for qemuAníbal Limón2017-01-231-5/+13
* oeqa/utils/dump: Move get_host_dumper to OERuntimeTestContextExecutor classAníbal Limón2017-01-232-10/+19
* oeqa/runtime/context: Move helper functions for process args to executorAníbal Limón2017-01-231-20/+36
* oeqa/runtime/context: Add runtime option group and options for target type an...Aníbal Limón2017-01-231-2/+20
* 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/runtime/utils/targetbuildproject.py: Don't use more than 80 characters p...Mariano Lopez2017-01-231-13/+16
* oeqa/runtime/files: Move runtime files from old directoryMariano Lopez2017-01-234-0/+2
* oeqa/core/decorator/data.py: Add skipIfNotFeature decoratorMariano Lopez2017-01-231-0/+28
* oeqa/runtime: Add OEHasPackage decoratorMariano Lopez2017-01-231-0/+53
* oeqa/runtime: Add case, context and loader classes for runtime testingMariano Lopez2017-01-233-0/+93
* oeqa/core/target Add OESSHTarget to sent commands to targets using SSHMariano Lopez2017-01-232-0/+299
* oeqa/runtime: Move to runtime_casesAníbal Limón2017-01-2331-0/+0
* oeqa: Fix files handling on runtime tests.Aníbal Limón2017-01-234-4/+5
* oeqa/runtime: Fix TargetBuildProject instancesAníbal Limón2017-01-233-10/+15
* oeqa/sdkext/cases: Migrate test case to new OEQA frameworkAníbal Limón2017-01-234-33/+38
* oeqa/sdkext: Adds case and context modules.Aníbal Limón2017-01-233-40/+42
* oeqa/sdkext: Move test cases inside cases directoryAníbal Limón2017-01-233-3/+0
* classes/testsdk: Remove the need of TEST_LOG_DIR variableAníbal Limón2017-01-233-6/+6
* oeqa/sdk/cases: Migrate tests to the new OEQA frameworkAníbal Limón2017-01-237-69/+84
* oeqa/utils: {Target,SDK,}BuildProject remove dependency of bbAníbal Limón2017-01-233-34/+17
* oeqa/utils: Move targetbuild to buildproject moduleAníbal Limón2017-01-235-0/+147
* oeqa/sdk: Add case and context modules for the SDK componentAníbal Limón2017-01-234-51/+145
* oeqa/{runtime,sdk}/files: Move testsdkmakefile from runtime to sdk moduleAníbal Limón2017-01-231-0/+0
* oeqa/sdk: Move test cases inside cases directoryAníbal Limón2017-01-237-0/+0
* oeqa: Move common files to oeqa/files instead of runtime onlyAníbal Limón2017-01-234-0/+0
* oeqa/utils/__init__.py: Adds compatibility with bitbake loggerMariano Lopez2017-01-231-0/+30
* oe/data: Add export2json functionAníbal Limón2017-01-231-0/+28