From: Peter Krempa Date: Thu, 20 Oct 2016 08:11:05 +0000 (+0200) Subject: tests: qemucaps: Temporarily remove 'query-qmp-schema' from test data X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4182ffa0a8063038e5b894ddfa3e3f64cb326d68;p=libvirt.git tests: qemucaps: Temporarily remove 'query-qmp-schema' from test data 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. --- diff --git a/tests/qemucapabilitiesdata/caps_2.6.0-gicv2.aarch64.replies b/tests/qemucapabilitiesdata/caps_2.6.0-gicv2.aarch64.replies index dd4f8eded7..03815a9198 100644 --- a/tests/qemucapabilitiesdata/caps_2.6.0-gicv2.aarch64.replies +++ b/tests/qemucapabilitiesdata/caps_2.6.0-gicv2.aarch64.replies @@ -220,9 +220,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 0009f8ffeb..67a91f05dd 100644 --- a/tests/qemucapabilitiesdata/caps_2.6.0-gicv3.aarch64.replies +++ b/tests/qemucapabilitiesdata/caps_2.6.0-gicv3.aarch64.replies @@ -220,9 +220,6 @@ { "name": "query-chardev" }, - { - "name": "query-qmp-schema" - }, { "name": "query-events" },