mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-04-29 03:11:39 +00:00

Tests for parsing and writing VM configuration files. The parsing part is already covered by the config2command test too, but that only focuses on the main section, not other section types and does not also test parsing in strict mode. Signed-off-by: Fiona Ebner <f.ebner@proxmox.com> Link: https://lore.proxmox.com/20250127112923.31703-4-f.ebner@proxmox.com
16 lines
315 B
Plaintext
16 lines
315 B
Plaintext
# plain VM
|
|
bootdisk: scsi0
|
|
cores: 1
|
|
ide2: none,media=cdrom
|
|
memory: 512
|
|
name: apache
|
|
net0: virtio=92:38:11:FD:ED:87,bridge=vmbr0,firewall=1
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: mydir:142/vm-142-disk-0.qcow2,size=4G
|
|
scsihw: virtio-scsi-pci
|
|
smbios1: uuid=ddf91b3f-a597-42be-9a7e-fb6421dcd5cd
|
|
sockets: 1
|
|
tags: foo bar
|
|
vmgenid: 0
|