summaryrefslogtreecommitdiffstats
path: root/meta/lib
Commit message (Expand)AuthorAgeFilesLines
* oeqa: Change the order to logDetails and logSummaryAníbal Limón2017-06-092-2/+2
* selftest/devtool: Modify test to use default configJose Perez Carranza2017-06-091-7/+3
* runtime-test.py: Split different tests inside selftest.pyHumberto Ibarra2017-06-091-2/+18
* buildhistory: skip tests if GitPython module is missingLeonardo Sandoval2017-06-071-3/+10
* oeqa/core/loader: Call parent init method in OETestLoaderAnibal Limon2017-06-061-0/+2
* oeqa/runtime/context.py: Add support to specify port in target_ipAníbal Limón2017-06-061-0/+6
* oeqa/selftest/cases: Migrate test cases into the new oe-qa frameworkLeonardo Sandoval2017-06-0635-387/+355
* scripts/oe-selftest: Migrate to new framework into oeqa.selftest.contextLeonardo Sandoval2017-06-061-0/+224
* oeqa/selftest/case: Don't figure out the testlayer insideAníbal Limón2017-06-061-3/+3
* oeqa/selftest/case.py: Remove machine selection logicLeonardo Sandoval2017-06-061-33/+4
* scripts/oe-selftest: Move {add,remove}_include files to caseLeonardo Sandoval2017-06-061-10/+66
* oeqa/selftest/case: Migrate case class to the new OEQA frameworkLeonardo Sandoval2017-06-061-60/+51
* oeqa/selftest: Move base class to case moduleAníbal Limón2017-06-061-0/+0
* scripts/oe-test: Move load_test_components to oeqa.utilsAníbal Limón2017-06-062-1/+37
* oeqa/selftest: lock down Meson git revision for reliabilityRoss Burton2017-06-051-2/+2
* oeqa/core: Improve grammar in README and loader commentsRandy MacLeod2017-06-052-23/+22
* oeqa/core/context: Include a _pre_run methodLeonardo Sandoval2017-06-022-0/+7
* 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-022-1/+5
* oeqa/core/case: fix typo on comment about exception nameLeonardo Sandoval2017-06-021-1/+1
* oeqa/core/README: Improve documentationLeonardo Sandoval2017-06-021-21/+60
* oeqa/runtime/case: Don't use OEQA framework internal methodsAníbal Limón2017-06-021-4/+4
* oeqa/core: Add support for run tests by module, class and nameAníbal Limón2017-06-022-4/+68
* oeqa/core: Add list tests support in context and runnerAníbal Limón2017-06-022-5/+115
* oeqa/sdk: Enable usage of OEQA thread modeAníbal Limón2017-06-021-2/+3
* oeqa/core/tests: Add tests of OEQA Threaded modeAníbal Limón2017-06-027-1/+93
* oeqa/sdkext/cases: Move sdk_update test into devtool moduleAníbal Limón2017-06-022-39/+32
* oeqa/core/decorator/oetimeout: Add support for OEQA threaded modeAníbal Limón2017-06-021-10/+30
* oeqa/core/decorator/depends: Add support for threading modeAníbal Limón2017-06-021-1/+7
* oeqa/core/threaded: Add OETestContextThreaded classAníbal Limón2017-06-021-0/+14
* oeqa/core/threaded: Add support of OETestRunnerThreadedAníbal Limón2017-06-021-1/+74
* oeqa/core/threaded: Add OETestResultThreaded{,Internal} classesAníbal Limón2017-06-021-1/+72
* oeqa/core/runner: OETestResult add internal _tc_map_resultsAníbal Limón2017-06-021-0/+2
* oeqa/core/threaded: Add OEStreamLoggerThreaded classAníbal Limón2017-06-021-0/+25
* oeqa/core/threaded: Add new module with OETestLoaderThreadedAníbal Limón2017-06-021-0/+91
* oeqa/core: Move OETestContext.log{Summary, Details} into OETestResultAníbal Limón2017-06-022-90/+91
* oeqa/core/runner: OETestResult remove unneeded override of startTestAníbal Limón2017-06-021-3/+0
* oeqa/core: Don't expose OEStreamLogger in OETestContextAníbal Limón2017-06-022-4/+5
* oeqa/sdk/context.py: Add return to OESDKTestContext.run() methodAníbal Limón2017-06-021-1/+1
* oeqa/sdk/context.py: Import argparse_oe at OESDKTestContext.run methodAníbal Limón2017-06-021-2/+2
* base.py: add assertExists and assertNotExists to oeselftestYeoh Ee Peng2017-05-251-0/+13
* oeqa.utils.git: use --verify in rev_parse()Markus Lehtonen2017-05-231-1/+1
* selftest: fix test_unsupported_subcommand test caseEd Bartosh2017-05-231-2/+1
* selftest/devtool: change write to append config in virtual_kernel_modifyAníbal Limón2017-05-181-1/+1
* QemuRunner: avoid tainting os.environPatrick Ohly2017-05-181-7/+8
* archiver.bbclass: do not cause kernel rebuildsPatrick Ohly2017-05-181-1/+5
* oeqa/selftest: add test for package manager version comparisonRoss Burton2017-05-161-0/+80
* oeqa/selftest: relax whitespace matches in search regexRoss Burton2017-05-161-2/+2
* selftest/runtime-test: Split the config valuesLeonardo Sandoval2017-05-161-4/+5