summaryrefslogtreecommitdiffstats
path: root/meta/lib
Commit message (Expand)AuthorAgeFilesLines
* selftest: wic: fix test_iso_image test caseEd Bartosh2017-01-311-1/+2
* selftest: stop using hddimg in the wic test suiteEd Bartosh2017-01-311-2/+1
* wic: Look for image artifacts in a common locationTom Zanussi2017-01-311-2/+2
* image-wic: remove HDDDIR from WICVARSEd Bartosh2017-01-311-2/+2
* wic: use INITRD_LIVE in isoimage-isohybridEd Bartosh2017-01-311-1/+1
* selftest: check results in test_image_vars_dir*Ed Bartosh2017-01-311-0/+2
* selftest: split wic tests casesEd Bartosh2017-01-311-9/+22
* wic: change location of .env filesEd Bartosh2017-01-311-1/+2
* selftest: wic: test default output directoryEd Bartosh2017-01-311-15/+7
* selftest: wic: explicitly specify output directoryEd Bartosh2017-01-311-30/+42
* selftest: wic: split test_debug test caseEd Bartosh2017-01-281-2/+5
* selftest: sstatetests: skip glibc-initial tests in case of non-glibc distroLeonardo Sandoval2017-01-262-6/+20
* selftest/imagefeatures: skip weston test if required features are not presentLeonardo Sandoval2017-01-261-3/+3
* classes/oeqa: Replace subprocess.check_call() with check_output()Richard Purdie2017-01-234-7/+7
* 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