mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-10 07:25:51 -06:00
testdriver: Add test-alternate-devs guest for alternate rng config
This commit is contained in:
parent
927334915b
commit
d261299b5a
@ -308,6 +308,30 @@
|
||||
</devices>
|
||||
</domain>
|
||||
|
||||
<domain type='test'>
|
||||
<name>test-alternate-devs</name>
|
||||
<uuid>4a64cc71-19c4-2fd0-2323-00aa941ea3c3</uuid>
|
||||
<description>Test alternate devices that can't be crammed in
|
||||
test-many-devices, like an alternate RNG.
|
||||
</description>
|
||||
<memory>8388608</memory>
|
||||
<currentMemory>2097152</currentMemory>
|
||||
<vcpu>2</vcpu>
|
||||
<os>
|
||||
<type arch='i686'>hvm</type>
|
||||
<boot dev='hd'/>
|
||||
</os>
|
||||
<clock offset='utc'/>
|
||||
<on_poweroff>destroy</on_poweroff>
|
||||
<on_reboot>restart</on_reboot>
|
||||
<on_crash>destroy</on_crash>
|
||||
<devices>
|
||||
<rng model='virtio'>
|
||||
<rate bytes='123' period='1234'/>
|
||||
<backend model='random'>/dev/hwrng</backend>
|
||||
</rng>
|
||||
</devices>
|
||||
</domain>
|
||||
|
||||
<domain type='test'>
|
||||
<name>test-clone-simple</name>
|
||||
|
Loading…
Reference in New Issue
Block a user