[PATCH v3 0/4] fstests: btrfs seed test cases

2018-06-01 Thread Anand Jain
v2->v3: Changes as per review comments as in the individual patches.

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 |  91 ++
 tests/btrfs/161.out |   9 +
 tests/btrfs/162 | 103 +++
 tests/btrfs/162.out |   9 +
 tests/btrfs/163 | 112 
 tests/btrfs/163.out |   9 +
 tests/btrfs/164 | 111 +++
 tests/btrfs/164.out |   9 +
 tests/btrfs/group   |   4 ++
 10 files changed, 458 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

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v3 0/4] fstests: btrfs seed test cases

2018-05-28 Thread Anand Jain
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

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html