shared,generic: move shared/006 to generic/
authorTheodore Ts'o <tytso@mit.edu>
Fri, 28 Jun 2019 22:59:09 +0000 (18:59 -0400)
committerEryu Guan <guaneryu@gmail.com>
Fri, 5 Jul 2019 07:56:37 +0000 (15:56 +0800)
commita9868eb48d627e7b170e33257a9b7a1326336786
treea48b772c1f8343b33b948bb9210d88e4b44d306b
parent6cbaba4a08b7e1b827d63c829b05ce3b9c5aadf7
shared,generic: move shared/006 to generic/

The shared/006 uses _scratch_mkfs_sized to create a limited size
file system, and then creates inodes until it gets ENOSPC, and then
checks to make sure the file system is consistent.  It then remounts
the file system, removes all of the files, and makes sure the file
system is consistent afterwards. This test was marked as only being
supported on ext[234] and xfs, and so it was in shared.

Now introduce a new _require_inode_limits() rule to run test on
filesystems that have a fixed inode number, then move the test to
generic.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
common/rc
tests/generic/558 [new file with mode: 0755]
tests/generic/558.out [new file with mode: 0644]
tests/generic/group
tests/shared/006 [deleted file]
tests/shared/006.out [deleted file]
tests/shared/group