summaryrefslogtreecommitdiffstats
path: root/tests/expected/sfdisk
diff options
context:
space:
mode:
authorKarel Zak2016-10-25 12:34:49 +0200
committerKarel Zak2016-10-25 12:34:49 +0200
commit0dcfebf527744bf9b78c576a64ddec7d4367afe3 (patch)
treed246a8c46dd76c0482a0deda4a55634f2876fb57 /tests/expected/sfdisk
parentlibfdisk: fix script Type= and Id= parsing (diff)
downloadkernel-qcow2-util-linux-0dcfebf527744bf9b78c576a64ddec7d4367afe3.tar.gz
kernel-qcow2-util-linux-0dcfebf527744bf9b78c576a64ddec7d4367afe3.tar.xz
kernel-qcow2-util-linux-0dcfebf527744bf9b78c576a64ddec7d4367afe3.zip
tests: add sfdisk Type= and Id= test
Addresses: https://github.com/karelzak/util-linux/issues/367 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/expected/sfdisk')
-rw-r--r--tests/expected/sfdisk/script-type-and-id40
1 files changed, 40 insertions, 0 deletions
diff --git a/tests/expected/sfdisk/script-type-and-id b/tests/expected/sfdisk/script-type-and-id
new file mode 100644
index 000000000..d9e857023
--- /dev/null
+++ b/tests/expected/sfdisk/script-type-and-id
@@ -0,0 +1,40 @@
+Checking that no-one is using this disk right now ... OK
+
+Disk <removed>: 50 MiB, 52428800 bytes, 102400 sectors
+Units: sectors of 1 * 512 = 512 bytes
+Sector size (logical/physical): 512 bytes / 4096 bytes
+I/O size (minimum/optimal): 4096 bytes / <removed> bytes
+
+>>> Script header accepted.
+>>> Script header accepted.
+>>> Script header accepted.
+>>> Created a new <removed>.
+<removed>1: Created a new <removed>.
+<removed>2: Created a new <removed>.
+<removed>3: Created a new <removed>.
+<removed>4: Created a new <removed>.
+<removed>5: Done.
+
+New situation:
+
+Device Start End Sectors Size Type
+<removed>1 2048 8191 6144 3M Linux root (x86)
+<removed>2 8192 14335 6144 3M Linux root (x86)
+<removed>3 14336 20479 6144 3M Linux root (x86)
+<removed>4 20480 102366 81887 40M Linux root (x86)
+
+The partition table has been altered.
+Calling ioctl() to re-read partition table.
+Syncing disks.
+Disk <removed>: 50 MiB, 52428800 bytes, 102400 sectors
+Units: sectors of 1 * 512 = 512 bytes
+Sector size (logical/physical): 512 bytes / 4096 bytes
+I/O size (minimum/optimal): 4096 bytes / <removed> bytes
+Disklabel type: gpt
+Disk identifier: <removed>
+
+Start End Size UUID Type Name
+ 2048 8191 3M 4DD6948A-44F8-4E6C-8BDC-064F740704F8 Linux root (x86)
+ 8192 14335 3M 44B51DEF-5F04-465A-91AA-2889A62D8E49 Linux root (x86)
+14336 20479 3M 643E1D0D-BC02-4CED-B83B-86121062858F Linux root (x86)
+20480 102366 40M D2A29B0A-FDEE-40C3-9BAE-B9FA782C986C Linux root (x86)