summaryrefslogtreecommitdiffstats
path: root/tests/expected/fdisk/sunlabel
Commit message (Collapse)AuthorAgeFilesLines
* tests: (fdisk) update padding in outputKarel Zak2019-07-231-3/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update fdisk dialogsKarel Zak2018-07-311-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: ts_fdisk_clean(), remove optimal iosizeRuediger Meier2016-02-101-6/+6
| | | | | | | | 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 fdisk formattingKarel Zak2014-10-141-11/+0Star
| | | | | | | fdisk --list does no more use extra linebreak (\n) before and after partition table entries. Signed-off-by: Karel Zak <kzak@redhat.com>
* libfdisk: fix fdisk_get_optimal_iosize() and update testsKarel Zak2014-08-201-2/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update fdisk sun testKarel Zak2014-04-231-3/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update fdisk MBR and SUN testsKarel Zak2014-03-111-11/+11
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update fdisk outputsKarel Zak2013-10-081-6/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* ORIG_HEADKarel Zak2013-09-251-7/+84
| | | | | | | | | | | tests: update sun label test * add fdisk -l outputs (to make the test more usable) * use more usable geometry * don't expect that 'create sun label' oprations asks for C/H/S (we follows fdisk_context defaults) Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update sun label testKarel Zak2013-09-191-7/+7
| | | | | | | | Note that we use a little different label setting, so the checksums are also different. For more details see commit 4170ae9cbd3ad54c9c7427212eaae6fdb030b57a. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: test for basic functionality of sun labelsZdenek Behan2009-08-171-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>