From c5bc4437ee41e82ba1184d6349bcd59dbc8213dc Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Thu, 28 Feb 2019 16:51:52 +0100 Subject: [PATCH] tests: Rename some qemuxml2xml output files for clarity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit disk-mirror-old has different output file for the active and inactive parts, which should be named accordingly; on the other hand, both output files for disk-backing-chains-noindex are identical, so it makes sense to only keep around one and remove the (in-)active suffix. Signed-off-by: Andrea Bolognani Reviewed-by: Ján Tomko --- .../disk-backing-chains-noindex-inactive.xml | 156 ------------------ ...ve.xml => disk-backing-chains-noindex.xml} | 0 ...ror-old.xml => disk-mirror-old-active.xml} | 0 3 files changed, 156 deletions(-) delete mode 100644 tests/qemuxml2xmloutdata/disk-backing-chains-noindex-inactive.xml rename tests/qemuxml2xmloutdata/{disk-backing-chains-noindex-active.xml => disk-backing-chains-noindex.xml} (100%) rename tests/qemuxml2xmloutdata/{disk-mirror-old.xml => disk-mirror-old-active.xml} (100%) diff --git a/tests/qemuxml2xmloutdata/disk-backing-chains-noindex-inactive.xml b/tests/qemuxml2xmloutdata/disk-backing-chains-noindex-inactive.xml deleted file mode 100644 index 29d1ad002d..0000000000 --- a/tests/qemuxml2xmloutdata/disk-backing-chains-noindex-inactive.xml +++ /dev/null @@ -1,156 +0,0 @@ - - QEMUGuest1 - c7a5fdbd-edaf-9455-926a-d65c16db1809 - 219136 - 219136 - 1 - - hvm - - - - destroy - restart - destroy - - /usr/bin/qemu-system-i686 - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - - - - -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
- - - - - -
- - - diff --git a/tests/qemuxml2xmloutdata/disk-backing-chains-noindex-active.xml b/tests/qemuxml2xmloutdata/disk-backing-chains-noindex.xml similarity index 100% rename from tests/qemuxml2xmloutdata/disk-backing-chains-noindex-active.xml rename to tests/qemuxml2xmloutdata/disk-backing-chains-noindex.xml diff --git a/tests/qemuxml2xmloutdata/disk-mirror-old.xml b/tests/qemuxml2xmloutdata/disk-mirror-old-active.xml similarity index 100% rename from tests/qemuxml2xmloutdata/disk-mirror-old.xml rename to tests/qemuxml2xmloutdata/disk-mirror-old-active.xml