mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemumigparamstest: Add basic test data
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
11
tests/qemumigparamsdata/basic.xml
Normal file
11
tests/qemumigparamsdata/basic.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<test>
|
||||
<migParams>
|
||||
<param name='compress-level' value='1'/>
|
||||
<param name='compress-threads' value='8'/>
|
||||
<param name='decompress-threads' value='2'/>
|
||||
<param name='cpu-throttle-initial' value='20'/>
|
||||
<param name='cpu-throttle-increment' value='10'/>
|
||||
<param name='max-bandwidth' value='33554432'/>
|
||||
<param name='downtime-limit' value='300'/>
|
||||
</migParams>
|
||||
</test>
|
||||
Reference in New Issue
Block a user