From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 00/11] toaster: tts fixes
Date: Thu, 30 Jul 2015 19:25:04 +0300 [thread overview]
Message-ID: <cover.1438271912.git.ed.bartosh@linux.intel.com> (raw)
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
next reply other threads:[~2015-07-30 16:25 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-30 16:25 Ed Bartosh [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1438271912.git.ed.bartosh@linux.intel.com \
--to=ed.bartosh@linux.intel.com \
--cc=bitbake-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.