iotests/102: Pass $QEMU_HANDLE to _send_qemu_cmd
authorMax Reitz <mreitz@redhat.com>
Thu, 17 Dec 2020 15:38:02 +0000 (16:38 +0100)
committerMax Reitz <mreitz@redhat.com>
Fri, 18 Dec 2020 11:47:37 +0000 (12:47 +0100)
The first parameter passed to _send_qemu_cmd is supposed to be the
$QEMU_HANDLE.  102 does not do so here, fix it.

As a result, the output changes: Now we see the prompt this command is
supposedly waiting for before the resize message - as it should be.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20201217153803.101231-2-mreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/102
tests/qemu-iotests/102.out

index 2cc3efd1edac90385315c4b9f6f06cbd3f8d78c6..9d747c7bbfdbbe93a3a88e354a6b7d2c323632a9 100755 (executable)
@@ -68,7 +68,7 @@ $QEMU_IO -c 'write 0 64k' "$TEST_IMG" | _filter_qemu_io
 qemu_comm_method=monitor _launch_qemu -drive if=none,file="$TEST_IMG",id=drv0
 
 # Wait for a prompt to appear (so we know qemu has opened the image)
-_send_qemu_cmd '' '(qemu)'
+_send_qemu_cmd $QEMU_HANDLE '' '(qemu)'
 
 $QEMU_IMG resize --shrink --image-opts \
     "driver=raw,file.driver=file,file.filename=$TEST_IMG,file.locking=off" \
index cd2fdc7f9650103ff35ada476c5b3a434da1b163..320ed5a52ba93c92f1997760c00bec3c34d3918a 100644 (file)
@@ -16,8 +16,8 @@ Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=65536
 wrote 65536/65536 bytes at offset 0
 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 QEMU X.Y.Z monitor - type 'help' for more information
-Image resized.
 (qemu)
+Image resized.
 (qemu) qemu-io drv0 map
 64 KiB (0x10000) bytes     allocated at offset 0 bytes (0x0)
 *** done