All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] fstests: btrfs seed test cases
@ 2018-05-28  9:51 Anand Jain
  2018-05-28  9:51 ` [PATCH v2 1/4] fstests: btrfs: add seed sprout functionality test Anand Jain
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Anand Jain @ 2018-05-28  9:51 UTC (permalink / raw)
  To: fstests; +Cc: linux-btrfs

1/4 was sent separately which is now integrated into this set, with some
 changes as indicated in the patch.
Though rest of the patches 2/4..4/4 are new, they carry the set version v2.

These test cases verify the seed sprout opertions.

Anand Jain (4):
  fstests: btrfs: add seed sprout functionality test
  fstests: btrfs: nested seed device test
  fstests: btrfs: seed device replace test
  fstests: btrfs: seed device delete test

 common/config       |   1 +
 tests/btrfs/161     |  90 +++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/161.out |   9 +++++
 tests/btrfs/162     | 103 +++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/162.out |   9 +++++
 tests/btrfs/163     | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/163.out |   9 +++++
 tests/btrfs/164     | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/164.out |   9 +++++
 tests/btrfs/group   |   4 ++
 10 files changed, 462 insertions(+)
 create mode 100755 tests/btrfs/161
 create mode 100644 tests/btrfs/161.out
 create mode 100755 tests/btrfs/162
 create mode 100644 tests/btrfs/162.out
 create mode 100755 tests/btrfs/163
 create mode 100644 tests/btrfs/163.out
 create mode 100755 tests/btrfs/164
 create mode 100644 tests/btrfs/164.out

-- 
2.7.0


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

end of thread, other threads:[~2018-06-01 15:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-28  9:51 [PATCH v3 0/4] fstests: btrfs seed test cases Anand Jain
2018-05-28  9:51 ` [PATCH v2 1/4] fstests: btrfs: add seed sprout functionality test Anand Jain
2018-05-29 13:48   ` Eryu Guan
2018-06-01 15:45     ` Anand Jain
2018-05-28  9:51 ` [PATCH v2 2/4] fstests: btrfs: nested seed device test Anand Jain
2018-05-28  9:51 ` [PATCH v2 3/4] fstests: btrfs: seed device replace test Anand Jain
2018-05-28  9:51 ` [PATCH v2 4/4] fstests: btrfs: seed device delete test Anand Jain

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.