]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: Add UDF hdd images created by Linux mkudffs 1.3
authorPali Rohár <pali.rohar@gmail.com>
Mon, 1 May 2017 08:03:08 +0000 (10:03 +0200)
committerPali Rohár <pali.rohar@gmail.com>
Mon, 1 May 2017 08:03:08 +0000 (10:03 +0200)
$ dd if=/dev/zero of=udf-hdd-mkudffs-1.3-1.img bs=1M count=10
$ mkudffs -l Label -b 512 udf-hdd-mkudffs-1.3-1.img

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

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

diff --git a/tests/expected/blkid/low-probe-udf-hdd-mkudffs-1.3-1 b/tests/expected/blkid/low-probe-udf-hdd-mkudffs-1.3-1
new file mode 100644 (file)
index 0000000..3b4e2a9
--- /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=5906e052003d522a
+ID_FS_UUID_ENC=5906e052003d522a
+ID_FS_VOLUME_ID=Label
+ID_FS_VOLUME_SET_ID=5906e052003d522aLinuxUDF
diff --git a/tests/expected/blkid/low-probe-udf-hdd-mkudffs-1.3-2 b/tests/expected/blkid/low-probe-udf-hdd-mkudffs-1.3-2
new file mode 100644 (file)
index 0000000..f2154c3
--- /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=5906e7a800531574
+ID_FS_UUID_ENC=5906e7a800531574
+ID_FS_VOLUME_ID=Label
+ID_FS_VOLUME_SET_ID=5906e7a800531574LinuxUDF
diff --git a/tests/ts/blkid/images-fs/udf-hdd-mkudffs-1.3-1.img.xz b/tests/ts/blkid/images-fs/udf-hdd-mkudffs-1.3-1.img.xz
new file mode 100644 (file)
index 0000000..7df36db
Binary files /dev/null and b/tests/ts/blkid/images-fs/udf-hdd-mkudffs-1.3-1.img.xz differ
diff --git a/tests/ts/blkid/images-fs/udf-hdd-mkudffs-1.3-2.img.xz b/tests/ts/blkid/images-fs/udf-hdd-mkudffs-1.3-2.img.xz
new file mode 100644 (file)
index 0000000..bc0facc
Binary files /dev/null and b/tests/ts/blkid/images-fs/udf-hdd-mkudffs-1.3-2.img.xz differ