tests: qemuxml2xml: Order pinning information numerically

A future patch will refactor the storage of the pinning information in a
way where the ordering will be lost. Order them numerically to avoid
changing the tests later.
This commit is contained in:
Peter Krempa 2016-01-04 17:00:51 +01:00
parent a2e80549a2
commit f82a8014c0
2 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
<iothreadpin iothread='2' cpuset='3'/>
<iothreadpin iothread='1' cpuset='2'/>
<emulatorpin cpuset='1'/>
<vcpupin vcpu='1' cpuset='1'/>
<vcpupin vcpu='0' cpuset='0'/>
<vcpupin vcpu='1' cpuset='1'/>
<quota>-1</quota>
<period>1000000</period>
<shares>2048</shares>

View File

@ -9,8 +9,8 @@
<shares>2048</shares>
<period>1000000</period>
<quota>-1</quota>
<vcpupin vcpu='1' cpuset='1'/>
<vcpupin vcpu='0' cpuset='0'/>
<vcpupin vcpu='1' cpuset='1'/>
<emulatorpin cpuset='1'/>
<iothreadpin iothread='1' cpuset='2'/>
<iothreadpin iothread='2' cpuset='3'/>