]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
blkid: add image for btrfs testing
authorAndrey Albershteyn <aalbersh@redhat.com>
Wed, 27 Apr 2022 15:29:27 +0000 (17:29 +0200)
committerAndrey Albershteyn <aalbersh@redhat.com>
Mon, 2 May 2022 10:12:58 +0000 (12:12 +0200)
The btrfs is one of the popular filesystem which is supported by
blkid. However, the image for 'low-probe' tests was missing. Add
115M BTRFS default image (mkfs.btrfs btrfs.img).

Signed-off-by: Andrey Albershteyn <aalbersh@redhat.com>
tests/expected/blkid/low-probe-btrfs [new file with mode: 0644]
tests/ts/blkid/images-fs/btrfs.img.xz [new file with mode: 0644]

diff --git a/tests/expected/blkid/low-probe-btrfs b/tests/expected/blkid/low-probe-btrfs
new file mode 100644 (file)
index 0000000..509fac3
--- /dev/null
@@ -0,0 +1,7 @@
+ID_FS_BLOCK_SIZE=4096
+ID_FS_TYPE=btrfs
+ID_FS_USAGE=filesystem
+ID_FS_UUID=d4a78b72-55e4-4811-86a6-09af936d43f9
+ID_FS_UUID_ENC=d4a78b72-55e4-4811-86a6-09af936d43f9
+ID_FS_UUID_SUB=1e7603cb-d0be-4d8f-8972-9dddf7d5543c
+ID_FS_UUID_SUB_ENC=1e7603cb-d0be-4d8f-8972-9dddf7d5543c
diff --git a/tests/ts/blkid/images-fs/btrfs.img.xz b/tests/ts/blkid/images-fs/btrfs.img.xz
new file mode 100644 (file)
index 0000000..418833d
Binary files /dev/null and b/tests/ts/blkid/images-fs/btrfs.img.xz differ