Files
qemu-esp-boards/tests/qemu-iotests
Max Reitz 25fb2e9c39 iotests/common.pattern: Quote echos
From time to time, my shell decides to repace the bracketed numbers here
by the numbers inside (i.e., "=== Clusters to be compressed [1]" is
printed as "=== Clusters to be compressed 1").  That makes tests that
use common.pattern fail.  Prevent that from happening by quoting the
arguments to all echos in common.pattern.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20200403101134.805871-1-mreitz@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
2020-04-07 13:51:09 +02:00
..
2019-10-14 17:12:48 +02:00
2019-07-30 12:25:43 +02:00
2019-11-19 10:01:34 +01:00
2019-09-03 14:56:06 +02:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2019-07-12 15:42:23 +02:00
2019-10-28 11:22:31 +01:00
2020-03-24 11:57:38 +01:00
2020-03-24 11:57:38 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2019-08-16 10:25:16 +02:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2019-10-28 11:22:31 +01:00
2019-10-28 11:22:31 +01:00
2020-02-20 16:43:42 +01:00
2020-03-11 15:54:38 +01:00
2020-03-11 15:54:38 +01:00
2019-10-10 12:13:23 +02:00
2019-10-10 12:13:23 +02:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2019-10-28 11:22:31 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2019-06-24 16:01:04 +02:00
2020-02-07 15:15:16 +01:00
2019-10-10 10:56:18 +02:00
2019-02-25 15:11:27 +01:00
2019-03-19 15:49:29 +01:00
2019-06-13 08:50:47 -05:00
2019-02-01 13:46:44 +01:00
2019-02-01 13:46:44 +01:00
2019-10-28 11:22:31 +01:00
2019-03-19 15:49:29 +01:00
2019-06-04 16:55:58 +02:00
2019-08-16 16:28:03 -04:00
2019-09-16 15:37:12 +02:00
2019-09-16 15:37:12 +02:00
2019-10-22 20:51:31 -05:00
2020-01-06 13:43:07 +01:00
2019-11-18 16:01:31 -06:00
2020-03-24 11:57:38 +01:00
2020-02-20 16:43:42 +01:00

=== This is the QEMU I/O test suite ===

* Intro

This package contains a simple test suite for the I/O layer of qemu.
It does not require a guest, but only the qemu, qemu-img and qemu-io
binaries.  This does limit it to exercise the low-level I/O path only
but no actual block drivers like ide, scsi or virtio.

* Usage

Just run ./check to run all tests for the raw image format, or ./check
-qcow2 to test the qcow2 image format.  The output of ./check -h explains
additional options to test further image formats or I/O methods.

* Feedback and patches

Please send improvements to the test suite, general feedback or just
reports of failing tests cases to qemu-devel@nongnu.org with a CC:
to qemu-block@nongnu.org.