[bitbake-devel] [PATCH 00/11] toaster: tts fixes

Ed Bartosh ed.bartosh at linux.intel.com
Thu Jul 30 16:25:04 UTC 2015


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



More information about the bitbake-devel mailing list