mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: renumber existing btrfs tests to start with 1
Current numbering is inheried from the single testsuite series. There are only 6 btrfs-specific tests and it makes more sense to start adding new ones at a more natural place than 300-something. There's no overlap with the old and new numbers and I hope there' will be no confusion when referencing them. Signed-off-by: David Sterba <dsterba@suse.cz> Reviewed-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
committed by
Rich Johnston
parent
54d6adf7c9
commit
aab6d4e47d
@@ -1,5 +1,5 @@
|
||||
#! /bin/bash
|
||||
# FS QA Test No. 254
|
||||
# FS QA Test No. btrfs/001
|
||||
#
|
||||
# Test btrfs's subvolume and snapshot support
|
||||
#
|
||||
@@ -1,4 +1,4 @@
|
||||
QA output created by 254
|
||||
QA output created by 001
|
||||
Creating file foo in root dir
|
||||
List root dir
|
||||
foo
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
# FS QA Test No. 264
|
||||
# FS QA Test No. btrfs/002
|
||||
#
|
||||
# Extented btrfs snapshot test cases
|
||||
#
|
||||
@@ -0,0 +1,2 @@
|
||||
QA output created by 002
|
||||
Silence is golden
|
||||
@@ -1,5 +1,5 @@
|
||||
#! /bin/bash
|
||||
# FS QA Test No. 265
|
||||
# FS QA Test No. btrfs/003
|
||||
#
|
||||
# btrfs vol tests
|
||||
#
|
||||
@@ -0,0 +1,2 @@
|
||||
QA output created by 003
|
||||
Silence is golden
|
||||
@@ -1,5 +1,5 @@
|
||||
#! /bin/bash
|
||||
# FSQA Test No. 276
|
||||
# FSQA Test No. btrfs/004
|
||||
#
|
||||
# Run fsstress to create a reasonably strange file system, make a
|
||||
# snapshot and run more fsstress. Then select some files from that fs,
|
||||
@@ -1,3 +1,3 @@
|
||||
QA output created by 276
|
||||
QA output created by 004
|
||||
*** test backref walking
|
||||
*** done
|
||||
@@ -1,5 +1,5 @@
|
||||
#! /bin/bash
|
||||
# FS QA Test No. 284
|
||||
# FS QA Test No. btrfs/005
|
||||
#
|
||||
# Btrfs Online defragmentation tests
|
||||
#
|
||||
@@ -1,4 +1,4 @@
|
||||
QA output created by 284
|
||||
QA output created by 005
|
||||
defrag object | defragment range | defragment compress
|
||||
a single file | default | off
|
||||
a single file | default | on
|
||||
@@ -1,5 +1,5 @@
|
||||
#! /bin/bash
|
||||
# FS QA Test No. 307
|
||||
# FS QA Test No. btrfs/006
|
||||
#
|
||||
# run basic btrfs information commands in various ways
|
||||
# sanity tests: filesystem show, label, sync, and device stats
|
||||
@@ -1,15 +1,15 @@
|
||||
== QA output created by 307
|
||||
== Set filesystem label to TestLabel.307
|
||||
== QA output created by 006
|
||||
== Set filesystem label to TestLabel.006
|
||||
== Get filesystem label
|
||||
TestLabel.307
|
||||
TestLabel.006
|
||||
== Mount.
|
||||
== Show filesystem by label
|
||||
Label: 'TestLabel.307' uuid: <UUID>
|
||||
Label: 'TestLabel.006' uuid: <UUID>
|
||||
Total devices <EXACTNUM> FS bytes used <SIZE>
|
||||
devid <DEVID> size <SIZE> used <SIZE> path SCRATCH_DEV
|
||||
|
||||
== Show filesystem by UUID
|
||||
Label: 'TestLabel.307' uuid: <EXACTUUID>
|
||||
Label: 'TestLabel.006' uuid: <EXACTUUID>
|
||||
Total devices <EXACTNUM> FS bytes used <SIZE>
|
||||
devid <DEVID> size <SIZE> used <SIZE> path SCRATCH_DEV
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
QA output created by 264
|
||||
Silence is golden
|
||||
@@ -1,2 +0,0 @@
|
||||
QA output created by 265
|
||||
Silence is golden
|
||||
+6
-6
@@ -3,9 +3,9 @@
|
||||
# - do not start group names with a digit
|
||||
# - comment line before each group is "new" description
|
||||
#
|
||||
254 auto quick
|
||||
264 auto
|
||||
265 auto
|
||||
276 auto rw metadata
|
||||
284 auto
|
||||
307 auto quick
|
||||
001 auto quick
|
||||
002 auto
|
||||
003 auto
|
||||
004 auto rw metadata
|
||||
005 auto
|
||||
006 auto quick
|
||||
|
||||
Reference in New Issue
Block a user