summaryrefslogtreecommitdiffstats
path: root/tests/ts/sfdisk/gpt
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'test-rmmod-scsi_debug' of https://github.com/rudimeier/util-linuxKarel Zak2016-10-251-1/+0Star
|\ | | | | | | | | * 'test-rmmod-scsi_debug' of https://github.com/rudimeier/util-linux: tests: consolidate rmmod scsi_debug
| * tests: consolidate rmmod scsi_debugRuediger Meier2016-10-211-1/+0Star
| | | | | | | | | | | | | | | | | | - auto cleanup on test exit - Add smart timeout: Newer openSUSE systems on OBS failed to rmmod almost always. udevadm settle does not seem to have any affect. - now tests will fail if rmmod fails Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* | tests: add GPT attributes parser testsKarel Zak2016-10-251-0/+38
|/ | | | | Addresses: https://github.com/karelzak/util-linux/issues/367 Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisk: Fix typo RequiredPartiton -> RequiredPartitionSebastian Rasmussen2016-05-311-1/+9
| | | | | | | | This typo fix is backwards compatible in that fdisk will accept both the GPT attribute RequiredPartition and RequiredPartiton with the typo. Update documentation and tests to all use the new attribute name. Signed-off-by: Sebastian Rasmussen <sebras@gmail.com>
* tests: use sfdisk --no-reread wherever it's neededRuediger Meier2016-01-051-1/+2
| | | | | | | | The first BLKRRPART ioctl causes udev events and then second one may fail, see Discussion http://comments.gmane.org/gmane.linux.utilities.util-linux-ng/11885 Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* sfdisk: add --reorderKarel Zak2015-09-071-1/+21
| | | | | Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1232707 Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add JSON sfdisk dumpsKarel Zak2015-06-151-0/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add hexdump from GPTKarel Zak2015-05-111-0/+6
| | | | | | | | * use hardcoded UUIDs for partitions in sfdisk GPT test * output hexdump of the GPT header (it would be possible to use MD5 sum, but from hexdump it's more obvious where is problem) Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: fix sfdisk GPT testKarel Zak2015-04-231-1/+1
| | | | | | | The test uses too large last partition, libfdisk checks this problem now. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add old dump for sfdiskKarel Zak2015-04-161-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add sfdisk resize testsKarel Zak2015-04-131-0/+14
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: require wipefs for sfdisk/gptKarel Zak2015-04-131-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: don't hardcode devnamesKarel Zak2015-02-031-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add PMBR sfdisk testKarel Zak2014-10-131-0/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add sfdisk GPT testsKarel Zak2014-10-101-0/+106
Signed-off-by: Karel Zak <kzak@redhat.com>