summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa
Commit message (Expand)AuthorAgeFilesLines
* 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
* selftest: add bmap testEd Bartosh2016-05-141-0/+27
* oeqa/lic-checksum: Update after recent LIC_FILES_CHKSUM changesRichard Purdie2016-05-111-3/+6
* sshcontrol.py: Add methods to copy dirs and delete filesMariano Lopez2016-05-111-0/+84
* oeqa/selftest/buildoptions: remove buildhistory signature testRoss Burton2016-05-061-59/+0
* oeqa/sstatetests: remove temporary DL_DIRs in noop_samesigsRoss Burton2016-04-291-0/+2
* oeqa/sstatetests: add http_proxy to no-op hash testRoss Burton2016-04-291-1/+5
* oetest: make console output more verboseEd Bartosh2016-04-181-7/+3
* lib/oeqa/selftest/base.py: Correct a reference to meta/lib/oeqa/selftestPeter Kjellerstedt2016-04-181-1/+1
* ext-sdk-prepare.py: exclude do_rm_work from unexpected output; create unit testBill Randle2016-04-181-0/+75
* oeqa/selftest/sstatetests: fix no-op sstate testRoss Burton2016-04-151-0/+1
* Revert "oeqa/selftest/wic: add test case for sparse images"Ross Burton2016-04-131-13/+0
* oeqa/runexported.py: Fix exported testMariano Lopez2016-04-123-11/+20
* oeqa/selftest/sstatetests: split 32/64 build host from no-op action testsRoss Burton2016-04-121-12/+68
* oeqa/selftest/wic: add test case for sparse imagesJoshua Lock2016-04-091-0/+13
* sstatesig.py: Split single locked sigs check into multiple checksRandy Witt2016-04-091-2/+2
* selftest/signing: Use packagedata to obtain PR value for signing testRichard Purdie2016-04-011-1/+7
* scripts, lib: Don't limit traceback lengths to arbitrary valuesRichard Purdie2016-03-311-1/+1
* oeqa/runtime/parselogs.py: Add systemd unit circular dependencies errors.Aníbal Limón2016-03-311-0/+11
* selftest: Added testcase decorator to testsDaniel Istrate2016-03-314-0/+6