summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils
Commit message (Expand)AuthorAgeFilesLines
* oeqa: start() add remaining args SimpleRemoteTarget and QemuTinyRunnerAníbal Limón2016-08-101-2/+2
* oeqa/utils/httpserver.py: HTTPServer enable thread connection handlingAníbal Limón2016-08-101-1/+2
* oeqa/utils/sshcontrol.py: Allows to copy symlinks to targetMariano Lopez2016-08-041-2/+7
* oeqa/utils/commands.py: Command class improve validations/decoding in outputAníbal Limón2016-08-011-1/+4
* lib/oeqa/decorators: handle broken links when creating new symlinkRoss Burton2016-07-261-1/+1
* lib/oeqa/utils/commands.py: Move updateEnv() from runexported.pyMariano Lopez2016-07-211-0/+12
* utils/qemurunner.py: QemuRunner.start() add support for specify extra kernel ...Aníbal Limón2016-07-201-2/+6
* oeqa/utils/commands: fix single-character variable matching in get_bb_vars()Ross Burton2016-07-011-2/+2
* oeqa.utils: add git moduleMarkus Lehtonen2016-07-011-0/+38
* oeqa.utils.commands: runCmd: return stderr output, tooMarkus Lehtonen2016-07-011-0/+1
* oeqa.utils.commands: use get_bb_vars() in get_bb_var()Markus Lehtonen2016-07-011-15/+5
* oeqa.utils.commands: Introduce get_bb_vars()Markus Lehtonen2016-07-011-0/+33
* oeqa/targetbuild: use os.path.join instead of string concatenationRoss Burton2016-06-231-1/+1
* oeqa/targetbuild: add extra_cmds argument to run_configureRoss Burton2016-06-231-3/+2
* oeqa/targetbuild: fix folder name estimate logicRoss Burton2016-06-231-1/+2
* qemurunner: Use surrogateescape decodingRichard Purdie2016-06-021-1/+1
* classes/lib: Complete transition to python3Richard Purdie2016-06-029-23/+38
* qemurunner: convert data when working with socketEd Bartosh2016-06-021-2/+2
* classes/lib: Update to explictly create lists where neededRichard Purdie2016-06-021-1/+1
* classes/lib: Update to match python3 iter requirementsRichard Purdie2016-06-021-1/+1
* classes/lib: Update to use python3 command pipeline decodingRichard Purdie2016-06-024-13/+20
* oeqa/utils/package_manager.py: Add get_package_manager()Mariano Lopez2016-05-301-0/+29
* meta: Update to modern exception syntaxRichard Purdie2016-05-212-3/+3
* classes/oeqa: Update for print statements and file() -> open() for python3uninative-1.0Richard Purdie2016-05-163-5/+5
* oeqa/decorators: Use wraps consistentlyRichard Purdie2016-05-151-1/+4
* sshcontrol.py: Add methods to copy dirs and delete filesMariano Lopez2016-05-111-0/+84
* oeqa/runexported.py: Fix exported testMariano Lopez2016-04-121-1/+5
* oeqa/utils/ftools: improve remove_from_file algorithmRoss Burton2016-03-281-7/+8
* oeqa/utils/testexport.py: add functionality for exporting binariesCostin Constantin2016-03-201-0/+263
* classes/testsdk: Move code for avoid PATHs to oeqa.utilsAníbal Limón2016-02-281-0/+23
* oeqa/utils: added new network moduleFrancisco Pedraza2016-02-281-0/+8
* oeqa/targetcontrol: make ssh control optionalEd Bartosh2016-02-151-2/+2
* qemurunner: add parameter to method 'start'Ed Bartosh2016-02-151-22/+23
* oe-selftest: remove unused parameterEd Bartosh2016-02-151-1/+1
* oeqa: setup bitbake logger after tinfoil.shutdownEd Bartosh2016-02-101-0/+11
* oeqa/sshcontrol: don't source profileRoss Burton2015-12-011-2/+1
* oeqa/qemurunner: pass nographic to runqemu if DISPLAY isn't setRoss Burton2015-12-011-6/+6
* 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