aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils
AgeCommit message (Expand)Author
2017-03-26oeqa.utils.commands: limit runCmd exception outputMarkus Lehtonen
2017-03-26qemurunner.py: fix handling of runqemuparamsChen Qi
2017-03-26oeqa/targetcontrol.py: modify it to test runqemuRobert Yang
2017-03-26qemurunner: configurable timeout for run_serial()Patrick Ohly
2017-03-21qemurunner: configure guest networkingEd Bartosh
2017-03-21qemurunner: get network params from runqemu outputEd Bartosh
2017-03-08qemurunner.py: ignore decode errorsEd Bartosh
2017-03-08targetcontrol: add image_fstype argument to commands.runqemuEd Bartosh
2017-03-08qemurunner: add runqemuparams argument to commands.runqemuEd Bartosh
2017-03-01oeqa: add output to subprocess exceptionsRoss Burton
2017-02-23oeqa: fix typoHumberto Ibarra
2017-02-15selftest: remove result file log awkward checkingBenjamin Esquivel
2017-02-15oeqa.utils.git: support bare reposMarkus Lehtonen
2017-02-15oeqa.utils.git: add git_dir propertyMarkus Lehtonen
2017-02-05oeqa/buildproject: Run gnu-configize by defaultRichard Purdie
2017-01-23classes/oeqa: Replace subprocess.check_call() with check_output()Richard Purdie
2017-01-23testimage.bbclass: Add package install featureMariano Lopez
2017-01-23testimage.bbclass: Add support for package extractionMariano Lopez
2017-01-23oeqa/utils/dump: Move get_host_dumper to OERuntimeTestContextExecutor classAníbal Limón
2017-01-23oeqa/utils: {Target,SDK,}BuildProject remove dependency of bbAníbal Limón
2017-01-23oeqa/utils: Move targetbuild to buildproject moduleAníbal Limón
2017-01-23oeqa/utils/__init__.py: Adds compatibility with bitbake loggerMariano Lopez
2017-01-19oeqa/utils/qemurunner.py: Be sure to stop qemu-systemMariano Lopez
2017-01-19oeqa/utils/qemurunner.py: Add missing sys moduleMariano Lopez
2017-01-19oeqa.utils.metadata: include BB_NUMBER_THREADS and PARALLEL_MAKEMarkus Lehtonen
2017-01-19oeqa.utils.metadata: allow storing any bitbake config variablesMarkus Lehtonen
2017-01-19oeqa.utils.metadata: add bitbake revision informationMarkus Lehtonen
2017-01-19oeqa.utils.metadata: have layer name as an attribute in xmlMarkus Lehtonen
2017-01-19oeqa.utils.metadata: add commit count informationMarkus Lehtonen
2017-01-19oeqa.utils.metadata: rename 'revision' to 'commit'Markus Lehtonen
2017-01-19oeqa.utils.metadata: fix retrieval of git branch and revisionMarkus Lehtonen
2017-01-19oeqa.utils.metadata: drop 'unknown' git data elementsMarkus Lehtonen
2017-01-19oeqa.utils.metadata: re-organise distro informationMarkus Lehtonen
2017-01-19oeqa.utils.metadata: re-organise host distro informationMarkus Lehtonen
2016-12-22oeqa/utils/commands.py: allow use of binaries from native sysrootMaciej Borzecki
2016-12-19oe-selftest: import git module only when neededEd Bartosh
2016-12-16meta: remove True option to getVar callsJoshua Lock
2016-12-14oeqa/utils/commands.py: Fix get_bb_vars() when called without argumentsMariano Lopez
2016-12-14oe-selftest: use tinfoil.parse_recipe()Paul Eggleton
2016-12-14oe-selftest: make tinfoil quiet when using to start QEMUPaul Eggleton
2016-12-13oeqa/utils/metadata.py: Add metadata libraryMariano Lopez
2016-12-13oeqa/utils/commands.py: Make a copy of variables in get_bb_varsMariano Lopez
2016-10-07oeqa/sshcontrol: Handle interrupted system call errorRichard Purdie
2016-09-30oeqa/utils: Add StreamHandler to loggerFrancisco Pedraza
2016-09-16qemurunner: print out the runqemu commandbavery
2016-09-15oeqa/utils/decorators: LogResults fix race condition in linkfileAníbal Limón
2016-09-09oeqa: Use snapshot instead of copying the rootfs imageRichard Purdie
2016-09-09qemurunner.py/qemutinyrunner.py: remove runqemu-internalRobert Yang
2016-08-25oeqa.utils.git: implement init() methodMarkus Lehtonen
2016-08-25oeqa.utils.git.GitRepo: new arg to require topdirMarkus Lehtonen