linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] btrfs-progs: tests: Move extract_image out of check_all_images for common use
@ 2015-09-23  7:19 Zhao Lei
  2015-09-23  7:19 ` [PATCH v2 1/3] " Zhao Lei
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Zhao Lei @ 2015-09-23  7:19 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Zhao Lei

Move code for extract image file to a function from check_all_images()
for common use, so caller can use this function to extrace single
image file.

Changelog v1->v2:
1: Use stdout instead of global variant to store extracted image filename.
   Suggested-by: David Sterba <dsterba@suse.cz>

Zhao Lei (3):
  btrfs-progs: tests: Move extract_image out of check_all_images for
    common use
  btrfs-progs: tests: Introduce fsck-tests/018-leaf-across-stripes
  btrfs-progs: tests: Introduce misc-tests/008-leaf-across-stripes

 tests/common                                       |  76 ++++++++++++---------
 .../018-leaf-across-stripes/default_case.raw.xz    | Bin 0 -> 105064 bytes
 tests/fsck-tests/018-leaf-across-stripes/test.sh   |  12 ++++
 tests/misc-tests/008-leaf-across-stripes/test.sh   |  23 +++++++
 4 files changed, 78 insertions(+), 33 deletions(-)
 create mode 100644 tests/fsck-tests/018-leaf-across-stripes/default_case.raw.xz
 create mode 100755 tests/fsck-tests/018-leaf-across-stripes/test.sh
 create mode 100755 tests/misc-tests/008-leaf-across-stripes/test.sh

-- 
1.8.5.1


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

end of thread, other threads:[~2015-09-23 12:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-23  7:19 [PATCH v2 0/3] btrfs-progs: tests: Move extract_image out of check_all_images for common use Zhao Lei
2015-09-23  7:19 ` [PATCH v2 1/3] " Zhao Lei
2015-09-23  7:19 ` [PATCH v2 2/3] btrfs-progs: tests: Introduce fsck-tests/018-leaf-across-stripes Zhao Lei
2015-09-23 12:24   ` David Sterba
2015-09-23  7:19 ` [PATCH v2 3/3] btrfs-progs: tests: Introduce misc-tests/008-leaf-across-stripes Zhao Lei
2015-09-23 12:46 ` [PATCH v2 0/3] btrfs-progs: tests: Move extract_image out of check_all_images for common use David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).