mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
8fb042e54e
Currently, the only functional testing for xfs_admin is xfs/287, which checks that one can add 32-bit project ids to a V4 filesystem. This obviously isn't an exhaustive test of all the CLI arguments, and historically there have been xfs configurations that don't even work. Therefore, introduce a couple of new tests -- one that will test the simple options with the default configuration, and a second test that steps a bit outside of the test run configuration to make sure that we do the right thing for external devices. The second test already caught a nasty bug in xfsprogs 5.11. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Allison Henderson <allison.henderson@oracle.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
20 lines
548 B
Plaintext
20 lines
548 B
Plaintext
QA output created by 157
|
|
S1: Check that label setting with file image
|
|
label = "oldlabel"
|
|
label = "newlabel"
|
|
S2: Check that setting with logdev works
|
|
label = "oldlabel"
|
|
label = "newlabel"
|
|
S3: Check that setting with rtdev works
|
|
label = "oldlabel"
|
|
label = "newlabel"
|
|
S4: Check that setting with rtdev + logdev works
|
|
label = "oldlabel"
|
|
label = "newlabel"
|
|
S5: Check that setting with nortdev + nologdev works
|
|
label = "oldlabel"
|
|
label = "newlabel"
|
|
S6: Check that setting with bdev incorrectly flagged as file works
|
|
label = "oldlabel"
|
|
label = "newlabel"
|