All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] clean up and fix a number of tests
@ 2016-10-21 17:07 Michael Wood
  2016-10-21 17:07 ` [PATCH 1/8] toaster: views Tests fix all pyflake identified issues Michael Wood
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Michael Wood @ 2016-10-21 17:07 UTC (permalink / raw)
  To: toaster

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.

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

 bitbake/lib/toaster/bldcontrol/tests.py            |  141 --
 bitbake/lib/toaster/contrib/README                 |    6 -
 bitbake/lib/toaster/contrib/tts/README             |   41 -
 bitbake/lib/toaster/contrib/tts/TODO               |    9 -
 bitbake/lib/toaster/contrib/tts/config.py          |   98 -
 bitbake/lib/toaster/contrib/tts/launcher.py        |  101 -
 bitbake/lib/toaster/contrib/tts/log/.create        |    0
 bitbake/lib/toaster/contrib/tts/recv.py            |   56 -
 bitbake/lib/toaster/contrib/tts/runner.py          |  222 --
 bitbake/lib/toaster/contrib/tts/settings.json      |    5 -
 bitbake/lib/toaster/contrib/tts/shellutils.py      |  141 --
 bitbake/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 -
 bitbake/lib/toaster/contrib/tts/urlcheck.py        |   53 -
 bitbake/lib/toaster/contrib/tts/urllist.py         |   39 -
 bitbake/lib/toaster/orm/models.py                  |    8 +-
 .../tests/browser/test_layerdetails_page.py        |    3 +-
 bitbake/lib/toaster/tests/builds/buildtest.py      |  129 +-
 .../toaster/tests/builds/test_core_image_min.py    |   47 +-
 bitbake/lib/toaster/tests/views/README             |    4 +
 bitbake/lib/toaster/tests/views/__init__.py        |    0
 bitbake/lib/toaster/tests/views/test_views.py      |  539 +++++
 bitbake/lib/toaster/toastergui/tests.py            |  540 -----
 25 files changed, 651 insertions(+), 4202 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 100644 bitbake/lib/toaster/contrib/tts/log/.create
 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
 create mode 100644 bitbake/lib/toaster/tests/views/__init__.py
 create mode 100644 bitbake/lib/toaster/tests/views/test_views.py
 delete mode 100644 bitbake/lib/toaster/toastergui/tests.py

-- 
2.7.4



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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-21 17:07 [PATCH 0/8] clean up and fix a number of tests Michael Wood
2016-10-21 17:07 ` [PATCH 1/8] toaster: views Tests fix all pyflake identified issues Michael Wood
2016-10-21 17:07 ` [PATCH 2/8] toaster: Move views tests to main testing module Michael Wood
2016-10-21 17:07 ` [PATCH 3/8] toaster: Delete useless bldcontrol/test Michael Wood
2016-10-21 17:07 ` [PATCH 4/8] toaster: Remove contrib tts Michael Wood
2016-10-21 17:07 ` [PATCH 5/8] toaster: test browser test_layerdetails_page add wait_until_visible Michael Wood
2016-10-21 17:07 ` [PATCH 6/8] toaster: orm models Handle run builds process not yet running Michael Wood
2016-10-21 17:07 ` [PATCH 7/8] toaster: tests builds Update buildtest Michael Wood
2016-10-21 17:07 ` [PATCH 8/8] toaster: tests builds test_core_image_min Clean ups Michael Wood
2016-10-28 15:55 ` [PATCH 0/8] clean up and fix a number of tests 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.