]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: Add UDF hdd images with blocksize 1024 and 4096 created by Linux mkudffs 1.3
authorPali Rohár <pali.rohar@gmail.com>
Wed, 14 Jun 2017 21:29:03 +0000 (23:29 +0200)
committerPali Rohár <pali.rohar@gmail.com>
Wed, 14 Jun 2017 21:29:03 +0000 (23:29 +0200)
$ dd if=/dev/zero of=udf-hdd-mkudffs-1.3-4.img bs=1M count=10
$ mkudffs -l Label -b 1024 udf-hdd-mkudffs-1.3-4.img

$ dd if=/dev/zero of=udf-hdd-mkudffs-1.3-5.img bs=1M count=10
$ mkudffs -l Label -b 4096 udf-hdd-mkudffs-1.3-5.img

tests/expected/blkid/low-probe-udf-hdd-mkudffs-1.3-4 [new file with mode: 0644]
tests/expected/blkid/low-probe-udf-hdd-mkudffs-1.3-5 [new file with mode: 0644]
tests/ts/blkid/images-fs/udf-hdd-mkudffs-1.3-4.img.xz [new file with mode: 0644]
tests/ts/blkid/images-fs/udf-hdd-mkudffs-1.3-5.img.xz [new file with mode: 0644]

diff --git a/tests/expected/blkid/low-probe-udf-hdd-mkudffs-1.3-4 b/tests/expected/blkid/low-probe-udf-hdd-mkudffs-1.3-4
new file mode 100644 (file)
index 0000000..a1d0527
--- /dev/null
@@ -0,0 +1,9 @@
+ID_FS_LABEL=Label
+ID_FS_LABEL_ENC=Label
+ID_FS_LOGICAL_VOLUME_ID=Label
+ID_FS_TYPE=udf
+ID_FS_USAGE=filesystem
+ID_FS_UUID=59418701b1e8322d
+ID_FS_UUID_ENC=59418701b1e8322d
+ID_FS_VOLUME_ID=Label
+ID_FS_VOLUME_SET_ID=59418701b1e8322dLinuxUDF
diff --git a/tests/expected/blkid/low-probe-udf-hdd-mkudffs-1.3-5 b/tests/expected/blkid/low-probe-udf-hdd-mkudffs-1.3-5
new file mode 100644 (file)
index 0000000..fcd6cc9
--- /dev/null
@@ -0,0 +1,9 @@
+ID_FS_LABEL=Label
+ID_FS_LABEL_ENC=Label
+ID_FS_LOGICAL_VOLUME_ID=Label
+ID_FS_TYPE=udf
+ID_FS_USAGE=filesystem
+ID_FS_UUID=594186edcc164a70
+ID_FS_UUID_ENC=594186edcc164a70
+ID_FS_VOLUME_ID=Label
+ID_FS_VOLUME_SET_ID=594186edcc164a70LinuxUDF
diff --git a/tests/ts/blkid/images-fs/udf-hdd-mkudffs-1.3-4.img.xz b/tests/ts/blkid/images-fs/udf-hdd-mkudffs-1.3-4.img.xz
new file mode 100644 (file)
index 0000000..047e39a
Binary files /dev/null and b/tests/ts/blkid/images-fs/udf-hdd-mkudffs-1.3-4.img.xz differ
diff --git a/tests/ts/blkid/images-fs/udf-hdd-mkudffs-1.3-5.img.xz b/tests/ts/blkid/images-fs/udf-hdd-mkudffs-1.3-5.img.xz
new file mode 100644 (file)
index 0000000..291d7eb
Binary files /dev/null and b/tests/ts/blkid/images-fs/udf-hdd-mkudffs-1.3-5.img.xz differ