projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5b8336
)
iotests: 091: Quit QEMU before checking image
author
Fam Zheng
<famz@redhat.com>
Tue, 2 May 2017 16:35:47 +0000
(
00:35
+0800)
committer
Kevin Wolf
<kwolf@redhat.com>
Thu, 11 May 2017 09:08:40 +0000
(11:08 +0200)
Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/091
patch
|
blob
|
history
diff --git
a/tests/qemu-iotests/091
b/tests/qemu-iotests/091
index 32bbd5697581a8ae825b0a10c717f51e62dd4ba1..10ac4a8d73b736374c108ed9d5bf60ef162d2b94 100755
(executable)
--- a/
tests/qemu-iotests/091
+++ b/
tests/qemu-iotests/091
@@
-95,7
+95,9
@@
echo "vm2: qemu process running successfully"
echo "vm2: flush io, and quit"
_send_qemu_cmd $h2 'qemu-io disk flush' "(qemu)"
_send_qemu_cmd $h2 'quit' ""
+_send_qemu_cmd $h1 'quit' ""
+wait
echo "Check image pattern"
${QEMU_IO} -c "read -P 0x22 0 4M" "${TEST_IMG}" | _filter_testdir | _filter_qemu_io