aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils
AgeCommit message (Expand)Author
2017-08-23utils/logparser.py: fix section checkRobert Yang
2017-08-23oeqa/utils/logparser.py: add skip statusRobert Yang
2017-06-28commands.py: live output logging + result.error encoding fixPatrick Ohly
2017-06-28meta: Fix return value checks from subprocess.call()'sMikko Rapeli
2017-06-05scripts/oe-test: Move load_test_components to oeqa.utilsAníbal Limón
2017-05-23oeqa.utils.git: use --verify in rev_parse()Markus Lehtonen
2017-05-18QemuRunner: avoid tainting os.environPatrick Ohly
2017-05-16oe.lsb: add get_os_release()Markus Lehtonen
2017-04-06oeqa/utils/targetbuild: tmp dir improvementsJoshua Lock
2017-04-06oeqa/utils/buildproject: create a more unique tmp dirJoshua Lock
2017-04-05selftest/commands: extend variable regex to include A_B variable notationLeonardo Sandoval
2017-03-28oeqa: allow persistent image writes in runqemu()Patrick Ohly
2017-03-28oeqa: allow customizing image used by runqemu()Patrick Ohly
2017-03-28oeqa: allow extending qemuparams="..."Patrick Ohly
2017-03-28oeqa: tolerate interrupted select() while waiting for qemuPatrick Ohly
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