aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils
AgeCommit message (Expand)Author
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-31oeqa/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-24oeqa/qemurunner: don't assume hostname starts with qemuRoss Burton
2015-07-24oeqa/sshcontrol: Ensure we don't trigger ssh-askpassRichard Purdie
2015-07-22oeqa/QemuRunner: don't use bb for loggingRoss Burton
2015-06-18lib/oeqa/utils/commands: ensure get_bb_var() works when value contains =Paul Eggleton
2015-06-11oeqa/utils: Added timeout decorator for testcases.Lucian Musat
2015-05-19recipetool: add appendfile subcommandPaul Eggleton
2015-05-14oeqa/utils: Fixed a problem with get_bb_var not returning right variable.Lucian Musat
2015-05-03oeqa/utils: Allow ~ in bblayersEd Bartosh
2015-04-29oeqa/targetbuild: Use DL_DIR for downloads if presentRichard Purdie
2015-04-21oeqa/utils/decorators: Fix up frame selectionNathan Rossi
2015-04-09oeqa/utils: Add runner for poky-tiny qemu.Lucian Musat
2015-04-09testimage: sort modules based on dependenciesPatrick Ohly
2015-03-20oe-selftest: support getting unexported variable valuesPaul Eggleton
2015-01-23oeqa/utils/decorators: Try and improve ugly _ErrorHandler tracebacksRichard Purdie
2014-12-25oeqa/utils: fix testcase decorator to allow calling tests individuallyPaul Eggleton
2014-12-25oeqa/utils: replace some tabs with spacesPaul Eggleton
2014-12-21oeqa/utils: make get_bb_var() more reliablePaul Eggleton
2014-09-29oeqa/utils: Added filter to LogResults decorator to enforce custom log level.Lucian Musat
2014-09-10oeqa/utils/logparser.py: results based log parser utilityLucian Musat
2014-08-23oeqa/utils/httpserver: Reset SIGTERM handlerRichard Purdie
2014-08-18oeqa/utils/targetbuild.py: add support for sdk testsCorneliu Stoicescu
2014-08-02oeqa/utils/decorators.py: add import osCorneliu Stoicescu
2014-07-25oeqa: Refactor test skipping decorators to use the unittest result objectLucian Musat
2014-07-03Added testcase decorator to use in logging. Added class decorator LogResults ...Lucian Musat
2014-06-10oeqa/utils/commands.py: add support for postconfig optionCorneliu Stoicescu
2014-04-30oeqa: add proper handling for command errors where neededPaul Eggleton
2014-04-29oeqa/utils: sshcontrol: realtime logging of outputStefan Stanacar
2014-03-11oeqa/utils/qemurunner: search for login string in the entire boot logStefan Stanacar
2014-03-11oeqa/utils/qemurunner: use the right kill call so we don't send SIGTERM to bi...Stefan Stanacar
2014-02-11oeqa/utils: targetbuild: take proxy into accountStefan Stanacar
2014-02-08oeqa/utils: targetbuild: don't use bb.fetch anymoreStefan Stanacar
2014-02-02oeqa/utils: sshcontrol: rewrite the SSHControl classStefan Stanacar
2014-01-28lib/oeqa: sshcontrol: Allow alternate port for SSHControlSipke Vriend
2014-01-22lib/oeqa: sshcontrol: fix false timeout failuresStefan Stanacar
2014-01-16lib/oeqa: allow a layer to provide it's own TEST_TARGET classStefan Stanacar
2013-12-03testimage: use the new targetcontrol.py module for running testsStefan Stanacar
2013-12-03scripts/oe-selftest: script to run builds as unittest against bitbake or vari...Stefan Stanacar