All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] #10618: Increase oe-selftest coverage of wic codebase (last part)
@ 2017-03-28 12:40 Ed Bartosh
  2017-03-28 12:40 ` [PATCH 1/9] wic-tools: add btrfs-tools squashfs-tools to DEPENDS Ed Bartosh
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Ed Bartosh @ 2017-03-28 12:40 UTC (permalink / raw)
  To: openembedded-core

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



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

end of thread, other threads:[~2017-03-28 12:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-28 12:40 [PATCH 0/9] #10618: Increase oe-selftest coverage of wic codebase (last part) Ed Bartosh
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

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.