bhyve: add tests for bhyveParseCommandLineString

This commit is contained in:
Fabian Freyer
2016-06-24 18:41:20 +00:00
committed by Roman Bogorodskiy
parent 9f22b347b4
commit dd23c3822b
61 changed files with 1148 additions and 3 deletions

View 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>