summaryrefslogtreecommitdiff
path: root/meta/lib/oeqa/utils
AgeCommit message (Expand)AuthorFiles
2018-02-27package_manager: Filter to only rpms we depend uponRichard Purdie1
2017-12-10utils: qemurunner.py: cleanup grammar and ensure consistencyMark Asselstine1
2017-12-10utils: qemurunner.py: Log both 'failed to reach login banner" reasonsMark Asselstine1
2017-12-10utils: qemurunner.py: Add wall clock to 'timeout' loggingMark Asselstine1
2017-12-02oeqa/commands: don't break if get_bb_vars is passed a tupleRoss Burton1
2017-11-21qemurunner: Simplify binary data handlingRichard Purdie1
2017-11-09oeqa: Clean up logger handlingRichard Purdie3
2017-11-09oeqa/qemurunner: Use logger.debug, not logger.infoRichard Purdie1
2017-11-09qemurunner: Ensure logging handler is removedRichard Purdie1
2017-11-08sshcontrol.py: in copy_to() always use scpErik Botö1
2017-11-05qemurunner: fix bad indentation in serial loginRoss Burton1
2017-09-25qemurunner: print tail qemu log in case bootlog is emptyLeonardo Sandoval1
2017-09-13qemurunner.py: wait for PID to appear in procfsJuro Bystricky1
2017-09-07qemurunner.py: refactor searching for QEMU PIDJuro Bystricky1
2017-09-07oeqa/qemurunner: Improve loggingRichard Purdie1
2017-08-29qemurunner: Tweak qemu pid starting timeout codeRichard Purdie1
2017-08-23utils/logparser.py: fix section checkRobert Yang1
2017-08-23oeqa/utils/logparser.py: add skip statusRobert Yang1
2017-06-28commands.py: live output logging + result.error encoding fixPatrick Ohly1
2017-06-28meta: Fix return value checks from subprocess.call()'sMikko Rapeli2
2017-06-05scripts/oe-test: Move load_test_components to oeqa.utilsAníbal Limón1
2017-05-23oeqa.utils.git: use --verify in rev_parse()Markus Lehtonen1
2017-05-18QemuRunner: avoid tainting os.environPatrick Ohly1
2017-05-16oe.lsb: add get_os_release()Markus Lehtonen1
2017-04-06oeqa/utils/targetbuild: tmp dir improvementsJoshua Lock1
2017-04-06oeqa/utils/buildproject: create a more unique tmp dirJoshua Lock1
2017-04-05selftest/commands: extend variable regex to include A_B variable notationLeonardo Sandoval1
2017-03-28oeqa: allow persistent image writes in runqemu()Patrick Ohly3
2017-03-28oeqa: allow customizing image used by runqemu()Patrick Ohly1
2017-03-28oeqa: allow extending qemuparams="..."Patrick Ohly1
2017-03-28oeqa: tolerate interrupted select() while waiting for qemuPatrick Ohly2
2017-03-26oeqa.utils.commands: limit runCmd exception outputMarkus Lehtonen1
2017-03-26qemurunner.py: fix handling of runqemuparamsChen Qi1
2017-03-26oeqa/targetcontrol.py: modify it to test runqemuRobert Yang2
2017-03-26qemurunner: configurable timeout for run_serial()Patrick Ohly2
2017-03-21qemurunner: configure guest networkingEd Bartosh1
2017-03-21qemurunner: get network params from runqemu outputEd Bartosh1
2017-03-08qemurunner.py: ignore decode errorsEd Bartosh1
2017-03-08targetcontrol: add image_fstype argument to commands.runqemuEd Bartosh1
2017-03-08qemurunner: add runqemuparams argument to commands.runqemuEd Bartosh3
2017-03-01oeqa: add output to subprocess exceptionsRoss Burton1
2017-02-23oeqa: fix typoHumberto Ibarra1
2017-02-15selftest: remove result file log awkward checkingBenjamin Esquivel1
2017-02-15oeqa.utils.git: support bare reposMarkus Lehtonen1
2017-02-15oeqa.utils.git: add git_dir propertyMarkus Lehtonen1
2017-02-05oeqa/buildproject: Run gnu-configize by defaultRichard Purdie1
2017-01-23classes/oeqa: Replace subprocess.check_call() with check_output()Richard Purdie2
2017-01-23testimage.bbclass: Add package install featureMariano Lopez1
2017-01-23testimage.bbclass: Add support for package extractionMariano Lopez1
2017-01-23oeqa/utils/dump: Move get_host_dumper to OERuntimeTestContextExecutor classAníbal Limón1