Cleber Rosa
d98205c586
iotests: make 083 specific to raw
...
While testing the Python 3 changes which touch the 083 test, I noticed
that it would fail with qcow2. Expanding the testing, I noticed it
had nothing to do with the Python 3 changes, and in fact, it would not
pass on anything but raw:
raw: pass
bochs: not generic
cloop: not generic
parallels: fail
qcow: fail
qcow2: fail
qed: fail
vdi: fail
vhdx: fail
vmdk: fail
vpc: fail
luks: fail
The errors are a mixture I/O and "image not in xxx format", such as:
=== Check disconnect before data ===
Unexpected end-of-file before all bytes were read
-read failed: Input/output error
+can't open device nbd+tcp://127.0.0.1:PORT/foo: Could not open 'nbd://127.0.0.1:PORT/foo': Input/output error
=== Check disconnect after data ===
-read 512/512 bytes at offset 0
-512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
+can't open device nbd+tcp://127.0.0.1:PORT/foo: Image not in qcow format
I'm not aware if there's a quick fix, so, for the time being, it looks
like the honest approach is to make the test known to work on raw
only.
Signed-off-by: Cleber Rosa <crosa@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2018-11-05 15:09:54 +01:00
..
2018-06-15 16:10:11 -03:00
2018-09-07 17:43:22 -04:00
2018-02-22 15:44:07 -08:00
2018-10-30 15:49:55 +00:00
2018-10-05 12:57:41 -05:00
2018-10-26 17:17:32 +02:00
2018-08-16 14:05:28 +01:00
2018-06-08 14:39:24 -03:00
2018-08-31 09:53:09 +02:00
2018-10-11 19:58:26 +01:00
2018-03-21 15:13:40 +01:00
2018-08-31 09:53:10 +02:00
2018-11-05 15:09:54 +01:00
2018-10-26 17:17:32 +02:00
2018-10-26 22:03:21 +08:00
2018-07-24 11:45:25 +01:00
2018-08-16 09:50:54 +01:00
2018-10-02 18:47:55 +02:00
2018-08-23 18:46:25 +02:00
2018-10-24 19:03:37 +01:00
2018-07-02 15:41:17 +02:00
2018-07-02 15:41:17 +02:00
2018-10-26 17:17:32 +02:00
2018-08-23 18:46:25 +02:00
2018-06-08 13:17:39 -04:00
2018-02-14 11:43:41 +01:00
2018-11-02 14:03:33 +00:00
2018-08-16 08:42:06 +02:00
2018-08-15 08:12:19 +02:00
2018-10-10 08:00:00 +02:00
2018-10-09 13:44:12 +02:00
2018-05-04 08:27:53 +02:00
2018-05-04 08:27:53 +02:00
2018-05-04 08:27:53 +02:00
2018-05-04 08:27:53 +02:00
2018-07-28 09:09:58 +02:00
2018-10-05 16:27:09 +04:00
2018-07-28 09:09:58 +02:00
2018-10-24 06:44:59 -03:00
2018-07-03 13:04:38 +01:00
2018-07-03 13:04:38 +01:00
2018-07-24 17:33:39 +01:00
2018-10-19 12:26:57 +01:00
2018-08-23 18:46:25 +02:00
2018-08-31 09:53:10 +02:00
2018-02-14 11:43:41 +01:00
2018-08-16 08:42:06 +02:00
2018-08-16 08:42:06 +02:00
2018-08-16 08:42:06 +02:00
2018-08-23 18:46:25 +02:00
2018-08-15 12:50:39 +02:00
2018-08-16 14:05:28 +01:00
2018-02-14 11:43:02 +01:00
2018-08-16 09:50:54 +01:00
2018-08-16 08:42:06 +02:00
2018-08-16 08:42:06 +02:00
2018-10-10 08:00:37 +02:00
2018-08-31 09:53:10 +02:00
2018-08-16 08:42:06 +02:00
2018-08-16 08:42:06 +02:00
2018-08-28 11:31:23 +10:00
2018-10-30 21:13:54 -03:00
2018-02-14 11:43:41 +01:00
2018-10-24 07:27:25 +01:00
2018-08-16 08:42:06 +02:00
2018-06-08 13:15:32 +01:00
2018-08-16 08:42:06 +02:00
2018-08-16 08:42:06 +02:00
2018-10-19 13:44:03 +02:00
2018-07-09 14:51:34 +01:00
2018-05-04 08:27:53 +02:00
2018-02-14 11:43:41 +01:00
2018-05-04 08:27:53 +02:00
2018-09-26 08:55:54 -07:00
2018-08-31 09:53:10 +02:00
2018-09-24 18:08:07 +02:00
2018-08-23 18:46:23 +02:00
2018-03-12 16:12:47 +01:00
2018-10-30 21:13:54 -03:00
2018-02-14 11:43:41 +01:00
2018-02-14 11:43:02 +01:00
2018-08-16 08:42:06 +02:00
2018-03-13 18:06:06 +00:00
2018-03-13 18:06:06 +00:00
2018-08-16 08:42:06 +02:00
2018-03-27 13:05:28 +01:00
2018-10-01 19:13:55 +02:00
2018-03-02 18:39:07 +01:00
2018-09-25 15:31:15 +02:00
2018-09-25 15:50:15 +02:00
2018-11-01 12:13:09 +04:00
2018-10-19 14:41:47 +01:00
2018-10-19 12:26:57 +01:00
2018-07-24 17:36:12 +01:00
2018-10-24 19:03:37 +01:00
2018-07-02 15:41:10 +02:00
2018-08-16 08:42:06 +02:00
2018-08-16 08:42:06 +02:00
2018-06-18 17:04:56 +02:00
2018-08-23 18:46:23 +02:00
2018-02-15 16:54:57 +00:00
2018-03-13 18:06:06 +00:00
2018-07-24 17:35:57 +01:00
2018-03-06 10:19:05 +00:00
2018-07-02 15:41:10 +02:00
2018-05-04 08:27:53 +02:00
2018-07-02 15:41:10 +02:00
2018-08-31 09:53:10 +02:00
2018-09-26 08:55:54 -07:00
2018-08-31 09:53:10 +02:00
2018-08-28 18:21:38 +02:00
2018-08-16 08:42:06 +02:00
2018-05-04 08:27:53 +02:00
2018-10-02 18:47:55 +02:00
2018-08-23 18:46:25 +02:00
2018-08-23 18:46:25 +02:00
2018-10-01 19:13:55 +02:00
2018-02-10 10:45:14 +03:00
2018-05-20 08:48:13 +03:00
2018-07-23 14:00:03 +02:00
2018-05-04 08:27:53 +02:00
2018-07-24 17:35:23 +01:00
2018-08-23 18:46:25 +02:00
2018-06-08 13:15:32 +01:00
2018-06-06 15:44:07 -04:00
2018-09-07 16:37:47 -04:00
2018-09-07 16:37:47 -04:00
2018-09-07 16:37:47 -04:00
2018-10-30 13:53:15 -04:00
2018-06-06 15:44:07 -04:00
2018-06-06 15:44:12 -04:00
2018-09-07 16:37:47 -04:00
2018-10-30 13:53:15 -04:00
2018-10-30 13:53:15 -04:00
2018-08-16 08:42:06 +02:00
2018-08-16 08:42:06 +02:00
2018-08-16 08:42:06 +02:00
2018-08-16 08:42:06 +02:00
2018-05-24 21:14:11 +03:00
2018-10-02 18:47:55 +02:00
2018-02-14 11:43:41 +01:00
2018-08-16 08:42:06 +02:00
2018-08-16 08:42:06 +02:00
2018-08-23 13:32:50 +02:00
2018-08-16 08:42:06 +02:00
2018-08-16 08:42:06 +02:00
2018-08-16 08:42:06 +02:00
2018-08-16 08:42:06 +02:00
2018-08-16 08:42:06 +02:00
2018-08-16 08:42:06 +02:00
2018-05-04 08:27:53 +02:00