mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-07-05 12:46:12 +00:00

In preparation to turn the 'machine' parameter into a property string. parse_property_string checks for the regex, therefore the test-cases with 'somemachine' and 'someothermachine' would fail. To avoid that, replace 'somemachine' and 'someothermachine' with 'q35' and 'pc' with sed: sed -i 's/somemachine/q35/g' sed -i 's/someothermachine/pc/g' Signed-off-by: Markus Frank <m.frank@proxmox.com> [FE: improve wording in commit message] Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
34 lines
661 B
Plaintext
34 lines
661 B
Plaintext
agent: 1
|
|
bootdisk: ide0
|
|
cores: 4
|
|
ide0: local:snapshotable-disk-1,discard=on,size=32G
|
|
ide2: none,media=cdrom
|
|
memory: 8192
|
|
name: win
|
|
net0: e1000=12:34:56:78:90:12,bridge=somebr0,firewall=1
|
|
numa: 0
|
|
ostype: win7
|
|
parent: test
|
|
smbios1: uuid=01234567-890a-bcde-f012-34567890abcd
|
|
sockets: 1
|
|
vga: qxl
|
|
|
|
[test]
|
|
#test comment
|
|
agent: 1
|
|
bootdisk: ide0
|
|
cores: 4
|
|
ide0: local:snapshotable-disk-1,discard=on,size=32G
|
|
ide2: none,media=cdrom
|
|
machine: q35
|
|
memory: 8192
|
|
name: win
|
|
net0: e1000=12:34:56:78:90:12,bridge=somebr0,firewall=1
|
|
numa: 0
|
|
ostype: win7
|
|
smbios1: uuid=01234567-890a-bcde-f012-34567890abcd
|
|
snaptime: 1234567890
|
|
sockets: 1
|
|
vga: qxl
|
|
vmstate: somestorage:state-volume
|