summaryrefslogtreecommitdiffstats
path: root/meta/lib
Commit message (Expand)AuthorAgeFilesLines
* package_manager: flush installed_pkgs file before oe-pkgdata-util uses itMartin Jansa2017-06-141-0/+1
* selftest/sstatetests: Fix potential failure on uniprocessor machinesRichard Purdie2017-06-141-1/+1
* selftest: add test_wic_rm test caseEd Bartosh2017-06-141-0/+30
* selftest: add test_wic_cp test caseEd Bartosh2017-06-141-1/+45
* selftest: add new test case test_wic_lsEd Bartosh2017-06-141-0/+20
* sstatetests: Use higher parallelism valueRichard Purdie2017-06-141-2/+2
* oeqa/core/loader: Use full and small module name on filteringAníbal Limón2017-06-131-9/+19
* oeqa/core/runner: Don't log details twice if test failsAníbal Limón2017-06-131-2/+0
* Revert "package.bbclass: Restore functionality to detect RPM dependencies"Richard Purdie2017-06-131-27/+20
* package.bbclass: Restore functionality to detect RPM dependenciesPeter Kjellerstedt2017-06-121-20/+27
* oeqa/sdk/cases: Fix skip of buildgcalculator testAníbal Limón2017-06-121-1/+1
* oeqa/sdk/cases: Added validation for SDK compatibility tests with eSDKFrancisco Pedraza2017-06-124-4/+8
* lib/oe/sdk: Adds get_extra_sdk_info to reuse code in buildhistoryFrancisco Pedraza2017-06-121-0/+19
* package_manager.py: Generate correct RPM package names againPeter Kjellerstedt2017-06-121-3/+3
* utils.py: helper function for optional include filesPatrick Ohly2017-06-121-0/+40
* oeqa/core/loader: Allow unittest.TestCase's to be executedAníbal Limón2017-06-122-16/+21
* oeqa/cases/oelib: Change default case class to unittest.case.TestCaseAníbal Limón2017-06-125-13/+13
* oeqa/core/loader: Fix filtering on test modules with submodulesAníbal Limón2017-06-121-36/+34
* 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