summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils/qemurunner.py
Commit message (Expand)AuthorAgeFilesLines
* qemurunner: Simplify binary data handlingRichard Purdie2018-03-041-12/+8
* oeqa: Clean up logger handlingRichard Purdie2018-03-041-5/+2
* oeqa/qemurunner: Use logger.debug, not logger.infoRichard Purdie2018-03-041-37/+37
* qemurunner: Ensure logging handler is removedRichard Purdie2018-03-041-1/+3
* qemurunner: fix bad indentation in serial loginRoss Burton2018-03-041-3/+3
* qemurunner: print tail qemu log in case bootlog is emptyLeonardo Sandoval2018-03-041-1/+6
* qemurunner.py: wait for PID to appear in procfsJuro Bystricky2018-03-041-3/+4
* qemurunner.py: refactor searching for QEMU PIDJuro Bystricky2018-03-041-167/+136
* oeqa/qemurunner: Improve loggingRichard Purdie2018-03-041-45/+45
* qemurunner: Tweak qemu pid starting timeout codeRichard Purdie2018-03-041-4/+8
* oeqa: allow persistent image writes in runqemu()Patrick Ohly2017-03-281-2/+2
* oeqa: tolerate interrupted select() while waiting for qemuPatrick Ohly2017-03-281-2/+8
* qemurunner.py: fix handling of runqemuparamsChen Qi2017-03-271-3/+3
* oeqa/targetcontrol.py: modify it to test runqemuRobert Yang2017-03-271-11/+17
* qemurunner: configurable timeout for run_serial()Patrick Ohly2017-03-271-7/+10
* 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
* qemurunner: add runqemuparams argument to commands.runqemuEd Bartosh2017-03-081-2/+2
* 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: Add StreamHandler to loggerFrancisco Pedraza2016-10-011-0/+1
* qemurunner: print out the runqemu commandbavery2016-09-161-3/+5
* oeqa: Use snapshot instead of copying the rootfs imageRichard Purdie2016-09-091-1/+1
* qemurunner.py/qemutinyrunner.py: remove runqemu-internalRobert Yang2016-09-091-1/+1
* testimage: allow using kvm when running qemux86* machinesBill Randle2016-08-181-2/+9
* utils/qemurunner.py: QemuRunner.start() add support for specify extra kernel ...Aníbal Limón2016-07-201-2/+6
* qemurunner: Use surrogateescape decodingRichard Purdie2016-06-021-1/+1
* classes/lib: Complete transition to python3Richard Purdie2016-06-021-10/+12
* qemurunner: convert data when working with socketEd Bartosh2016-06-021-2/+2
* classes/lib: Update to explictly create lists where neededRichard Purdie2016-06-021-1/+1
* classes/lib: Update to use python3 command pipeline decodingRichard Purdie2016-06-021-10/+16
* meta: Update to modern exception syntaxRichard Purdie2016-05-211-2/+2
* classes/oeqa: Update for print statements and file() -> open() for python3uninative-1.0Richard Purdie2016-05-161-1/+1
* qemurunner: add parameter to method 'start'Ed Bartosh2016-02-151-22/+23
* oeqa/qemurunner: pass nographic to runqemu if DISPLAY isn't setRoss Burton2015-12-011-6/+6
* qemurunner: Remove the timeout in run_serialMariano Lopez2015-11-161-8/+10
* qemurunner: Enable timestamps on kernel boot-upLeonardo Sandoval2015-11-161-1/+1
* qemurunner: Show the output of runqemu scriptMariano Lopez2015-10-271-0/+1
* oeqa/utils/qemurunner: Add support for Unicode from qemuMariano Lopez2015-10-071-4/+11
* qemurunner: Sanitize output from qemu and qemu pidMariano Lopez2015-10-011-0/+7
* qemurunner: Handle qemu start failure correctlyRichard Purdie2015-09-281-2/+2
* oeqa/utils/qemurunner.py: Remove duplicate message on LoggingThread startAníbal Limón2015-09-231-1/+0
* oeqa/utils/qemurunner.py: Fix HIGH CPU usage on LoggingThreadAníbal Limón2015-09-231-3/+3
* oeqa: Test failure/cleanup improvementsRichard Purdie2015-09-121-0/+1
* qemurunner: Fix killpg pid usageRichard Purdie2015-09-091-2/+2
* qemurunner: Ensure runqemu doesn't survive SIGKILLRichard Purdie2015-09-091-0/+27
* qemurunner: Drop error to a warning to improve user feedbackRichard Purdie2015-09-091-1/+1
* oeqa: Test failure/cleanup improvementsRichard Purdie2015-09-061-10/+25
* qemurunner: Handle lack of data on run serial gracefullyMariano Lopez2015-09-031-9/+12