summaryrefslogtreecommitdiffstats
path: root/tests/expected/blkid
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add UDF hdd image which label has length 30 charactersPali Rohár2017-06-221-0/+9
| | | | | | | | | | Structure dstring for label has 32 bytes, first byte is 8 (Compression ID), last byte is 30 (count of 8bit characters in label). Therefore label is not nul terminated and dstring parser needs to handle it (fixed in previous commit). $ dd if=/dev/zero of=udf-hdd-mkudffs-1.3-6.img bs=1M count=10 $ mkudffs -l AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -b 512 udf-hdd-mkudffs-1.3-6.img
* tests: Add UDF hdd images with blocksize 1024 and 4096 created by Linux ↵Pali Rohár2017-06-142-0/+18
| | | | | | | | | | mkudffs 1.3 $ 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: Fix UDF test output after changing UUID algorithmPali Rohár2017-05-176-12/+12
|
* tests: Fix UDF test output for 8bit OSTA Compressed UnicodePali Rohár2017-05-161-1/+1
|
* tests: Add UDF hdd image with non ASCII 8bit label created by Linux mkudffs 1.3Pali Rohár2017-05-161-0/+9
| | | | | $ dd if=/dev/zero of=udf-hdd-mkudffs-1.3-3.img bs=1M count=10 $ mkudffs -l 'ÿ' -b 2048 /tmp/udf-hdd-mkudffs-1.3-3.img
* tests: Add UDF CD-ROM hybrid image (ISO+Joliet+UDF) created by Nero 6Pali Rohár2017-05-051-0/+9
| | | | | | | | | | | | | | | | | | | This image was created by Nero Burning ROM version 6 via option CD-ROM (UDF/ISO) with UDF version 2.01 and enabled ISO Joliet extension. Moreover for testing purposes it has set custom Disc label (and also every other identifier) which is different for ISO, Joiliet and UDF part. It contains ISO/Joliet/UDF string prefix to distinguish between them. So reading this image as basic ISO would produce different label as when reading it as ISO with Joliet image and also different as UDF image. Windows detects its label as "UDF Label". Before commit ccfb5b0a1d318c1ac96884c70c7b5090331849fc blkid show label for this image as "Joliet Label" and after as "UDF Label". Note that it is not common to have such images with different label stored in Joliet part and in UDF part. Moreover it is very hard to generate them.
* tests: Fix test output for low-probe-udf to contain UDF dataPali Rohár2017-05-051-5/+2Star
| | | | | | | | | Label was really not changed because of fix by commit 2f2730bc77c972d613cfec421468c84f15749708. UUID is different due to fact that ISO image does not have UUID and libblkid generate one from compilation date. Plus "Joliet Extension" in UDF context does not make sense.
* tests: Add UDF hdd images created by Linux mkudffs 1.3Pali Rohár2017-05-012-0/+18
| | | | | | | | $ 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: Rename udf-hdd-mkudffs* images to indicate used mkudffs versionPali Rohár2017-05-012-0/+0
|
* test: fix raid1 minimum I/O sizeRuediger Meier2016-10-211-1/+1
| | | | | | | Seems this has been changed in kernels >4.4.x or >4.8 from 512 bytes to 64K. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: add DM error target for blkidKarel Zak2016-03-301-0/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: ts_fdisk_clean(), remove optimal iosizeRuediger Meier2016-02-103-3/+3
| | | | | | | | It's a pity a pity that we have to remove it. In past our test suite could discover a kernel bug (4.4). But now they've changed optimal iosizes on purpose. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: update ZFS testKarel Zak2015-11-191-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: (blkid) update drbdmanageKarel Zak2015-08-311-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libblkid: added drbdmanage control volume detection.Philipp Marek2015-08-241-0/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add blkid script to test whole-disk MBR devicesKarel Zak2015-08-211-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: Add UDF hdd image created by NetBSD newfs_udf (from UDFclient 0.7.7)Pali Rohár2015-01-081-0/+9
| | | | | | | $ dd if=/dev/zero of=/tmp/test bs=1M count=10 $ newfs_udf -L discname /tmp/test Version from UDFclient 0.7.7 generate default Volume set identifier correctly.
* tests: Add UDF hdd image created by NetBSD newfs_udf (from UDFclient 0.7.5)Pali Rohár2015-01-081-0/+9
| | | | | | | | $ dd if=/dev/zero of=/tmp/test bs=1M count=10 $ newfs_udf -L discname /tmp/test Version from UDFclient 0.7.5 does not generate default Volume set identifier according to OSTA UDF specification. But it is used so for test is usefull.
* tests: Add UDF hdd image created by Linux mkudffs with custom paramsPali Rohár2015-01-081-0/+9
| | | | | | | | | | $ dd if=/dev/zero of=/tmp/test bs=1M count=10 $ mkudffs -b 512 --lvid=Label --vid=Label --vsid="Volume set identifier" /tmp/test When calling mkudffs with --vsid param there is bug which cause that garbage from application stack is copied into Volume set identifier after 8th character. Characters 1 -- 16 are used in libblkid for generating UUID, so this is perfect test example that everything is working!
* tests: Add UDF hdd image created by Linux mkudffsPali Rohár2015-01-081-0/+9
| | | | | $ dd if=/dev/zero of=/tmp/test bs=1M count=10 $ mkudffs -b 512 /tmp/test
* tests: Add UDF hdd image created by Windows 7Pali Rohár2015-01-081-0/+9
|
* tests: update UDF test (add identifiers)Pali Rohár2014-12-151-0/+3
|
* tests: update fdisk formattingKarel Zak2014-10-143-3/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisk: update tests and clean up outputKarel Zak2014-08-083-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: refresh fdisk outputsKarel Zak2014-03-113-36/+24Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: fdisk now prints SGI system partitions tooKarel Zak2014-02-171-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update blkid swap testsKarel Zak2013-11-082-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update fdisk outputsKarel Zak2013-10-083-3/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update fdisk outputsKarel Zak2013-09-193-53/+60
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add bcache imagesKarel Zak2013-09-112-0/+8
| | | | | | images generated by Rolf Fokkens <rolf@rolffokkens.nl> Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: use stable MBR IDKarel Zak2013-09-112-3/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: refresh jbd blkid testKarel Zak2013-09-111-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add XFS log imageKarel Zak2013-09-111-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add BE minix testKarel Zak2013-04-152-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update fdisk testsKarel Zak2013-03-123-3/+6
| | | | | | | | | - the new fdisk ask-partition-number dialog does not ask for non-senses (non-existing partitions etc.) - 'p'rint command prints disk label name (usually "dos" in the tests) Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update libblkid PT testsKarel Zak2013-03-045-5/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update UDF testKarel Zak2013-03-041-0/+5
| | | | | | .. blkid now returns infor from ISO header too. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update ISO testsKarel Zak2013-03-043-0/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libblkid: improve Silicon RAID proberKarel Zak2013-02-071-1/+1
| | | | | | | | * count checksum from superblock * new (correct) superblock definition from dmraid Reported-by: Frank Hirtz <fhirtz@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add f2fs image testAlejandro Martinez Ruiz2013-02-061-0/+7
| | | | Signed-off-by: Alejandro Martinez Ruiz <alex@nowcomputing.com>
* tests: make blkid/md-raid1-part more robustBernhard Voelker2012-07-311-6/+6
| | | | | | | | | | | * tests/expected/blkid/mk-raid1-part: Replace major and minor number of ID_PART_ENTRY_DISK by a special string. Add ID_FS_UUID and ID_FS_UUID_ENC again, also with a special string. * tests/ts/blkid/md-raid1-part: Before comparing the expected output with the actual output, replace the values of ID_PART_ENTRY_DISK, ID_FS_UUID and ID_FS_UUID_ENC with the speacial strings mentioned above. Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
* tests: update blkid tests with fdisk outputKarel Zak2012-07-263-6/+3Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add UFS uuids to resultsKarel Zak2012-05-241-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update iso testsKarel Zak2012-03-213-0/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update tests with fdisk outputKarel Zak2012-01-123-9/+9
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update fdisk and blkid MD testsFrancesco Cosoleto2011-08-303-13/+22
| | | | Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
* tests: update blkid MD testKarel Zak2011-06-091-0/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update for recent fdisk changesKarel Zak2011-05-163-18/+18
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libblkid: remove test for non-zero head count in FAT superblock probe.Nick Holloway2011-04-121-0/+8
| | | | | | | | | | | | | | This change enables the auto-detection of the internal storage on a VTech Kidizoom camera, which has a zero head count value in the superblock. Microsoft documentation, "FAT: General Overview of On-Disk Format", states that the sectors and heads fields are only relevant for media that have a geometry. The Linux kernel also does not require a non-zero head count, and can manually mount the filesystem. Signed-off-by: Nick Holloway <Nick.Holloway@pyrites.org.uk>
* tests: update GPT testKarel Zak2011-03-111-5/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>