All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] toaster: tts fixes
@ 2015-07-30 16:25 Ed Bartosh
  2015-07-30 16:25 ` [PATCH 01/11] toaster: tts: fix pylint warnings Ed Bartosh
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Ed Bartosh @ 2015-07-30 16:25 UTC (permalink / raw)
  To: bitbake-devel

Hi reviewers,

This is a set of fixes for Toaster TTS testing system from Alex.

The patchset has been reviewed by me. Please review and accept.

The following changes since commit bef724057f1ea81571dd3ac5a9cf862f818434b5:

  build: Exit scripts with result of last shell function (2015-07-27 16:29:11 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/toaster/submit/adamian/20150715_testfixes
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/submit/adamian/20150715_testfixes

Alexandru DAMIAN (11):
  toaster: tts: fix pylint warnings
  toaster: tts: clean up HTML5 compatible url list
  toaster tests: gitignore and use absolute path for log file
  toaster: tts: improve debugging information
  toaster: tts: improve logging in urlcheck.py
  toaster: tts: fix startup and cleanup for managed mode
  toaster: tts: delete pyc files before the tests start
  toaster: tts: delete the database only if created
  toaster: tts: make sure to import data
  toaster: tts: execute tests in numeric order
  toaster: toastergui: run pylint on the toaster files

 .gitignore                            |   3 +
 lib/toaster/contrib/tts/config.py     |  37 +++++++-----
 lib/toaster/contrib/tts/launcher.py   |  35 +++++------
 lib/toaster/contrib/tts/recv.py       |  17 ++++--
 lib/toaster/contrib/tts/runner.py     | 110 ++++++++++++++++++++--------------
 lib/toaster/contrib/tts/scratchpad.py |  20 -------
 lib/toaster/contrib/tts/shellutils.py |  64 ++++++++++----------
 lib/toaster/contrib/tts/tests.py      |  63 ++++++++++---------
 lib/toaster/contrib/tts/urlcheck.py   |  38 ++++++++----
 lib/toaster/contrib/tts/urllist.py    |  83 ++++++++++++-------------
 10 files changed, 250 insertions(+), 220 deletions(-)
 delete mode 100644 lib/toaster/contrib/tts/scratchpad.py

--
Regards,
Ed


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-07-30 16:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-30 16:25 [PATCH 00/11] toaster: tts fixes Ed Bartosh
2015-07-30 16:25 ` [PATCH 01/11] toaster: tts: fix pylint warnings Ed Bartosh
2015-07-30 16:25 ` [PATCH 02/11] toaster: tts: clean up HTML5 compatible url list Ed Bartosh
2015-07-30 16:25 ` [PATCH 03/11] toaster tests: gitignore and use absolute path for log file Ed Bartosh
2015-07-30 16:25 ` [PATCH 04/11] toaster: tts: improve debugging information Ed Bartosh
2015-07-30 16:25 ` [PATCH 05/11] toaster: tts: improve logging in urlcheck.py Ed Bartosh
2015-07-30 16:25 ` [PATCH 06/11] toaster: tts: fix startup and cleanup for managed mode Ed Bartosh
2015-07-30 16:25 ` [PATCH 07/11] toaster: tts: delete pyc files before the tests start Ed Bartosh
2015-07-30 16:25 ` [PATCH 08/11] toaster: tts: delete the database only if created Ed Bartosh
2015-07-30 16:25 ` [PATCH 09/11] toaster: tts: make sure to import data Ed Bartosh
2015-07-30 16:25 ` [PATCH 10/11] toaster: tts: execute tests in numeric order Ed Bartosh
2015-07-30 16:25 ` [PATCH 11/11] toaster: toastergui: run pylint on the toaster files Ed Bartosh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.