All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: Michael Wood <michael.g.wood@intel.com>
Cc: toaster@yoctoproject.org
Subject: Re: [PATCH 0/8] clean up and fix a number of tests
Date: Fri, 28 Oct 2016 18:55:22 +0300	[thread overview]
Message-ID: <20161028155522.GA22052@linux.intel.com> (raw)
In-Reply-To: <1477069666-25701-1-git-send-email-michael.g.wood@intel.com>

Hi Michael,

I've reviewed this patchset and sent it upsrteam.

On Fri, Oct 21, 2016 at 06:07:38PM +0100, Michael Wood wrote:
> 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
> 
> -- 
> _______________________________________________
> toaster mailing list
> toaster@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/toaster

-- 
--
Regards,
Ed


      parent reply	other threads:[~2016-10-28 15:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Ed Bartosh [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=20161028155522.GA22052@linux.intel.com \
    --to=ed.bartosh@linux.intel.com \
    --cc=michael.g.wood@intel.com \
    --cc=toaster@yoctoproject.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.