aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils/qemurunner.py
AgeCommit message (Expand)Author
2017-03-08qemurunner.py: ignore decode errorsEd Bartosh
2017-03-08qemurunner: add runqemuparams argument to commands.runqemuEd Bartosh
2017-01-19oeqa/utils/qemurunner.py: Be sure to stop qemu-systemMariano Lopez
2017-01-19oeqa/utils/qemurunner.py: Add missing sys moduleMariano Lopez
2016-09-30oeqa/utils: Add StreamHandler to loggerFrancisco Pedraza
2016-09-16qemurunner: print out the runqemu commandbavery
2016-09-09oeqa: Use snapshot instead of copying the rootfs imageRichard Purdie
2016-09-09qemurunner.py/qemutinyrunner.py: remove runqemu-internalRobert Yang
2016-08-18testimage: allow using kvm when running qemux86* machinesBill Randle
2016-07-20utils/qemurunner.py: QemuRunner.start() add support for specify extra kernel ...Aníbal Limón
2016-06-02qemurunner: Use surrogateescape decodingRichard Purdie
2016-06-02classes/lib: Complete transition to python3Richard Purdie
2016-06-02qemurunner: convert data when working with socketEd Bartosh
2016-06-02classes/lib: Update to explictly create lists where neededRichard Purdie
2016-06-02classes/lib: Update to use python3 command pipeline decodingRichard Purdie
2016-05-21meta: Update to modern exception syntaxRichard Purdie
2016-05-16classes/oeqa: Update for print statements and file() -> open() for python3Richard Purdie
2016-02-15qemurunner: add parameter to method 'start'Ed Bartosh
2015-12-01oeqa/qemurunner: pass nographic to runqemu if DISPLAY isn't setRoss Burton
2015-11-16qemurunner: Remove the timeout in run_serialMariano Lopez
2015-11-16qemurunner: Enable timestamps on kernel boot-upLeonardo Sandoval
2015-10-24qemurunner: Show the output of runqemu scriptMariano Lopez
2015-10-03oeqa/utils/qemurunner: Add support for Unicode from qemuMariano Lopez
2015-09-29qemurunner: Sanitize output from qemu and qemu pidMariano Lopez
2015-09-28qemurunner: Handle qemu start failure correctlyRichard Purdie
2015-09-22oeqa/utils/qemurunner.py: Remove duplicate message on LoggingThread startAníbal Limón
2015-09-22oeqa/utils/qemurunner.py: Fix HIGH CPU usage on LoggingThreadAníbal Limón
2015-09-12oeqa: Test failure/cleanup improvementsRichard Purdie
2015-09-09qemurunner: Fix killpg pid usageRichard Purdie
2015-09-09qemurunner: Ensure runqemu doesn't survive SIGKILLRichard Purdie
2015-09-07qemurunner: Drop error to a warning to improve user feedbackRichard Purdie
2015-09-05oeqa: Test failure/cleanup improvementsRichard Purdie
2015-09-02qemurunner: Handle lack of data on run serial gracefullyMariano Lopez
2015-09-01qemurunner: Added host dumps when there are errorsMariano Lopez
2015-08-29qemurunner: Don't loop on EWOULDBLOCK in logging thread.Randy Witt
2015-08-26qemurunner: In the logging thread retry on EAGAIN, EWOULDBLOCKRandy Witt
2015-08-25qemurunner: Shut down logging thread successfully when test failsRandy Witt
2015-08-24runqemu: Add a tcpserial optionRandy Witt
2015-08-24qemurunner: Use two serial ports and log console with a threadRandy Witt
2015-08-24qemurunner: Make create_socket() return data and use exceptionsRandy Witt
2015-08-24qemurunner.py: Move some class variables that should only be localRandy Witt
2015-08-16qemurunner.py: Performance improvements in run_serialMariano Lopez
2015-08-16qemurunner.py: Added raw mode in run_serialMariano Lopez
2015-08-16qemurunner.py: Added login to start methodMariano Lopez
2015-08-16qemurunner.py: Add method run_serialMariano Lopez
2015-08-09oeqa/qemurunner: Improve runqemu log output debugRichard Purdie
2015-08-09qemurunner: Improves checking for server and target IPs on qemus parametersAlejandro Hernandez
2015-07-27oeqa/qemurunner: Fix AttributeError: QemuRunner instance has no attribute 'se...Richard Purdie
2015-07-27qemurunner: Show last 25 line of log, not 5Richard Purdie
2015-07-27oeqa/utils/qemurunner: fix error handling if runqemu exits with an errorPaul Eggleton