All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/9] #10618: Increase oe-selftest coverage of wic codebase (last part)
Date: Tue, 28 Mar 2017 15:40:57 +0300	[thread overview]
Message-ID: <cover.1490704390.git.ed.bartosh@linux.intel.com> (raw)

Hi,

Increased test coverage of the wic codebase to 81%:
 - tested partitions with various fs types(btrfs, squashfs, etc)
 - removed fsimage plugin
 - removed not used code from filemap.py and runner.py
 - tested globbed source spec of image-bootpart plugin

The following changes since commit 415b72ffcbd26e5f3664370d8b2a9b8105fb6342:

  dnf: remove systemd units in nativesdk builds (2017-03-28 10:34:37 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/wic/wip
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/wic/wip

Ed Bartosh (9):
  wic-tools: add btrfs-tools squashfs-tools to DEPENDS
  oe-selftest: add wic test case test_fs_types
  filemap: remove FilemapSeek class
  oe-selftest: add kickstart_parser test case
  wic: remove fsimage plugin
  wic: use wic-tools STAGING_DATADIR as bootimg_dir
  wic: remove runner.show API
  wic: remove unused code from runner module
  oe-selftest: add test_image_bootpart_globbed test for wic

 meta/lib/oeqa/selftest/wic.py                    |  41 +++
 meta/recipes-core/meta/wic-tools.bb              |   6 +-
 scripts/lib/wic/filemap.py                       | 309 ++++-------------------
 scripts/lib/wic/partition.py                     |  13 -
 scripts/lib/wic/plugins/source/bootimg-pcbios.py |  48 ++--
 scripts/lib/wic/plugins/source/fsimage.py        |  56 ----
 scripts/lib/wic/utils/misc.py                    |  14 +-
 scripts/lib/wic/utils/runner.py                  |  74 +-----
 8 files changed, 130 insertions(+), 431 deletions(-)
 delete mode 100644 scripts/lib/wic/plugins/source/fsimage.py

-- 
2.1.4



             reply	other threads:[~2017-03-28 12:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-28 12:40 Ed Bartosh [this message]
2017-03-28 12:40 ` [PATCH 1/9] wic-tools: add btrfs-tools squashfs-tools to DEPENDS Ed Bartosh
2017-03-28 12:40 ` [PATCH 2/9] oe-selftest: add wic test case test_fs_types Ed Bartosh
2017-03-28 12:41 ` [PATCH 3/9] filemap: remove FilemapSeek class Ed Bartosh
2017-03-28 12:41 ` [PATCH 4/9] oe-selftest: add kickstart_parser test case Ed Bartosh
2017-03-28 12:41 ` [PATCH 5/9] wic: remove fsimage plugin Ed Bartosh
2017-03-28 12:41 ` [PATCH 6/9] wic: use wic-tools STAGING_DATADIR as bootimg_dir Ed Bartosh
2017-03-28 12:41 ` [PATCH 7/9] wic: remove runner.show API Ed Bartosh
2017-03-28 12:41 ` [PATCH 8/9] wic: remove unused code from runner module Ed Bartosh
2017-03-28 12:41 ` [PATCH 9/9] oe-selftest: add test_image_bootpart_globbed test for wic Ed Bartosh

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=cover.1490704390.git.ed.bartosh@linux.intel.com \
    --to=ed.bartosh@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.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.