From 8b2798e395c78747fcb50c44cb91a8e5df777e60 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Sat, 14 Sep 2019 09:54:07 +0200 Subject: [PATCH] tests: qemustatusxml2xml: Fix disk target mess There were accidentally two disks with 'vdc' target with corresponding blockjobs which made libvirt leak some references as there are not supposed to be two blockjobs for a single disk. Fix this mess by renaming some of the disks. In addition the block job names also didn't correspond to the naming convetion which also includes the disk target. Fix it as well. Signed-off-by: Peter Krempa ACKed-by: Eric Blake Reviewed-by: Martin Kletzander --- .../qemustatusxml2xmldata/blockjob-blockdev-in.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/qemustatusxml2xmldata/blockjob-blockdev-in.xml b/tests/qemustatusxml2xmldata/blockjob-blockdev-in.xml index 67252a3729..e9031b7087 100644 --- a/tests/qemustatusxml2xmldata/blockjob-blockdev-in.xml +++ b/tests/qemustatusxml2xmldata/blockjob-blockdev-in.xml @@ -238,8 +238,8 @@ - - + + @@ -260,10 +260,10 @@ - - + + - + @@ -585,7 +585,7 @@ - +
@@ -655,7 +655,7 @@ - +
-- GitLab