Diskmanage: add test for lsblk by simulating zfs disk

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2019-07-12 12:13:50 +02:00
committed by Fabian Grünbichler
parent 8cd6d7e8e3
commit b8cbfd362f
8 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
"blockdevices": [
{"path":"/dev/sdm", "parttype":null},
{"path":"/dev/sdm1", "parttype":"6a898cc3-1dd2-11b2-99a6-080020736631"},
{"path":"/dev/sdm9", "parttype":"6a945a3b-1dd2-11b2-99a6-080020736631"}
]
}