aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils
AgeCommit message (Expand)Author
2016-07-01oeqa/utils/commands: fix single-character variable matching in get_bb_vars()Ross Burton
2016-07-01oeqa.utils: add git moduleMarkus Lehtonen
2016-07-01oeqa.utils.commands: runCmd: return stderr output, tooMarkus Lehtonen
2016-07-01oeqa.utils.commands: use get_bb_vars() in get_bb_var()Markus Lehtonen
2016-07-01oeqa.utils.commands: Introduce get_bb_vars()Markus Lehtonen
2016-06-23oeqa/targetbuild: use os.path.join instead of string concatenationRoss Burton
2016-06-23oeqa/targetbuild: add extra_cmds argument to run_configureRoss Burton
2016-06-23oeqa/targetbuild: fix folder name estimate logicRoss Burton
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 match python3 iter requirementsRichard Purdie
2016-06-02classes/lib: Update to use python3 command pipeline decodingRichard Purdie
2016-05-30oeqa/utils/package_manager.py: Add get_package_manager()Mariano Lopez
2016-05-21meta: Update to modern exception syntaxRichard Purdie
2016-05-16classes/oeqa: Update for print statements and file() -> open() for python3Richard Purdie
2016-05-14oeqa/decorators: Use wraps consistentlyRichard Purdie
2016-05-09sshcontrol.py: Add methods to copy dirs and delete filesMariano Lopez
2016-04-12oeqa/runexported.py: Fix exported testMariano Lopez
2016-03-28oeqa/utils/ftools: improve remove_from_file algorithmRoss Burton
2016-03-20oeqa/utils/testexport.py: add functionality for exporting binariesCostin Constantin
2016-02-28classes/testsdk: Move code for avoid PATHs to oeqa.utilsAníbal Limón
2016-02-28oeqa/utils: added new network moduleFrancisco Pedraza
2016-02-15oeqa/targetcontrol: make ssh control optionalEd Bartosh
2016-02-15qemurunner: add parameter to method 'start'Ed Bartosh
2016-02-15oe-selftest: remove unused parameterEd Bartosh
2016-02-10oeqa: setup bitbake logger after tinfoil.shutdownEd Bartosh
2015-12-01oeqa/sshcontrol: don't source profileRoss Burton
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-27oeqa/utils/decorators: fix missing keyword arguments on decoratorsPaul Eggleton
2015-10-24qemurunner: Show the output of runqemu scriptMariano Lopez
2015-10-21oeqa/utils/ftools: From functions that expect data, check if NoneLeonardo Sandoval
2015-10-21oeqa/utils/ftools: Ignore the exception if file does not existLeonardo Sandoval
2015-10-03oeqa/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-09-29qemurunner: Sanitize output from qemu and qemu pidMariano Lopez
2015-09-29oeqa/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-23oeqa/utils/dump: Add default commands and directoryMariano Lopez
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-15oeqa/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