All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Toaster improve test suite
@ 2016-02-23 17:31 Aníbal Limón
  2016-02-23 17:31 ` [PATCH 1/8] toaster/tests: Reorder/move current test code Aníbal Limón
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Aníbal Limón @ 2016-02-23 17:31 UTC (permalink / raw)
  To: toaster; +Cc: benjamin.esquivel, william.c.randle

This set of changes refactor/improve the current test suite now it can be
parameterized from command line.

The main goal for this set of patches are for integrate the toaster
test suite into AB. The AB part is already on master. [1] If this patchset
is merged the way for run Toaster test suite will change for use it read
README in this patchset.

Futher work are related to improve/fix the current test suite also i added
a TODO list.

Also the changes can be found at,

http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=alimon/toaster_tests_squash

[1] http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder/commit/?id=4ad04739d7414046775be84eeb2553d12acf94ef

Aníbal Limón (8):
  toaster/tests: Reorder/move current test code.
  toaster/tests: Add __init__.py and base.py.
  toaster/tests: Improve ui.py module.
  toaster/tests: Adds setup test case.
  toaster/tests: Add helpers.py module.
  toaster-test: Refactor and imporvements.
  toaster/tests: Add README, TODO and requeriments.
  toaster/tests: Adds Copyright information.

 bin/toaster-test                                   |  238 ++
 .../contrib/tts/toasteruitest/run_toastertests.py  |  155 --
 .../tts/toasteruitest/toaster_automation_test.py   | 2376 -------------------
 .../contrib/tts/toasteruitest/toaster_test.cfg     |   25 -
 lib/toaster/tests/README                           |   64 +
 lib/toaster/tests/TODO                             |   13 +
 lib/toaster/tests/__init__.py                      |    0
 lib/toaster/tests/base.py                          |   28 +
 lib/toaster/tests/helpers.py                       |  192 ++
 lib/toaster/tests/setup.py                         |   94 +
 lib/toaster/tests/toaster_test.cfg                 |   25 +
 lib/toaster/tests/ui.py                            | 2379 ++++++++++++++++++++
 toaster-tests-requirements.txt                     |    5 +
 13 files changed, 3038 insertions(+), 2556 deletions(-)
 create mode 100755 bin/toaster-test
 delete mode 100755 lib/toaster/contrib/tts/toasteruitest/run_toastertests.py
 delete mode 100755 lib/toaster/contrib/tts/toasteruitest/toaster_automation_test.py
 delete mode 100644 lib/toaster/contrib/tts/toasteruitest/toaster_test.cfg
 create mode 100644 lib/toaster/tests/README
 create mode 100644 lib/toaster/tests/TODO
 create mode 100644 lib/toaster/tests/__init__.py
 create mode 100644 lib/toaster/tests/base.py
 create mode 100755 lib/toaster/tests/helpers.py
 create mode 100644 lib/toaster/tests/setup.py
 create mode 100644 lib/toaster/tests/toaster_test.cfg
 create mode 100644 lib/toaster/tests/ui.py
 create mode 100644 toaster-tests-requirements.txt

-- 
2.1.4



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

end of thread, other threads:[~2016-03-18 16:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-23 17:31 [PATCH 0/8] Toaster improve test suite Aníbal Limón
2016-02-23 17:31 ` [PATCH 1/8] toaster/tests: Reorder/move current test code Aníbal Limón
2016-02-23 17:31 ` [PATCH 2/8] toaster/tests: Add __init__.py and base.py Aníbal Limón
2016-02-23 17:31 ` [PATCH 3/8] toaster/tests: Improve ui.py module Aníbal Limón
2016-02-23 17:31 ` [PATCH 4/8] toaster/tests: Adds setup test case Aníbal Limón
2016-02-23 17:31 ` [PATCH 5/8] toaster/tests: Add helpers.py module Aníbal Limón
2016-02-23 17:31 ` [PATCH 6/8] toaster-test: Refactor and imporvements Aníbal Limón
2016-02-23 17:31 ` [PATCH 7/8] toaster/tests: Add README, TODO and requeriments Aníbal Limón
2016-02-23 17:31 ` [PATCH 8/8] toaster/tests: Adds Copyright information Aníbal Limón
2016-03-18 16:29 ` [PATCH 0/8] Toaster improve test suite Brian Avery
2016-03-18 16:55   ` Aníbal Limón

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.