From 4182ffa0a8063038e5b894ddfa3e3f64cb326d68 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 20 Oct 2016 10:11:05 +0200 Subject: [PATCH] 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. --- 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 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" },