summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils/qemurunner.py
Commit message (Expand)AuthorAgeFilesLines
* qemurunner: Handle lack of data on run serial gracefullyMariano Lopez2015-09-031-9/+12
* qemurunner: Added host dumps when there are errorsMariano Lopez2015-09-031-1/+14
* qemurunner: Don't loop on EWOULDBLOCK in logging thread.Randy Witt2015-08-291-14/+14
* qemurunner: In the logging thread retry on EAGAIN, EWOULDBLOCKRandy Witt2015-08-261-4/+25
* qemurunner: Shut down logging thread successfully when test failsRandy Witt2015-08-251-1/+2
* runqemu: Add a tcpserial optionRandy Witt2015-08-241-2/+2
* qemurunner: Use two serial ports and log console with a threadRandy Witt2015-08-241-2/+126
* qemurunner: Make create_socket() return data and use exceptionsRandy Witt2015-08-241-14/+15
* qemurunner.py: Move some class variables that should only be localRandy Witt2015-08-241-10/+9
* qemurunner.py: Performance improvements in run_serialMariano Lopez2015-08-161-8/+12
* qemurunner.py: Added raw mode in run_serialMariano Lopez2015-08-161-13/+18
* qemurunner.py: Added login to start methodMariano Lopez2015-08-161-0/+11
* qemurunner.py: Add method run_serialMariano Lopez2015-08-161-0/+30
* oeqa/qemurunner: Improve runqemu log output debugRichard Purdie2015-08-091-5/+10
* qemurunner: Improves checking for server and target IPs on qemus parametersAlejandro Hernandez2015-08-091-5/+8
* oeqa/qemurunner: Fix AttributeError: QemuRunner instance has no attribute 'se...Richard Purdie2015-07-271-1/+1
* qemurunner: Show last 25 line of log, not 5Richard Purdie2015-07-271-2/+2
* oeqa/utils/qemurunner: fix error handling if runqemu exits with an errorPaul Eggleton2015-07-271-1/+14
* oeqa/utils/qemurunner: avoid blocking on stty when running under oe-selftestPaul Eggleton2015-07-271-1/+5
* oeqa/utils/qemurunner: fix loggingPaul Eggleton2015-07-271-25/+24
* oeqa/qemurunner: don't assume hostname starts with qemuRoss Burton2015-07-251-1/+1
* oeqa/QemuRunner: don't use bb for loggingRoss Burton2015-07-231-29/+32
* oeqa/utils/qemurunner: search for login string in the entire boot logStefan Stanacar2014-03-111-2/+1
* oeqa/utils/qemurunner: use the right kill call so we don't send SIGTERM to bi...Stefan Stanacar2014-03-111-2/+2
* testimage: use the new targetcontrol.py module for running testsStefan Stanacar2013-12-031-20/+30
* qemurunner: disable grabs in automated testingRoss Burton2013-09-181-0/+3
* bitbake.conf: include machine name in DEPLOY_DIR_IMAGEPaul Eggleton2013-09-141-1/+7
* lib/oeqa/qemurunner: Use a timeout in select() callRichard Purdie2013-09-061-1/+1
* lib/oeqa/utils: qemurunner: fix when runqemu errors outStefan Stanacar2013-08-301-2/+2
* lib/oeqa: make it possible to restart the targetStefan Stanacar2013-08-261-7/+21
* lib/oeqa/utils: qemurunner: save host IP addressMihai Lindner2013-08-261-8/+3
* oeqa/utils/qemurunner: get ip old fashioned way and use tcp serial consoleStefan Stanacar2013-08-131-42/+81
* oeqa/utils/qemurunner: fix wrong var in messageStefan Stanacar2013-08-061-1/+1
* oeqa/utils/qemurunner: tweak console bootparam and ip commandStefan Stanacar2013-08-031-2/+2
* oeqa/utils/qemurunner: add comment and headerStefan Stanacar2013-08-031-0/+7
* classes/testimage.bbclass: use a copy of rootfs for testsStefan Stanacar2013-07-161-1/+1
* testimage.bbclass, lib/oeqa/utils/qemurunner.py: make boot timeout configurab...Stefan Stanacar2013-07-161-5/+5
* lib/oeqa/utils/qemurunner.py: class to handle qemu instanceRadu Moisan2013-07-091-0/+164