| 1 | QA output created by 226 |
| 2 | |
| 3 | === Testing with driver:file === |
| 4 | |
| 5 | == Testing RO == |
| 6 | qemu-io: can't open: 'file' driver requires 'TEST_DIR/t.IMGFMT' to be a regular file |
| 7 | qemu-io: can't open: 'file' driver requires '/dev/null' to be a regular file |
| 8 | == Testing RW == |
| 9 | qemu-io: can't open: Could not open 'TEST_DIR/t.IMGFMT': Is a directory |
| 10 | qemu-io: can't open: 'file' driver requires '/dev/null' to be a regular file |
| 11 | |
| 12 | === Testing with driver:host_device === |
| 13 | |
| 14 | == Testing RO == |
| 15 | qemu-io: can't open: 'host_device' driver requires 'TEST_DIR/t.IMGFMT' to be either a character or block device |
| 16 | == Testing RW == |
| 17 | qemu-io: can't open: Could not open 'TEST_DIR/t.IMGFMT': Is a directory |
| 18 | |
| 19 | === Testing with driver:host_cdrom === |
| 20 | |
| 21 | == Testing RO == |
| 22 | qemu-io: can't open: 'host_cdrom' driver requires 'TEST_DIR/t.IMGFMT' to be either a character or block device |
| 23 | == Testing RW == |
| 24 | qemu-io: can't open: Could not open 'TEST_DIR/t.IMGFMT': Is a directory |
| 25 | |
| 26 | *** done |