diff options
| author | Kevin Wolf | 2014-11-20 16:27:09 +0100 |
|---|---|---|
| committer | Kevin Wolf | 2014-12-10 10:31:12 +0100 |
| commit | b8e665e4d8c6aece216e373da062ee60c82e0b6f (patch) | |
| tree | 048eab9b1b86648cd56ec5e43127418ef46d4253 /tests/fdc-test.c | |
| parent | qemu-iotests: Add qemu-io format option in Python tests (diff) | |
| download | qemu-b8e665e4d8c6aece216e373da062ee60c82e0b6f.tar.gz qemu-b8e665e4d8c6aece216e373da062ee60c82e0b6f.tar.xz qemu-b8e665e4d8c6aece216e373da062ee60c82e0b6f.zip | |
qtests: Specify image format explicitly
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-id: 1416497234-29880-5-git-send-email-kwolf@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/fdc-test.c')
| -rw-r--r-- | tests/fdc-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fdc-test.c b/tests/fdc-test.c index 203074cdad..3c6c83cac4 100644 --- a/tests/fdc-test.c +++ b/tests/fdc-test.c @@ -291,7 +291,7 @@ static void test_media_insert(void) /* Insert media in drive. DSKCHK should not be reset until a step pulse * is sent. */ qmp_discard_response("{'execute':'change', 'arguments':{" - " 'device':'floppy0', 'target': %s }}", + " 'device':'floppy0', 'target': %s, 'arg': 'raw' }}", test_image); qmp_discard_response(""); /* ignore event (FIXME open -> open transition?!) */ |
