summaryrefslogtreecommitdiffstats
path: root/tests/ts/fdisk/mbr-nondos-mode
Commit message (Collapse)AuthorAgeFilesLines
* tests: Skip fdisk/mbr-nondos-mode on Sparc as unsupportedKarel Zak2019-08-191-5/+2Star
| | | | | | | | | 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: use subtests in fdisk/mbr-nondos-modeKarel Zak2019-02-271-18/+39
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add fdisk (dos) first sector dialog testKarel Zak2019-02-271-0/+18
| | | | | | | 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: Fix fdisk/id and fdisk/mbr-nondos-mode on SparcJames Clarke2016-07-141-0/+13
| | | | | | | 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: don't depend on GNU md5sumRuediger Meier2016-04-131-0/+1
| | | | Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: update fdisk formattingKarel Zak2014-10-141-1/+1
| | | | | | | fdisk --list does no more use extra linebreak (\n) before and after partition table entries. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: check commands needed for running a test existSami Kerola2014-03-071-2/+4
| | | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: avoid executing dirname(1) commandSami Kerola2014-02-171-1/+1
| | | | | | Bash parameter expansion does the same thing. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: refresh fdisk testsKarel Zak2013-09-181-14/+15
|
* tests: fix typo in fdisk testKarel Zak2013-03-111-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: standardize fdisk headers in MBR testsKarel Zak2012-08-011-1/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add non-dos mode fdisk testKarel Zak2012-07-311-0/+135