From: "Aníbal Limón" <anibal.limon@linux.intel.com>
To: bitbake-devel@lists.openembedded.org
Cc: alexandru.c.georgescu@intel.com, stanciux.mihail@intel.com,
"Randle, William C" <william.c.randle@intel.com>
Subject: Re: [[RFC][PATCH] 0/8] Toaster improve test suite
Date: Tue, 23 Feb 2016 08:31:56 -0600 [thread overview]
Message-ID: <56CC6D5C.9060404@linux.intel.com> (raw)
In-Reply-To: <56CBAD68.6020704@linux.intel.com>
[-- Attachment #1: Type: text/plain, Size: 3027 bytes --]
+ Bill
On 02/22/2016 06:52 PM, Aníbal Limón wrote:
> I forget to comment that the changes can be also found in:
>
> http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=alimon/toaster_tests_squash
>
> Cheers,
> alimon
>
>
> On 02/22/2016 06:51 PM, Aníbal Limón wrote:
>> 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.
>>
>> [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
>>
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
prev parent reply other threads:[~2016-02-23 14:29 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-23 0:51 [[RFC][PATCH] 0/8] Toaster improve test suite Aníbal Limón
2016-02-23 0:51 ` [[RFC][PATCH] 1/8] toaster/tests: Reorder/move current test code Aníbal Limón
2016-02-23 0:51 ` [[RFC][PATCH] 2/8] toaster/tests: Add __init__.py and base.py Aníbal Limón
2016-02-23 0:51 ` [[RFC][PATCH] 3/8] toaster/tests: Improve ui.py module Aníbal Limón
2016-02-23 0:51 ` [[RFC][PATCH] 4/8] toaster/tests: Adds setup test case Aníbal Limón
2016-02-23 0:51 ` [[RFC][PATCH] 5/8] toaster/tests: Add helpers.py module Aníbal Limón
2016-02-23 0:51 ` [[RFC][PATCH] 6/8] toaster-test: Refactor and imporvements Aníbal Limón
2016-02-23 0:51 ` [[RFC][PATCH] 7/8] toaster/tests: Add README, TODO and requeriments Aníbal Limón
2016-02-23 0:51 ` [[RFC][PATCH] 8/8] toaster/tests: Adds Copyright information Aníbal Limón
2016-02-23 0:52 ` [[RFC][PATCH] 0/8] Toaster improve test suite Aníbal Limón
2016-02-23 14:31 ` Aníbal Limón [this message]
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=56CC6D5C.9060404@linux.intel.com \
--to=anibal.limon@linux.intel.com \
--cc=alexandru.c.georgescu@intel.com \
--cc=bitbake-devel@lists.openembedded.org \
--cc=stanciux.mihail@intel.com \
--cc=william.c.randle@intel.com \
/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.