aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa
AgeCommit message (Expand)Author
2016-07-01oeqa/utils/commands: fix single-character variable matching in get_bb_vars()Ross Burton
2016-07-01oe-build-perf-test: implement --globalres-file optionMarkus Lehtonen
2016-07-01oeqa.buildperf: add git revision and branch to result dataMarkus Lehtonen
2016-07-01oeqa.utils: add git moduleMarkus Lehtonen
2016-07-01oeqa.buildperf: archive build/conf into test resultsMarkus Lehtonen
2016-07-01oeqa.buildperf: add test Test4Markus Lehtonen
2016-07-01oeqa.buildperf: add test Test3Markus Lehtonen
2016-07-01oeqa.buildperf: add test Test2Markus Lehtonen
2016-07-01oeqa.buildperf: add test Test1P3Markus Lehtonen
2016-07-01oeqa.buildperf: add test Test1P2Markus Lehtonen
2016-07-01oeqa.buildperf: add test Test1P1Markus Lehtonen
2016-07-01oeqa.buildperf: implement BuildPerfTestRunner classMarkus Lehtonen
2016-07-01oeqa.buildperf: add method for saving buildstatsMarkus Lehtonen
2016-07-01oeqa.buildperf: add method for measuring file disk usageMarkus Lehtonen
2016-07-01oeqa.buildperf: add method to log shell commandsMarkus Lehtonen
2016-07-01oeqa.buildperf: method for measuring system resource usageMarkus Lehtonen
2016-07-01oeqa.buildperf: add BuildPerfTest classMarkus Lehtonen
2016-07-01oeqa.buildperf: functionality to drop kernel cachesMarkus Lehtonen
2016-07-01oe-build-perf-test: introduce oeqa.buildperf moduleMarkus Lehtonen
2016-07-01oeqa.utils.commands: runCmd: return stderr output, tooMarkus Lehtonen
2016-07-01oeqa.utils.commands: use get_bb_vars() in get_bb_var()Markus Lehtonen
2016-07-01oeqa.utils.commands: Introduce get_bb_vars()Markus Lehtonen
2016-06-23oeqa/targetbuild: use os.path.join instead of string concatenationRoss Burton
2016-06-23oeqa/targetbuild: add extra_cmds argument to run_configureRoss Burton
2016-06-23oeqa/targetbuild: fix folder name estimate logicRoss Burton
2016-06-23oeqa: fix hasPackage, add hasPackageMatchRoss Burton
2016-06-07selftest/testexport.py: Add test test_testexport_basicMariano Lopez
2016-06-07testexport.bbclass: Add support for testexport-tarballMariano Lopez
2016-06-07oetest.py: Add install/uninstall functionality for DUTsMariano Lopez
2016-06-07lib/oeqa/otest.py: Fix import tests from other layers with python3Mariano Lopez
2016-06-03testexport.bbclass: Update to use python3Mariano Lopez
2016-06-02oeqa/selftest/recipetool.py: Tweak matching of warning lineLeonardo Sandoval
2016-06-02qemurunner: Use surrogateescape decodingRichard Purdie
2016-06-02devtool.py: Fix parsing of bitbake-layers' outputLeonardo Sandoval
2016-06-02selftest/devtool: Compare sets instead of arrays on AssertEqualLeonardo Sandoval
2016-06-02classes/lib: Complete transition to python3Richard Purdie
2016-06-02qemurunner: convert data when working with socketEd Bartosh
2016-06-02classes/lib: Update to explictly create lists where neededRichard Purdie
2016-06-02classes/lib: Update to match python3 iter requirementsRichard Purdie
2016-06-02classes/lib: Update to use python3 command pipeline decodingRichard Purdie
2016-06-01recipetool / devtool: set a fixed SRCREV by default when fetching from gitPaul Eggleton
2016-05-30oetest.py: Add support to copy unextracted packages for runtime testingMariano Lopez
2016-05-30oetest.py: Add extract_packages() to RuntimeTestContext classMariano Lopez
2016-05-30oetest.py: Add json file support to specify packages needed in runtime testsMariano Lopez
2016-05-30oeqa/utils/package_manager.py: Add get_package_manager()Mariano Lopez
2016-05-30oetest.py: Move getTests() outside loadTests() methodMariano Lopez
2016-05-21meta: Update to modern exception syntaxRichard Purdie
2016-05-21meta/selftest/scripts: Use print function for python3 compatibilityRichard Purdie
2016-05-21devtool: sdk-update: drop support for local updatesPaul Eggleton
2016-05-19oe-selftest: wic: add test_bmap test caseEd Bartosh