From f82a8014c0ea1b45849e5f2384914401be042722 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Mon, 4 Jan 2016 17:00:51 +0100 Subject: [PATCH] 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. --- tests/qemuxml2argvdata/qemuxml2argv-cputune-iothreads.xml | 2 +- tests/qemuxml2xmloutdata/qemuxml2xmlout-cputune-iothreads.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/qemuxml2argvdata/qemuxml2argv-cputune-iothreads.xml b/tests/qemuxml2argvdata/qemuxml2argv-cputune-iothreads.xml index c8cc02516a..00d8bf0120 100644 --- a/tests/qemuxml2argvdata/qemuxml2argv-cputune-iothreads.xml +++ b/tests/qemuxml2argvdata/qemuxml2argv-cputune-iothreads.xml @@ -10,8 +10,8 @@ - + -1 1000000 2048 diff --git a/tests/qemuxml2xmloutdata/qemuxml2xmlout-cputune-iothreads.xml b/tests/qemuxml2xmloutdata/qemuxml2xmlout-cputune-iothreads.xml index dc65564891..435d0ae702 100644 --- a/tests/qemuxml2xmloutdata/qemuxml2xmlout-cputune-iothreads.xml +++ b/tests/qemuxml2xmloutdata/qemuxml2xmlout-cputune-iothreads.xml @@ -9,8 +9,8 @@ 2048 1000000 -1 - + -- GitLab