summaryrefslogtreecommitdiffstats
path: root/meta/lib
Commit message (Expand)AuthorAgeFilesLines
* meta/lib/oe/sdk.py: support added for executing pre-target commandsAmarnath Valluri2017-07-061-0/+6
* runcmd.py: unit testing for runCmd()Patrick Ohly2017-06-281-0/+117
* commands.py: live output logging + result.error encoding fixPatrick Ohly2017-06-281-22/+85
* selftest/archiver: only execute deploy_archives taskAndré Draszik2017-06-281-1/+1
* selftest/archiver: add tests for recipe type filteringAndré Draszik2017-06-281-0/+76
* selftest/seltest.py: Add test to check imports from other layersJose Perez Carranza2017-06-281-0/+51
* meta: Fix return value checks from subprocess.call()'sMikko Rapeli2017-06-282-3/+3
* package.py: Add function strip_execsTobias Hagelborn2017-06-281-0/+105
* selftest/devtool: Don't use removed remake as test caseJussi Kukkonen2017-06-281-2/+1
* oe-selftest: add a test for upstream version check regressionsAlexander Kanavin2017-06-281-0/+43
* lib/oe/distro_check: drop Mandriva from create_distro_packages_list()Joshua Lock2017-06-281-8/+0
* lib/oe/distro_check: update openSUSE to use Leap url formatsJoshua Lock2017-06-281-4/+4
* package_manager.py: set dnf's releasever setting from DISTRO_CODENAMEAlexander Kanavin2017-06-231-3/+5
* oeqa/selftest/context: Reload testlayer_path when meta-selftest isn't addedAníbal Limón2017-06-231-0/+1
* oeqa/core/loader.py: Fix _make_failed_test for python >= 3.4.4Aníbal Limón2017-06-231-9/+13
* oeqa/core/threaded: Don't assume that results exists on logDetailsAníbal Limón2017-06-231-3/+4
* selftest: Add Testopia ID to test casesJose Perez Carranza2017-06-2312-0/+57
* selftest/devtool: replace file assertTrue/False with assertExists/NotExistsYeoh Ee Peng2017-06-231-65/+63
* buildhistory-diff: exclude paths from the outputEd Bartosh2017-06-231-17/+34
* 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