summaryrefslogtreecommitdiffstats
path: root/tests/expected/blkid
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* tests: add blkid test for TuxOnIceKarel Zak2010-05-061-0/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add blkid tests for RAID1Karel Zak2010-05-032-0/+116
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: use POSIX localeYann Droneaud2010-03-3122-22/+22
| | | | | | | Since not everyone have en_US.UTF-8 locale, default to POSIX locale. This changes default sort order, so some expected results were updated. Signed-off-by: Yann Droneaud <yann@droneaud.fr>
* libblkid: improve ZFS detection and add LABEL and UUID extractionAndreas Dilger2010-03-111-2/+8
| | | | | | | | | | | | | | | | | Improve ZFS uberblock detection to loop over multiple uberblocks, and detect at least 4 magic values, to avoid random collisions. It doesn't yet probe the VDEV LABEL at the end of the device, though it wouldn't be too hard to add it at this point if needed. Add extraction of the pool name (as LABEL), the VDEV (block device) guid as UUID_SUB, and pool_guid (volume) as UUID from the nvlist in the VDEV LABEL. Do simple sanity checking on the nvlist data values to avoid overflowing the buffer if they are corrupt in any way. [kzak@redhat.com: - use %PRIu64 instead %llu] Signed-off-by: Andreas Dilger <adilger@sun.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* libblkid: fix ZSF detectionAndreas Dilger2010-02-171-1/+1
| | | | | | | | | | | | | | | Fix the ZFS device detection by looking at multiple uberblocks to see if any are present, rather than looking for the ZFS boot block which is not always present. There may be up to 128 uberblocks, but the first 4 are not written to disk on a newly-formatted filesystem so check several of them at different offsets within the uberblock array. [kzak@redhat.com: - port e2fsprogs patch to util-linux-ng] Signed-off-by: Andreas Dilger <adilger@sun.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add BeFS test imageKarel Zak2010-02-021-0/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add silicon RAID testKarel Zak2009-12-151-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add promise RAID testKarel Zak2009-12-151-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add nvidia RAID testKarel Zak2009-12-151-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add lsi RAID testKarel Zak2009-12-151-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add jmicron RAID testKarel Zak2009-12-151-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add isw RAID testKarel Zak2009-12-151-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add hpt45x RAID testKarel Zak2009-12-151-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add hpt37x RAID testKarel Zak2009-12-151-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add adaptec RAID testKarel Zak2009-12-151-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add UFS test image for libblkidKarel Zak2009-12-021-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add VIA RAID test image for libblkidKarel Zak2009-12-021-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add NTFS blkid testKarel Zak2009-11-161-0/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: refresh GPT regression testKarel Zak2009-10-301-5/+5
| | | | | | | The n+1 change has been introduced by commit 4c8e837230bb96dc3c447706d9c3b11e4167ba13. Signed-off-by: Karel Zak <kzak@redhat.com>
* libblkid: add test cases for VMFSMike Hommey2009-10-262-0/+14
| | | | Signed-off-by: Mike Hommey <mh@glandium.org>
* tests: add BFS libblkid regression testKarel Zak2009-10-061-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add UBIFS test image to blkid test suiteCorentin Chary2009-09-241-0/+5
| | | | | Signed-off-by: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add blkid regression tests for ISO9660Karel Zak2009-09-243-0/+14
| | | | | | Note that Rock-Ridge detection is not supported yet. Signed-off-by: Karel Zak <kzak@redhat.com>
* libblkid: add blkid_partition_get_type_string()Karel Zak2009-09-171-5/+5
| | | | | | | .. because for example Mac and GPT don't use numbers, but strings or UUIDs as partition type identifier. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add partitions probing testKarel Zak2009-09-165-0/+25
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: fix reiserfs testKarel Zak2009-05-271-1/+1
| | | | | | For more details see 5b3f8e4f961298a9ca296f8362a717c1a4dd2ee0. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add mdraid libblkid testKarel Zak2009-05-271-0/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: add ZSF testKarel Zak2009-04-031-0/+3
| | | | | | Thanks to Andreas Dilger. Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: add lvm2 reg.testKarel Zak2009-02-111-0/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: add GFS2 reg. testKarel Zak2009-02-111-0/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: add reg.tests for HFS and HFS+Karel Zak2009-02-112-0/+8
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: add to reiserKarel Zak2009-02-112-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: add ocfs2 versionKarel Zak2009-02-111-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: fix ..._strncpy_uuidKarel Zak2009-02-111-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: add ddf raid regression testKarel Zak2009-02-111-0/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: add netware regression testKarel Zak2009-02-111-0/+5
| | | | | | Thanks to Kay Sievers for the image and information. Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: add hpfs regression testKarel Zak2009-02-111-0/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add libblkid regression tests (images from e2fsprogs)Karel Zak2009-02-1118-0/+97
- adds basic infrastructure for blkid regression tests - imports test images from e2fsprogs (all tests PASS!:-) Signed-off-by: Karel Zak <kzak@redhat.com>