On Thu, Sep 09, 2021 at 12:34:44 +0900, Hiroki Narukawa wrote:
Currently disk-virtio-queues test is now using specifying a fake
capability.
By this commit this test will make use of DO_TEST_CAPS_LATEST.
Signed-off-by: Hiroki Narukawa <hnarukaw(a)yahoo-corp.jp>
---
.../qemuxml2argvdata/disk-virtio-queues.args | 20 +++++++----
.../disk-virtio-queues.x86_64-latest.args | 35 +++++++++++++++++++
tests/qemuxml2argvdata/disk-virtio-queues.xml | 5 ++-
tests/qemuxml2argvtest.c | 3 +-
.../disk-virtio-queues.x86_64-latest.xml | 1 +
tests/qemuxml2xmltest.c | 2 +-
6 files changed, 55 insertions(+), 11 deletions(-)
create mode 100644 tests/qemuxml2argvdata/disk-virtio-queues.x86_64-latest.args
create mode 120000 tests/qemuxml2xmloutdata/disk-virtio-queues.x86_64-latest.xml
diff --git a/tests/qemuxml2argvdata/disk-virtio-queues.args
b/tests/qemuxml2argvdata/disk-virtio-queues.args
index c0166357e7..6637088a35 100644
--- a/tests/qemuxml2argvdata/disk-virtio-queues.args
+++ b/tests/qemuxml2argvdata/disk-virtio-queues.args
This file is not used after the conversion and should be deleted.
I'll do the change, no need to resend.
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>