summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa
Commit message (Expand)AuthorAgeFilesLines
...
* oeqa.buildperf: add test Test2Markus Lehtonen2016-07-011-0/+14
* oeqa.buildperf: add test Test1P3Markus Lehtonen2016-07-011-0/+26
* oeqa.buildperf: add test Test1P2Markus Lehtonen2016-07-011-0/+14
* oeqa.buildperf: add test Test1P1Markus Lehtonen2016-07-012-1/+33
* oeqa.buildperf: implement BuildPerfTestRunner classMarkus Lehtonen2016-07-012-1/+49
* oeqa.buildperf: add method for saving buildstatsMarkus Lehtonen2016-07-011-0/+5
* oeqa.buildperf: add method for measuring file disk usageMarkus Lehtonen2016-07-011-0/+19
* oeqa.buildperf: add method to log shell commandsMarkus Lehtonen2016-07-011-0/+5
* oeqa.buildperf: method for measuring system resource usageMarkus Lehtonen2016-07-011-2/+62
* oeqa.buildperf: add BuildPerfTest classMarkus Lehtonen2016-07-012-2/+78
* oeqa.buildperf: functionality to drop kernel cachesMarkus Lehtonen2016-07-012-0/+47
* oe-build-perf-test: introduce oeqa.buildperf moduleMarkus Lehtonen2016-07-011-0/+12
* oeqa.utils.commands: runCmd: return stderr output, tooMarkus Lehtonen2016-07-011-0/+1
* oeqa.utils.commands: use get_bb_vars() in get_bb_var()Markus Lehtonen2016-07-011-15/+5
* oeqa.utils.commands: Introduce get_bb_vars()Markus Lehtonen2016-07-011-0/+33
* oeqa/targetbuild: use os.path.join instead of string concatenationRoss Burton2016-06-231-1/+1
* oeqa/targetbuild: add extra_cmds argument to run_configureRoss Burton2016-06-231-3/+2
* oeqa/targetbuild: fix folder name estimate logicRoss Burton2016-06-231-1/+2
* oeqa: fix hasPackage, add hasPackageMatchRoss Burton2016-06-235-12/+26
* selftest/testexport.py: Add test test_testexport_basicMariano Lopez2016-06-071-0/+44
* testexport.bbclass: Add support for testexport-tarballMariano Lopez2016-06-071-1/+34
* oetest.py: Add install/uninstall functionality for DUTsMariano Lopez2016-06-071-0/+74
* lib/oeqa/otest.py: Fix import tests from other layers with python3Mariano Lopez2016-06-073-6/+2
* testexport.bbclass: Update to use python3Mariano Lopez2016-06-031-1/+1
* oeqa/selftest/recipetool.py: Tweak matching of warning lineLeonardo Sandoval2016-06-021-1/+1
* qemurunner: Use surrogateescape decodingRichard Purdie2016-06-021-1/+1
* devtool.py: Fix parsing of bitbake-layers' outputLeonardo Sandoval2016-06-021-5/+4
* selftest/devtool: Compare sets instead of arrays on AssertEqualLeonardo Sandoval2016-06-021-16/+16
* classes/lib: Complete transition to python3Richard Purdie2016-06-0215-37/+56
* qemurunner: convert data when working with socketEd Bartosh2016-06-021-2/+2
* classes/lib: Update to explictly create lists where neededRichard Purdie2016-06-022-29/+29
* classes/lib: Update to match python3 iter requirementsRichard Purdie2016-06-023-4/+4
* classes/lib: Update to use python3 command pipeline decodingRichard Purdie2016-06-027-18/+25
* recipetool / devtool: set a fixed SRCREV by default when fetching from gitPaul Eggleton2016-06-011-2/+4
* oetest.py: Add support to copy unextracted packages for runtime testingMariano Lopez2016-05-301-0/+22
* oetest.py: Add extract_packages() to RuntimeTestContext classMariano Lopez2016-05-301-0/+70
* oetest.py: Add json file support to specify packages needed in runtime testsMariano Lopez2016-05-301-0/+37
* oeqa/utils/package_manager.py: Add get_package_manager()Mariano Lopez2016-05-301-0/+29
* oetest.py: Move getTests() outside loadTests() methodMariano Lopez2016-05-301-18/+18
* meta: Update to modern exception syntaxRichard Purdie2016-05-212-3/+3
* meta/selftest/scripts: Use print function for python3 compatibilityRichard Purdie2016-05-213-5/+5
* devtool: sdk-update: drop support for local updatesPaul Eggleton2016-05-211-3/+0
* oe-selftest: wic: add test_bmap test caseEd Bartosh2016-05-191-0/+8
* oetest.py: Use the real ExportTestContext in exported testsMariano Lopez2016-05-192-23/+19
* oetest.py: Add default pscmd to oeTestMariano Lopez2016-05-191-1/+3
* oeqa/runexported.py: Remove host dumperMariano Lopez2016-05-191-5/+0
* oeqa/oetest.py: Add class ExportTestContextMariano Lopez2016-05-191-14/+24
* classes/oeqa: Update for print statements and file() -> open() for python3uninative-1.0Richard Purdie2016-05-163-5/+5
* oeqa: Print function python3 fixesRichard Purdie2016-05-164-11/+11
* oeqa/decorators: Use wraps consistentlyRichard Purdie2016-05-151-1/+4