aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils
AgeCommit message (Expand)Author
2015-10-07oeqa/utils/qemurunner: Add support for Unicode from qemuMariano Lopez
2015-10-01testimage: Added IO commands to dumpsMariano Lopez
2015-10-01oeqa/utils/decorators: Append the testname without the full pathLeonardo Sandoval
2015-10-01qemurunner: Sanitize output from qemu and qemu pidMariano Lopez
2015-10-01oeqa/decorators: Fixed a problem with decorator logs link.Lucian Musat
2015-09-28oeqa/decorators: Add timestamp to decorator logs.Lucian Musat
2015-09-28qemurunner: Handle qemu start failure correctlyRichard Purdie
2015-09-24oeqa/utils/dump: Add default commands and directoryMariano Lopez
2015-09-23oeqa/utils/qemurunner.py: Remove duplicate message on LoggingThread startAníbal Limón
2015-09-23oeqa/utils/qemurunner.py: Fix HIGH CPU usage on LoggingThreadAníbal Limón
2015-09-18oeqa/decorators: Added decorator to restart the DUT in case of test hang.Lucian Musat
2015-09-12oeqa/targetbuild: Ensure we run gnu-configize so config files are up to dateRichard Purdie
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-09qemurunner: Drop error to a warning to improve user feedbackRichard Purdie
2015-09-06oeqa/decorators: Fixed a problem with tests having the same names.Lucian Musat
2015-09-06oeqa: Test failure/cleanup improvementsRichard Purdie
2015-09-04testimage: filter proper test cases by tagszjh
2015-09-03qemurunner: Handle lack of data on run serial gracefullyMariano Lopez
2015-09-03qemurunner: Added host dumps when there are errorsMariano Lopez
2015-08-30oeqa/utils/dump: Handle empty commandlist gracefullyRichard Purdie
2015-08-30dump: allow to have datastore vars on dump commandsMariano Lopez
2015-08-30dump: Created new classes for dump host and targetMariano 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-19oeqa/targetbuild: Remove bashismRichard Purdie
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-08-01oeqa/commands: Increase qemu boot timeout to match testimage.bbclassRichard Purdie
2015-07-31sshcontrol: Use os.environ.copy() instead of copy.copy()Richard Purdie
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/selftest/imagefeatures: Use QemuTarget codeRichard Purdie
2015-07-27oeqa/utils/qemurunner: fix error handling if runqemu exits with an errorPaul Eggleton
2015-07-27oeqa/utils/qemurunner: avoid blocking on stty when running under oe-selftestPaul Eggleton
2015-07-27oeqa/utils/qemurunner: fix loggingPaul Eggleton
2015-07-25oeqa/qemurunner: don't assume hostname starts with qemuRoss Burton
2015-07-25oeqa/sshcontrol: Ensure we don't trigger ssh-askpassRichard Purdie
2015-07-23oeqa/QemuRunner: don't use bb for loggingRoss Burton
2015-06-18lib/oeqa/utils/commands: ensure get_bb_var() works when value contains =Paul Eggleton