aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/contrib/tts/launcher.py
AgeCommit message (Collapse)Author
2015-08-01toaster: tts: fix pylint warningsAlexandru DAMIAN
This patch brings TTS to the pylint coding standards. Pylint was run with some disables: disable=logging-too-many-args,line-too-long,missing-docstring and achieved Your code has been rated at 10.00/10 There are no functional changes. Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-05-29toaster/tts: Fix testsAlexandru DAMIAN
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
2015-05-14toaster/contrib: adding TTS squashed patchAlexandru DAMIAN
In order to move the Toaster Test System in Toaster itself, we create a contrib directory. The TTS is added as a squashed patch with no history. It contains code contributed by Ke Zou <ke.zou@windriver.com>. Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>