]> xenbits.xensource.com Git - libvirt.git/commitdiff
Add global_period and global_quota XML validation test
authorAlexander Burluka <aburluka@virtuozzo.com>
Tue, 16 Feb 2016 13:43:36 +0000 (16:43 +0300)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 1 Mar 2016 14:29:06 +0000 (14:29 +0000)
Signed-off-by: Alexander Burluka <aburluka@virtuozzo.com>
tests/qemuxml2argvdata/qemuxml2argv-cputune.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-cputune.xml

index 951fef9bd3d831a24d1272d3a29aed21f957601c..9595903cd5992f132250ccd7f3107a12fb2057b1 100644 (file)
@@ -8,6 +8,8 @@
     <shares>2048</shares>
     <period>1000000</period>
     <quota>-1</quota>
+    <global_period>1000000</global_period>
+    <global_quota>-1</global_quota>
     <vcpupin vcpu='0' cpuset='0'/>
     <vcpupin vcpu='1' cpuset='1'/>
     <emulatorpin cpuset='1'/>
index de9c3318f8fdf30bb621c70ea06a251ad8be8a1e..baf17797b6e5e622fc330695ecdf79078ba9dd01 100644 (file)
@@ -8,6 +8,8 @@
     <shares>2048</shares>
     <period>1000000</period>
     <quota>-1</quota>
+    <global_period>1000000</global_period>
+    <global_quota>-1</global_quota>
     <vcpupin vcpu='0' cpuset='0'/>
     <vcpupin vcpu='1' cpuset='1'/>
     <emulatorpin cpuset='1'/>