qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] [PULL v2 39/40] iotests: Add tests for the x-blockdev-d


From: Stefan Hajnoczi
Subject: Re: [Qemu-block] [PULL v2 39/40] iotests: Add tests for the x-blockdev-del command
Date: Tue, 10 Nov 2015 14:59:34 +0000

On Tue, Nov 10, 2015 at 2:09 PM, Kevin Wolf <address@hidden> wrote:
> From: Alberto Garcia <address@hidden>
>
> Signed-off-by: Alberto Garcia <address@hidden>
> Message-id: address@hidden
> Reviewed-by: Max Reitz <address@hidden>
> Signed-off-by: Max Reitz <address@hidden>
> ---
>  tests/qemu-iotests/139     | 414 
> +++++++++++++++++++++++++++++++++++++++++++++
>  tests/qemu-iotests/139.out |   5 +
>  tests/qemu-iotests/group   |   1 +
>  3 files changed, 420 insertions(+)
>  create mode 100644 tests/qemu-iotests/139
>  create mode 100644 tests/qemu-iotests/139.out

I'm seeing the following failure:

 ./check -qcow2 139
QEMU          -- "./qemu" -nodefaults
QEMU_IMG      -- "./qemu-img"
QEMU_IO       -- "./qemu-io"  -f qcow2 --cache writeback
QEMU_NBD      -- "./qemu-nbd"
IMGFMT        -- qcow2 (compat=1.1)
IMGPROTO      -- file
PLATFORM      -- Linux/x86_64 stefanha-x1 4.2.5-300.fc23.x86_64
TEST_DIR      -- /home/stefanha/qemu/tests/qemu-iotests/scratch
SOCKET_SCM_HELPER -- /home/stefanha/qemu/tests/qemu-iotests/socket_scm_helper

139         [failed, exit status 1] - output mismatch (see 139.out.bad)
--- /home/stefanha/qemu/tests/qemu-iotests/139.out    2015-11-10
14:24:03.728322694 +0000
+++ 139.out.bad    2015-11-10 14:54:51.617899443 +0000
@@ -1,5 +1,19 @@
-............
+........F...
+======================================================================
+FAIL: testQuorum (__main__.TestBlockdevDel)
+----------------------------------------------------------------------
+Traceback (most recent call last):
+  File "139", line 403, in testQuorum
+    self.addQuorum('quorum0', 'node0', 'node1')
+  File "139", line 291, in addQuorum
+    self.assert_qmp(result, 'return', {})
+  File "/home/stefanha/qemu/tests/qemu-iotests/iotests.py", line 314,
in assert_qmp
+    result = self.dictpath(d, path)
+  File "/home/stefanha/qemu/tests/qemu-iotests/iotests.py", line 293,
in dictpath
+    self.fail('failed path traversal for "%s" in "%s"' % (path, str(d)))
+AssertionError: failed path traversal for "return" in "{u'error':
{u'class': u'GenericError', u'desc': u"Unknown driver 'quorum'"}}"
+
 ----------------------------------------------------------------------
 Ran 12 tests

-OK
+FAILED (failures=1)
Failures: 139
Failed 1 of 1 tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]