summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils
Commit message (Expand)AuthorAgeFilesLines
* oeqa/utils/targetbuild: tmp dir improvementsJoshua Lock2017-04-061-3/+7
* oeqa/utils/buildproject: create a more unique tmp dirJoshua Lock2017-04-061-2/+5
* selftest/commands: extend variable regex to include A_B variable notationLeonardo Sandoval2017-04-051-1/+1
* oeqa: allow persistent image writes in runqemu()Patrick Ohly2017-03-283-5/+5
* oeqa: allow customizing image used by runqemu()Patrick Ohly2017-03-281-1/+3
* oeqa: allow extending qemuparams="..."Patrick Ohly2017-03-281-2/+2
* oeqa: tolerate interrupted select() while waiting for qemuPatrick Ohly2017-03-282-3/+12
* oeqa.utils.commands: limit runCmd exception outputMarkus Lehtonen2017-03-271-3/+10
* qemurunner.py: fix handling of runqemuparamsChen Qi2017-03-271-3/+3
* oeqa/targetcontrol.py: modify it to test runqemuRobert Yang2017-03-272-13/+28
* qemurunner: configurable timeout for run_serial()Patrick Ohly2017-03-272-10/+15
* qemurunner: configure guest networkingEd Bartosh2017-03-221-0/+13
* qemurunner: get network params from runqemu outputEd Bartosh2017-03-221-14/+22
* qemurunner.py: ignore decode errorsEd Bartosh2017-03-081-1/+1
* targetcontrol: add image_fstype argument to commands.runqemuEd Bartosh2017-03-081-2/+2
* qemurunner: add runqemuparams argument to commands.runqemuEd Bartosh2017-03-083-5/+5
* oeqa: add output to subprocess exceptionsRoss Burton2017-03-011-0/+19
* oeqa: fix typoHumberto Ibarra2017-02-231-2/+2
* selftest: remove result file log awkward checkingBenjamin Esquivel2017-02-151-3/+4
* oeqa.utils.git: support bare reposMarkus Lehtonen2017-02-151-4/+12
* oeqa.utils.git: add git_dir propertyMarkus Lehtonen2017-02-151-0/+4
* oeqa/buildproject: Run gnu-configize by defaultRichard Purdie2017-02-051-1/+1
* classes/oeqa: Replace subprocess.check_call() with check_output()Richard Purdie2017-01-232-3/+3
* testimage.bbclass: Add package install featureMariano Lopez2017-01-231-13/+33
* testimage.bbclass: Add support for package extractionMariano Lopez2017-01-231-0/+161
* oeqa/utils/dump: Move get_host_dumper to OERuntimeTestContextExecutor classAníbal Limón2017-01-231-9/+2
* oeqa/utils: {Target,SDK,}BuildProject remove dependency of bbAníbal Limón2017-01-231-24/+7
* oeqa/utils: Move targetbuild to buildproject moduleAníbal Limón2017-01-231-0/+69
* oeqa/utils/__init__.py: Adds compatibility with bitbake loggerMariano Lopez2017-01-231-0/+30
* oeqa/utils/qemurunner.py: Be sure to stop qemu-systemMariano Lopez2017-01-191-0/+9
* oeqa/utils/qemurunner.py: Add missing sys moduleMariano Lopez2017-01-191-0/+1
* oeqa.utils.metadata: include BB_NUMBER_THREADS and PARALLEL_MAKEMarkus Lehtonen2017-01-191-1/+1
* oeqa.utils.metadata: allow storing any bitbake config variablesMarkus Lehtonen2017-01-191-3/+9
* oeqa.utils.metadata: add bitbake revision informationMarkus Lehtonen2017-01-191-13/+19
* oeqa.utils.metadata: have layer name as an attribute in xmlMarkus Lehtonen2017-01-191-3/+5
* oeqa.utils.metadata: add commit count informationMarkus Lehtonen2017-01-191-1/+2
* oeqa.utils.metadata: rename 'revision' to 'commit'Markus Lehtonen2017-01-191-1/+1
* oeqa.utils.metadata: fix retrieval of git branch and revisionMarkus Lehtonen2017-01-191-3/+5
* oeqa.utils.metadata: drop 'unknown' git data elementsMarkus Lehtonen2017-01-191-4/+3
* oeqa.utils.metadata: re-organise distro informationMarkus Lehtonen2017-01-191-7/+10
* oeqa.utils.metadata: re-organise host distro informationMarkus Lehtonen2017-01-191-5/+21
* oeqa/utils/commands.py: allow use of binaries from native sysrootMaciej Borzecki2016-12-221-1/+8
* oe-selftest: import git module only when neededEd Bartosh2016-12-201-1/+1
* meta: remove True option to getVar callsJoshua Lock2016-12-165-20/+20
* oeqa/utils/commands.py: Fix get_bb_vars() when called without argumentsMariano Lopez2016-12-141-1/+2
* oe-selftest: use tinfoil.parse_recipe()Paul Eggleton2016-12-141-3/+1
* oe-selftest: make tinfoil quiet when using to start QEMUPaul Eggleton2016-12-141-1/+1
* oeqa/utils/metadata.py: Add metadata libraryMariano Lopez2016-12-131-0/+83
* oeqa/utils/commands.py: Make a copy of variables in get_bb_varsMariano Lopez2016-12-131-0/+1
* oeqa/sshcontrol: Handle interrupted system call errorRichard Purdie2016-10-071-11/+13