summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils
Commit message (Expand)AuthorAgeFilesLines
...
* qemurunner: Remove the timeout in run_serialMariano Lopez2015-11-161-8/+10
* qemurunner: Enable timestamps on kernel boot-upLeonardo Sandoval2015-11-161-1/+1
* oeqa/utils/decorators: fix missing keyword arguments on decoratorsPaul Eggleton2015-10-271-8/+8
* qemurunner: Show the output of runqemu scriptMariano Lopez2015-10-271-0/+1
* oeqa/utils/ftools: From functions that expect data, check if NoneLeonardo Sandoval2015-10-211-0/+9
* oeqa/utils/ftools: Ignore the exception if file does not existLeonardo Sandoval2015-10-211-1/+10
* oeqa/utils/qemurunner: Add support for Unicode from qemuMariano Lopez2015-10-071-4/+11
* testimage: Added IO commands to dumpsMariano Lopez2015-10-011-0/+2
* oeqa/utils/decorators: Append the testname without the full pathLeonardo Sandoval2015-10-011-0/+4
* qemurunner: Sanitize output from qemu and qemu pidMariano Lopez2015-10-011-0/+7
* oeqa/decorators: Fixed a problem with decorator logs link.Lucian Musat2015-10-011-7/+5
* oeqa/decorators: Add timestamp to decorator logs.Lucian Musat2015-09-281-2/+15
* qemurunner: Handle qemu start failure correctlyRichard Purdie2015-09-281-2/+2
* oeqa/utils/dump: Add default commands and directoryMariano Lopez2015-09-241-2/+11
* 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/decorators: Added decorator to restart the DUT in case of test hang.Lucian Musat2015-09-181-0/+25
* oeqa/targetbuild: Ensure we run gnu-configize so config files are up to dateRichard Purdie2015-09-121-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/decorators: Fixed a problem with tests having the same names.Lucian Musat2015-09-061-4/+6
* oeqa: Test failure/cleanup improvementsRichard Purdie2015-09-062-12/+37
* testimage: filter proper test cases by tagszjh2015-09-041-1/+33
* qemurunner: Handle lack of data on run serial gracefullyMariano Lopez2015-09-032-11/+22
* qemurunner: Added host dumps when there are errorsMariano Lopez2015-09-032-20/+23
* oeqa/utils/dump: Handle empty commandlist gracefullyRichard Purdie2015-08-301-0/+2
* dump: allow to have datastore vars on dump commandsMariano Lopez2015-08-301-16/+26
* dump: Created new classes for dump host and targetMariano Lopez2015-08-301-0/+77
* 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
* oeqa/targetbuild: Remove bashismRichard Purdie2015-08-191-2/+2
* 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/commands: Increase qemu boot timeout to match testimage.bbclassRichard Purdie2015-08-011-1/+1
* sshcontrol: Use os.environ.copy() instead of copy.copy()Richard Purdie2015-07-311-2/+1
* 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/selftest/imagefeatures: Use QemuTarget codeRichard Purdie2015-07-271-0/+49
* oeqa/utils/qemurunner: fix error handling if runqemu exits with an errorPaul Eggleton2015-07-271-1/+14