mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
bhyve: add tests for bhyveParseCommandLineString
This commit is contained in:
committed by
Roman Bogorodskiy
parent
9f22b347b4
commit
dd23c3822b
16
tests/bhyveargv2xmldata/bhyveargv2xml-virtio-net2.xml
Normal file
16
tests/bhyveargv2xmldata/bhyveargv2xml-virtio-net2.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<domain type='bhyve'>
|
||||
<name>bhyve</name>
|
||||
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
|
||||
<memory unit='KiB'>219136</memory>
|
||||
<currentMemory unit='KiB'>219136</currentMemory>
|
||||
<vcpu placement='static'>1</vcpu>
|
||||
<os>
|
||||
<type>hvm</type>
|
||||
</os>
|
||||
<clock offset='localtime'/>
|
||||
<on_poweroff>destroy</on_poweroff>
|
||||
<on_reboot>destroy</on_reboot>
|
||||
<on_crash>destroy</on_crash>
|
||||
<devices>
|
||||
</devices>
|
||||
</domain>
|
||||
Reference in New Issue
Block a user