qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] block: fix qemu-iotests 030 failure
@ 2012-05-10  8:59 Paolo Bonzini
  2012-05-10  9:05 ` Kevin Wolf
  0 siblings, 1 reply; 2+ messages in thread
From: Paolo Bonzini @ 2012-05-10  8:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
        These hunks were left out of "stream: add testcase for partial
        streaming" v2 due a bad rebase on my side (I added the os.remove
        on top of an old branch rather than the latest).  Please squash
        them in, sorry for the problem.

 tests/qemu-iotests/030     |    2 +-
 tests/qemu-iotests/030.out |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/qemu-iotests/030 b/tests/qemu-iotests/030
index 12e5023..eb7bf99 100755
--- a/tests/qemu-iotests/030
+++ b/tests/qemu-iotests/030
@@ -90,7 +90,7 @@ class TestSingleDrive(ImageStreamingTestCase):
     def test_stream_partial(self):
         self.assert_no_active_streams()
 
-        result = self.vm.qmp('block_stream', device='drive0', base=mid_img)
+        result = self.vm.qmp('block-stream', device='drive0', base=mid_img)
         self.assert_qmp(result, 'return', {})
 
         completed = False
diff --git a/tests/qemu-iotests/030.out b/tests/qemu-iotests/030.out
index 914e373..3f8a935 100644
--- a/tests/qemu-iotests/030.out
+++ b/tests/qemu-iotests/030.out
@@ -1,5 +1,5 @@
-.....
+......
 ----------------------------------------------------------------------
-Ran 5 tests
+Ran 6 tests
 
 OK
-- 
1.7.10.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] block: fix qemu-iotests 030 failure
  2012-05-10  8:59 [Qemu-devel] [PATCH] block: fix qemu-iotests 030 failure Paolo Bonzini
@ 2012-05-10  9:05 ` Kevin Wolf
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Wolf @ 2012-05-10  9:05 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: qemu-devel

Am 10.05.2012 10:59, schrieb Paolo Bonzini:
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>         These hunks were left out of "stream: add testcase for partial
>         streaming" v2 due a bad rebase on my side (I added the os.remove
>         on top of an old branch rather than the latest).  Please squash
>         them in, sorry for the problem.

Thanks, squashed them in.

Kevin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-10  9:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-10  8:59 [Qemu-devel] [PATCH] block: fix qemu-iotests 030 failure Paolo Bonzini
2012-05-10  9:05 ` Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).