From 06b1f2eda4576dc1db7fb554d6dcc9378490be0a Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Fri, 16 Oct 2009 12:38:10 +0200 Subject: [PATCH] libblkid: add test cases for VMFS Signed-off-by: Mike Hommey --- tests/expected/blkid/low-probe-vmfs | 7 +++++++ tests/expected/blkid/low-probe-vmfs_volume | 7 +++++++ tests/ts/blkid/images-fs/vmfs.img.bz2 | Bin 0 -> 144 bytes tests/ts/blkid/images-fs/vmfs_volume.img.bz2 | Bin 0 -> 276 bytes 4 files changed, 14 insertions(+) create mode 100644 tests/expected/blkid/low-probe-vmfs create mode 100644 tests/expected/blkid/low-probe-vmfs_volume create mode 100644 tests/ts/blkid/images-fs/vmfs.img.bz2 create mode 100644 tests/ts/blkid/images-fs/vmfs_volume.img.bz2 diff --git a/tests/expected/blkid/low-probe-vmfs b/tests/expected/blkid/low-probe-vmfs new file mode 100644 index 00000000..1618e30c --- /dev/null +++ b/tests/expected/blkid/low-probe-vmfs @@ -0,0 +1,7 @@ +ID_FS_LABEL_ENC=toto +ID_FS_LABEL=toto +ID_FS_TYPE=VMFS +ID_FS_USAGE=filesystem +ID_FS_UUID=49edf844-ebfc28f3-65cb-0021280083cf +ID_FS_UUID_ENC=49edf844-ebfc28f3-65cb-0021280083cf +ID_FS_VERSION=31 diff --git a/tests/expected/blkid/low-probe-vmfs_volume b/tests/expected/blkid/low-probe-vmfs_volume new file mode 100644 index 00000000..0d4dd839 --- /dev/null +++ b/tests/expected/blkid/low-probe-vmfs_volume @@ -0,0 +1,7 @@ +ID_FS_TYPE=VMFS_volume_member +ID_FS_USAGE=raid +ID_FS_UUID=49edf842-dcb35d37-b383-0021280083cf +ID_FS_UUID_ENC=49edf842-dcb35d37-b383-0021280083cf +ID_FS_UUID_SUB=49edf844-da2dde19-747b-0021280083cf +ID_FS_UUID_SUB_ENC=49edf844-da2dde19-747b-0021280083cf +ID_FS_VERSION=3 diff --git a/tests/ts/blkid/images-fs/vmfs.img.bz2 b/tests/ts/blkid/images-fs/vmfs.img.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..09401430f93c68314e35113f945c3daafef26cf4 GIT binary patch literal 144 zcmZ>Y%CIzaj8qGbRLbHvVh|9mzyF2Ff#romLxYF{12YptivkA&0|y8BZj{?6(2MI_306+);Kmgzs z0Kx!BumIMx5lo4RKn*=cfuJ_`8xR!i0nG6ttN7P-vb2 literal 0 HcmV?d00001 -- 2.39.5