mirror of
https://github.com/qemu/qemu.git
synced 2024-12-03 08:43:38 +08:00
911864c6e5
Testing a real in-use protocol such as NBD is hard; testing blkdebug and blkverify in its stead is easier and tests basically the same functionality. Signed-off-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
21 lines
1.0 KiB
Plaintext
21 lines
1.0 KiB
Plaintext
QA output created by 099
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072
|
|
Formatting 'TEST_DIR/t.IMGFMT.compare', fmt=raw size=131072
|
|
|
|
=== Testing simple filename for blkverify ===
|
|
|
|
blkverify:TEST_DIR/t.IMGFMT.compare:TEST_DIR/t.IMGFMT
|
|
|
|
=== Testing filename reconstruction for blkverify ===
|
|
|
|
blkverify:TEST_DIR/t.IMGFMT.compare:TEST_DIR/t.IMGFMT
|
|
|
|
=== Testing JSON filename for blkdebug ===
|
|
|
|
json:{"driver": "IMGFMT", "file": {"inject-error": [{"immediately": false, "once": false, "state": 0, "sector": -1, "event": "l1_update", "errno": 5}], "image": {"driver": "file", "filename": "TEST_DIR/t.IMGFMT"}, "driver": "blkdebug"}}
|
|
|
|
=== Testing indirectly enforced JSON filename ===
|
|
|
|
json:{"driver": "raw", "file": {"test": {"driver": "IMGFMT", "file": {"inject-error": [{"immediately": false, "once": false, "state": 0, "sector": -1, "event": "l1_update", "errno": 5}], "image": {"driver": "file", "filename": "TEST_DIR/t.IMGFMT"}, "driver": "blkdebug"}}, "driver": "blkverify", "raw": {"driver": "file", "filename": "TEST_DIR/t.IMGFMT.compare"}}}
|
|
*** done
|