All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] toaster: Fixes and clean ups
@ 2016-10-28 15:48 Ed Bartosh
  2016-10-28 15:48 ` [PATCH 1/8] toaster: views Tests fix all pyflake identified issues Ed Bartosh
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Ed Bartosh @ 2016-10-28 15:48 UTC (permalink / raw)
  To: bitbake-devel

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



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

end of thread, other threads:[~2016-10-28 15:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-28 15:48 [PATCH 0/8] toaster: Fixes and clean ups Ed Bartosh
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

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.