summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils/qemurunner.py
Commit message (Expand)AuthorAgeFilesLines
* oeqa/qemurunner: Clean up failure handlingRichard Purdie2020-06-021-3/+8
* qemurunner.py: add try/except for pid handling raceTrevor Gamblin2020-03-071-1/+4
* lib/oeqa/utils/qemurunner.py: add runqemuparams after kvm/nographic/snapshot/...Alexander Kanavin2019-08-131-2/+2
* qemurunner.py: Be more verbose about problemsAlistair Francis2019-07-181-10/+10
* qemurunner.py: fix race condition at qemu startupChen Qi2019-07-151-7/+14
* qemurunner: fix undefined variableAdrian Freihofer2019-06-081-0/+1
* oeqa/utils/qemurunner: Set both the threadport&serverport with tcpserial para...Kevin Hao2019-06-071-2/+2
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-1/+3
* oeqa/utils/qemurunner: Fix typo in previous commitRichard Purdie2019-04-091-1/+1
* oeqa/qemurunner: Dont mix binary and non-binary stringsRichard Purdie2019-03-251-0/+1
* oeqa/utils/qemurunner: set timeout to 60s for run_serialRobert Yang2019-01-071-1/+1
* oeqa/utils/qemurunner: Print output when failed to loginRobert Yang2018-12-271-0/+1
* oeqa/utils/qemurunner: Avoid tracebacks on closed filesRichard Purdie2018-12-051-2/+2
* oeqa/qemurunner: Remove resource python warningsRichard Purdie2018-12-011-2/+8
* oeqa/utils/qemurunner: Fix python ResourceWarning for unclosed fileRichard Purdie2018-12-011-0/+2
* qemurunner: Add support for slirpYeoh Ee Peng2018-11-231-4/+13
* oeqa/utils/qemurunner.py: Fix python regex warningsRichard Purdie2018-11-161-5/+5
* qemurunner: Remove the signal handler before stopping qemuRichard Purdie2018-10-091-2/+2
* qemurunner.py: fix is_alive() to avoid confusing with recycled pidRobert Yang2018-07-261-1/+1
* logging: use warning instead warnChen Qi2018-07-261-2/+2
* utils: qemurunner.py: cleanup grammar and ensure consistencyMark Asselstine2017-12-101-1/+1
* utils: qemurunner.py: Log both 'failed to reach login banner" reasonsMark Asselstine2017-12-101-2/+6
* utils: qemurunner.py: Add wall clock to 'timeout' loggingMark Asselstine2017-12-101-6/+14
* qemurunner: Simplify binary data handlingRichard Purdie2017-11-211-12/+8
* oeqa: Clean up logger handlingRichard Purdie2017-11-091-5/+2
* oeqa/qemurunner: Use logger.debug, not logger.infoRichard Purdie2017-11-091-37/+37
* qemurunner: Ensure logging handler is removedRichard Purdie2017-11-091-1/+3
* qemurunner: fix bad indentation in serial loginRoss Burton2017-11-051-3/+3
* qemurunner: print tail qemu log in case bootlog is emptyLeonardo Sandoval2017-09-251-1/+6
* qemurunner.py: wait for PID to appear in procfsJuro Bystricky2017-09-131-3/+4
* qemurunner.py: refactor searching for QEMU PIDJuro Bystricky2017-09-111-167/+136
* oeqa/qemurunner: Improve loggingRichard Purdie2017-09-111-45/+45
* qemurunner: Tweak qemu pid starting timeout codeRichard Purdie2017-08-301-4/+8
* QemuRunner: avoid tainting os.environPatrick Ohly2017-05-181-7/+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