summaryrefslogtreecommitdiff
path: root/tests/expected/fdisk
AgeCommit message (Collapse)AuthorFilesLines
2011-01-24tests: ignore device name used in some fdisk and blkid testsFrancesco Cosoleto4-27/+27
Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
2010-08-09fdisk: update MBR after ID changeKarel Zak1-0/+5
Reported-by: Bernard Pidoux <bpidoux@free.fr> Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-16tests: update fdisk testsKarel Zak5-48/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-05-19tests: update fdisk testsKarel Zak5-16/+16
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-03-14tests: fix whitespacesKarel Zak4-15/+15
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-03-11tests: update fdisk testsKarel Zak1-2/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-02-15tests: update fdisk testsKarel Zak4-65/+65
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-02-12tests: update fdisk testsKarel Zak1-13/+13
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-02-09tests: fix and update old fdisk testsKarel Zak1-0/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-02-09tests: add fdisk alignment testsKarel Zak6-0/+471
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-11-18fdisk: print info and recommendations about alignmentKarel Zak1-0/+1
* inform user that phy.sector > log.sector * warn user when alignment_offset is not provided does, DOS-compatible mode is enabled and the default geo.sectors are not aligned * suggest to change display units to sectors (oh yes, fdisk default are cylinders...) Signed-off-by: Karel Zak <kzak@redhat.com>
2009-11-02fdisk: add regression test listing empty/nonsense imagesZdenek Behan2-0/+13
Signed-off-by: Zdenek Behan <rain@matfyz.cz>
2009-08-17tests: test for basic functionality of sun labelsZdenek Behan1-0/+16
Tests the following: * Creation and deletion of first two partitions * setting sysid to one (randomly chosen) value * setting readonly/mountable flags Signed-off-by: Zdenek Behan <rain@matfyz.cz>
2009-08-17tests: fdisk doslabel test also checks setting partition activeZdenek Behan1-0/+2
* Yet another test, this time for setting active partition Signed-off-by: Zdenek Behan <rain@matfyz.cz>
2009-08-17tests: fdisk doslabel test also checks changing partition typeZdenek Behan1-0/+4
* Changed apostrophes around test commands to quotes, this makes vim syntax highlighting more happy, and makes the newlines stand out. * Added check for changing partition type. After the change is done and checked, the partition is deleted and re-created to not mess with the other md5's already in place... Signed-off-by: Zdenek Behan <rain@matfyz.cz>
2009-05-22tests: fix 'delete extended partition' checksumKarel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-05-19fdisk: add simple test for doslabel stuffZdenek Behan1-0/+18
Initial tests/fdisk patch to test most of the doslabel-related stuff. Coverage of dos-related functions is about 60%, does not test the verify/fix-PT code. [kzak@redhat.com: - fix test design to match to output/expect/diff idea] Signed-off-by: Zdenek Behan <rain@matfyz.cz> Signed-off-by: Karel Zak <kzak@redhat.com>