summaryrefslogtreecommitdiffstats
path: root/tests/expected/blkid
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* tests: ignore device name used in some fdisk and blkid testsFrancesco Cosoleto2011-01-241-3/+3
| | | | Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
* tests: fix blkid MD test (missing tailing whitespaces)Karel Zak2010-08-201-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add blkid test for partitioned RAID0Karel Zak2010-08-181-0/+51
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libblkid: fix typo filesystem name nilfs to nilfs2Jiro SEKIBA2010-07-261-1/+1
| | | | | | The correct filesystem name is nilfs2, not nilfs. Signed-off-by: Jiro SEKIBA <jir@unicus.jp>
* tests: add nilfs2 test for libblkidJiro SEKIBA2010-07-131-0/+7
| | | | | Signed-off-by: Jiro SEKIBA <jir@unicus.jp> Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update fdisk testsKarel Zak2010-06-162-16/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update blkid test for raid1Karel Zak2010-06-041-2/+0Star
| | | | | | ID_PART_ENTRY_TYPE_ENC does not exists anymore. Signed-off-by: Karel Zak <kzak@redhat.com>
* libblkid: add exFAT file system detection supportAndrew Nayenko2010-06-011-0/+7
| | | | | | Add exFAT file system <http://en.wikipedia.org/wiki/ExFAT> detection support. Signed-off-by: Andrew Nayenko <resver@gmail.com>
* libblkid: improbe DDF detectionKarel Zak2010-05-181-3/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update blkid/md-raid1-* testsKarel Zak2010-05-062-4/+12
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>