[libvirt] [PATCH 09/15] tests: qemucaps: Temporarily remove 'query-qmp-schema' from test data

Peter Krempa pkrempa at redhat.com
Thu Oct 20 15:25:01 UTC 2016


Remove the command from the supported commands list temporarily so that
QMP introspection code can be added without breaking tests and having to
tweak the test data in the same commit.

This will be later reverted and test data will be added. The aarch64
code is special as it calls additional commands and thus the test data
can't be added upfront.
---
 tests/qemucapabilitiesdata/caps_2.6.0-gicv2.aarch64.replies | 3 ---
 tests/qemucapabilitiesdata/caps_2.6.0-gicv3.aarch64.replies | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/tests/qemucapabilitiesdata/caps_2.6.0-gicv2.aarch64.replies b/tests/qemucapabilitiesdata/caps_2.6.0-gicv2.aarch64.replies
index dd4f8ed..03815a9 100644
--- a/tests/qemucapabilitiesdata/caps_2.6.0-gicv2.aarch64.replies
+++ b/tests/qemucapabilitiesdata/caps_2.6.0-gicv2.aarch64.replies
@@ -221,9 +221,6 @@
       "name": "query-chardev"
     },
     {
-      "name": "query-qmp-schema"
-    },
-    {
       "name": "query-events"
     },
     {
diff --git a/tests/qemucapabilitiesdata/caps_2.6.0-gicv3.aarch64.replies b/tests/qemucapabilitiesdata/caps_2.6.0-gicv3.aarch64.replies
index 0009f8f..67a91f0 100644
--- a/tests/qemucapabilitiesdata/caps_2.6.0-gicv3.aarch64.replies
+++ b/tests/qemucapabilitiesdata/caps_2.6.0-gicv3.aarch64.replies
@@ -221,9 +221,6 @@
       "name": "query-chardev"
     },
     {
-      "name": "query-qmp-schema"
-    },
-    {
       "name": "query-events"
     },
     {
-- 
2.10.0




More information about the libvir-list mailing list