mbox series

[GIT,PULL] fstests: btrfs changes for for-next staged-20250411

Message ID 20250411031131.751835-1-anand.jain@oracle.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] fstests: btrfs changes for for-next staged-20250411 | expand

Pull-request

https://github.com/asj/fstests.git staged-20250411

Message

Anand Jain April 11, 2025, 3:11 a.m. UTC
Zorro,

Please pull this branch containing test cases for sysfs verification for btrfs.

Thank you.

The following changes since commit 0e33d528cf8940d8e40f2a252e2d2853f9249794:

  xfs/235: add to the auto group (2025-03-28 09:23:59 +0800)

are available in the Git repository at:

  https://github.com/asj/fstests.git staged-20250411

for you to fetch changes up to 98dcc7d4f1b441fa37ba234bd4ca98e078f439f2:

  fstests: btrfs: testcase for sysfs chunk_size attribute validation (2025-04-10 17:07:00 +0800)

----------------------------------------------------------------
Anand Jain (5):
      fstests: common/rc: set_fs_sysfs_attr: redirect errors to stdout
      fstests: filter: helper for sysfs error filtering
      fstests: common/sysfs: add new file sysfs and helpers
      fstests: btrfs: testcase for sysfs policy syntax verification
      fstests: btrfs: testcase for sysfs chunk_size attribute validation

 common/filter       |   9 ++++
 common/rc           |   3 +-
 common/sysfs        | 145 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/329     |  21 ++++++++
 tests/btrfs/329.out |  19 +++++++
 tests/btrfs/334     |  21 ++++++++
 tests/btrfs/334.out |  14 +++++
 7 files changed, 231 insertions(+), 1 deletion(-)
 create mode 100644 common/sysfs
 create mode 100755 tests/btrfs/329
 create mode 100644 tests/btrfs/329.out
 create mode 100755 tests/btrfs/334
 create mode 100644 tests/btrfs/334.out