summaryrefslogtreecommitdiffstats
path: root/tests/expected/libfdisk
Commit message (Collapse)AuthorAgeFilesLines
* libfdisk: add --nopartno to mkpart sampleKarel Zak2017-08-011-0/+26
| | | | | | | | * disable dialogs for the mkpart sample * add --nopartno use-case to force libfdisk to use default partno(s) * add test for this feature Signed-off-by: Karel Zak <kzak@redhat.com>
* libfdisk: support default partno in mkpart-fullspec sampleKarel Zak2017-07-193-0/+84
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: don't use errno in outputKarel Zak2017-07-124-4/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: use sample-fdisk-mkpart-fullspecKarel Zak2017-07-1112-0/+238
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: use sample-fdisk-mkpartKarel Zak2017-07-114-0/+66
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update sfdisk outputKarel Zak2016-11-302-0/+4
| | | | | | | | | | | The output of the "New situation:" contains Disklabel type: <name> Disk identifier: <removed> lines now. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update sfdisk output stringsKarel Zak2016-09-012-4/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisk: Fix typo RequiredPartiton -> RequiredPartitionSebastian Rasmussen2016-05-311-0/+21
| | | | | | | | 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: ts_fdisk_clean(), remove optimal iosizeRuediger Meier2016-02-101-1/+1
| | | | | | | | 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>
* libfdisk: (gpt) add API for raw partition attributesMichael Marineau2015-05-053-0/+25
The existing APIs can only toggle individual bits or get and set bits in a complex text representation, making it impractical to use libfdisk for manipulating the GPT partition attribute field in more complex ways such as updating a value that is multiple bits wide. For example priority based partition selection originally designed for ChromeOS includes two integer values that are 4-bits wide. http://www.chromium.org/chromium-os/chromiumos-design-docs/disk-format#TOC-Trusting-the-GPT [kzak@redhat.com: - add new symbols to .sym file and docs - remove unused variables from test program] Signed-off-by: Michael Marineau <michael.marineau@coreos.com> Signed-off-by: Karel Zak <kzak@redhat.com>