summaryrefslogtreecommitdiffstats
path: root/tests/expected/fdisk
Commit message (Collapse)AuthorAgeFilesLines
* tests: Skip fdisk/mbr-nondos-mode on Sparc as unsupportedKarel Zak2019-08-191-189/+0Star
| | | | | | | | | The test has been originally designed as usable on sparc, but now we use it for many features which are MBR specific. Reported-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Co-Author: Anatoly Pugachev <matorola@gmail.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update fdisk outputKarel Zak2019-08-081-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: (fdisk) update padding in outputKarel Zak2019-07-231-3/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: use subtests in fdisk/mbr-nondos-modeKarel Zak2019-02-2714-250/+250
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add fdisk (dos) first sector dialog testKarel Zak2019-02-271-0/+47
| | | | | | | The test verifies that the "First sector" dialog offers relevant range in the begin of the device if the end of the device is already used. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update fdisk outputsKarel Zak2019-02-121-5/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update fdisk outputKarel Zak2018-08-304-0/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update fdisk dialogsKarel Zak2018-07-317-34/+34
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: GPT device resize testKarel Zak2017-11-141-0/+54
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: Fix fdisk/id and fdisk/mbr-nondos-mode on SparcJames Clarke2016-07-142-0/+192
| | | | | | | On Sparc, fdisk defaults to using SUN disk labels, which causes the output from these tests to differ from non-Sparc. Signed-off-by: James Clarke <jrtc27@jrtc27.com>
* tests: remove deprecated md5sum based fdisk/bsd testRuediger Meier2016-04-061-123/+0Star
| | | | Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: add fdisk/bsd hexdump for alphaRuediger Meier2016-04-061-0/+217
| | | | | | | Taken from Debian build logs: https://buildd.debian.org/status/fetch.php?pkg=util-linux&arch=alpha&ver=2.28~rc2-1&stamp=1459443555 Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: add new fdisk bsd testKarel Zak2016-03-164-0/+852
| | | | | | | | | | | | | New BDS test based on hexdump, this commit provides: bsd_0_64.BE - generated on ppc64 bsd_0_64.LE - generated on ppc64le bsd_1_0.LE - generated on x86_64 bsd_1_0.BE - generated on s390 the last missing is Alpha where all is different :-) Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: mark old bsd fdisk test as deprecatedKarel Zak2016-03-161-7/+7
| | | | | | | | | | It seems better to use hexdump rather than md5sum, but it means that we have to gather hexdumps of the all possible BSD variants. For this purpose will be introduced a new bsd fdisk test and to verify the new hexdumps we can use this old test as both tests are exactly the same. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: ts_fdisk_clean(), remove optimal iosizeRuediger Meier2016-02-1011-51/+51
| | | | | | | | 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>
* docs: fix typos found by codespellRuediger Meier2016-02-031-1/+1
| | | | | | Using "codespell" from https://github.com/lucasdemarchi/codespell Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: update fdisk BSDKarel Zak2015-06-111-2/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: don't hardcode devnamesKarel Zak2015-02-031-78/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update MBR sort testKarel Zak2015-02-031-0/+2
| | | | | | | Now libfdisk writes empty disk labels too. See commit 3d919d95838241aa7ddfe8df7d17ea0fc7d0f5e7. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update fdisk testsKarel Zak2014-11-074-0/+9
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update bsd testKarel Zak2014-10-141-4/+2Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update fdisk formattingKarel Zak2014-10-141-6/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update fdisk formattingKarel Zak2014-10-1410-40/+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-206-15/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisk: update tests and clean up outputKarel Zak2014-08-089-9/+6Star
| | | | 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: add fdisk 'f' command MBR testKarel Zak2014-04-231-0/+77
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: fdisk added a partitions order message (8b60872e)Ruediger Meier2014-04-183-0/+14
| | | | Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: refresh fdisk outputsKarel Zak2014-03-115-114/+83Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update fdisk MBR and SUN testsKarel Zak2014-03-113-93/+83Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libfdisk: (bsd) fix outputKarel Zak2014-03-111-16/+14Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* cfdisk: follow terminal-colors.dKarel Zak2014-03-111-53/+53
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: fix fdisk GPT testRuediger Meier2013-11-141-0/+1
| | | | | | There was a missing newline since cd05de50. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: test corruted GPT headersKarel Zak2013-10-231-0/+43
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update fdisk outputsKarel Zak2013-10-0810-50/+50
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update odd output fdisk testKarel Zak2013-09-251-0/+1
| | | | 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: refresh fdisk testsKarel Zak2013-09-1810-458/+503
|
* tests: update fdisk testsKarel Zak2013-03-125-10/+16
| | | | | | | | | - 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 'odd input' fdisk testKarel Zak2013-03-111-2/+1Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update bsd testKarel Zak2013-03-111-25/+5Star
| | | | | | This is the correct 'L'ist partition types dialog output for BSD. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: ignore stderr in fdisk -lKarel Zak2013-03-111-15/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add fdisk GPT testKarel Zak2013-03-061-0/+113
| | | | | | | | Note that the test does not check on-disk data (by checksum) because the current fdisk does not allow to modify automatically generated partition and disk UUIDs. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add fdisk BSD testKarel Zak2013-03-061-0/+127
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update fdisk mbr testsKarel Zak2013-03-062-0/+23
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: standardize fdisk headers in MBR testsKarel Zak2012-08-012-23/+23
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add non-dos mode fdisk testKarel Zak2012-07-311-0/+195
|
* tests: add layout info to dos mode testKarel Zak2012-07-311-0/+158
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: rename doslabel testKarel Zak2012-07-312-24/+24
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>