From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 0/8] toaster: Fixes and clean ups
Date: Fri, 28 Oct 2016 18:48:39 +0300 [thread overview]
Message-ID: <cover.1477669486.git.ed.bartosh@linux.intel.com> (raw)
Hi,
This is series is available on the poky-contrib repository branch michaelw/toaster/tests_fixes_and_clean_ups
Note: this removes the tts contrib directory which is redundant.
The following changes since commit ef627ab364d52fe19994c94c1a78fbe21620a32c:
local.conf.sample.extended: remove RM_OLD_IMAGE (2016-10-19 17:07:41 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ed/toaster/submit/michaelw/toaster/tests_fixes_and_clean_ups
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/submit/michaelw/toaster/tests_fixes_and_clean_ups
Michael Wood (8):
toaster: views Tests fix all pyflake identified issues
toaster: Move views tests to main testing module
toaster: Delete useless bldcontrol/test
toaster: Remove contrib tts
toaster: test browser test_layerdetails_page add wait_until_visible
toaster: orm models Handle run builds process not yet running
toaster: tests builds Update buildtest
toaster: tests builds test_core_image_min Clean ups
lib/toaster/bldcontrol/tests.py | 141 --
lib/toaster/contrib/README | 6 -
lib/toaster/contrib/tts/README | 41 -
lib/toaster/contrib/tts/TODO | 9 -
lib/toaster/contrib/tts/config.py | 98 -
lib/toaster/contrib/tts/launcher.py | 101 -
lib/toaster/contrib/tts/recv.py | 56 -
lib/toaster/contrib/tts/runner.py | 222 --
lib/toaster/contrib/tts/settings.json | 5 -
lib/toaster/contrib/tts/shellutils.py | 141 --
lib/toaster/contrib/tts/tests.py | 115 -
.../contrib/tts/toasteruitest/run_toastertests.py | 155 --
.../tts/toasteruitest/toaster_automation_test.py | 2376 --------------------
.../contrib/tts/toasteruitest/toaster_test.cfg | 25 -
lib/toaster/contrib/tts/urlcheck.py | 53 -
lib/toaster/contrib/tts/urllist.py | 39 -
lib/toaster/orm/models.py | 8 +-
.../tests/browser/test_layerdetails_page.py | 3 +-
lib/toaster/tests/builds/buildtest.py | 129 +-
lib/toaster/tests/builds/test_core_image_min.py | 50 +-
lib/toaster/tests/views/README | 4 +
.../tts/log/.create => tests/views/__init__.py} | 0
.../tests.py => tests/views/test_views.py} | 95 +-
23 files changed, 160 insertions(+), 3712 deletions(-)
delete mode 100644 bitbake/lib/toaster/bldcontrol/tests.py
delete mode 100644 bitbake/lib/toaster/contrib/README
delete mode 100644 bitbake/lib/toaster/contrib/tts/README
delete mode 100644 bitbake/lib/toaster/contrib/tts/TODO
delete mode 100644 bitbake/lib/toaster/contrib/tts/config.py
delete mode 100755 bitbake/lib/toaster/contrib/tts/launcher.py
delete mode 100755 bitbake/lib/toaster/contrib/tts/recv.py
delete mode 100755 bitbake/lib/toaster/contrib/tts/runner.py
delete mode 100644 bitbake/lib/toaster/contrib/tts/settings.json
delete mode 100644 bitbake/lib/toaster/contrib/tts/shellutils.py
delete mode 100644 bitbake/lib/toaster/contrib/tts/tests.py
delete mode 100755 bitbake/lib/toaster/contrib/tts/toasteruitest/run_toastertests.py
delete mode 100755 bitbake/lib/toaster/contrib/tts/toasteruitest/toaster_automation_test.py
delete mode 100644 bitbake/lib/toaster/contrib/tts/toasteruitest/toaster_test.cfg
delete mode 100644 bitbake/lib/toaster/contrib/tts/urlcheck.py
delete mode 100644 bitbake/lib/toaster/contrib/tts/urllist.py
create mode 100644 bitbake/lib/toaster/tests/views/README
rename bitbake/lib/toaster/{contrib/tts/log/.create => tests/views/__init__.py} (100%)
rename bitbake/lib/toaster/{toastergui/tests.py => tests/views/test_views.py} (89%)
--
2.1.4
next reply other threads:[~2016-10-28 15:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-28 15:48 Ed Bartosh [this message]
2016-10-28 15:48 ` [PATCH 1/8] toaster: views Tests fix all pyflake identified issues Ed Bartosh
2016-10-28 15:48 ` [PATCH 2/8] toaster: Move views tests to main testing module Ed Bartosh
2016-10-28 15:48 ` [PATCH 3/8] toaster: Delete useless bldcontrol/test Ed Bartosh
2016-10-28 15:48 ` [PATCH 4/8] toaster: Remove contrib tts Ed Bartosh
2016-10-28 15:48 ` [PATCH 5/8] toaster: test browser test_layerdetails_page add wait_until_visible Ed Bartosh
2016-10-28 15:48 ` [PATCH 6/8] toaster: orm models Handle run builds process not yet running Ed Bartosh
2016-10-28 15:48 ` [PATCH 7/8] toaster: tests builds Update buildtest Ed Bartosh
2016-10-28 15:48 ` [PATCH 8/8] toaster: tests builds test_core_image_min Clean ups 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.1477669486.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.