summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils/qemurunner.py
Commit message (Expand)AuthorAgeFilesLines
...
* oeqa/qemurunner: Fix binary vs str issueRichard Purdie2021-05-091-2/+2
* qemurunner: change warning to infoSaul Wold2021-05-061-1/+1
* oeqa/qemurunner: Handle path length issues for qmp socketRichard Purdie2021-05-061-24/+32
* oeqa/qemurunner: Improve logging thread exit handling for qemu shutdown testRichard Purdie2021-05-061-1/+11
* qemurunner: Add support for qmp commandsSaul Wold2021-04-271-2/+68
* oeqa/runqemu: Support RUNQEMU_TMPFS_DIR as a location to copy snapshot images toRichard Purdie2021-04-061-1/+5
* runqemu: correct forcing of ttyS0Jon Mason2021-03-111-1/+1
* oeqa/qemurunner: Increase serial timeoutRichard Purdie2020-09-201-1/+1
* oeqa/qemurunner: Add priority/nice information for running processesRichard Purdie2020-07-221-1/+1
* oeqa/utils/qemurunner: Fix missing pid file tracebacksRichard Purdie2020-07-141-1/+1
* qemurunner: Add extra debug info when qemu fails to startRichard Purdie2020-07-131-0/+9
* qemurunner: Ensure pid location is deterministicRichard Purdie2020-07-131-2/+4
* qemurunner: fix ip fallback detectionKonrad Weihmann2020-05-301-1/+1
* oeqa/qemurunner: Clean up failure handlingRichard Purdie2020-04-261-3/+8
* testimage: enable ovmf supportKonrad Weihmann2020-04-241-1/+4
* oeqa/qemurunner: Don't print a warning for harmless exceptionRichard Purdie2020-03-241-1/+2
* testimage: Extend runtime testing infrastructure to allow unconventional boot...Alejandro Hernandez Samaniego2020-02-131-5/+26
* qemurunner.py: add try/except for pid handling raceTrevor Gamblin2020-02-081-1/+4
* oeqa: qemu: ensure we print runqemu output in the event of failurePaul Eggleton2019-12-151-2/+2
* oeqa/qemurunner: Fix cmdline variable use before referenceRichard Purdie2019-12-061-1/+1
* oeqa/utils/qemurunner.py: Handle QEMU machines with a single serialNathan Rossi2019-11-271-11/+21
* 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