]>
Commit | Line | Data |
---|---|---|
a2aa8b07 AG |
1 | QA output created by 249 |
2 | Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=1048576 | |
3 | Formatting 'TEST_DIR/t.IMGFMT.int', fmt=IMGFMT size=1048576 backing_file=TEST_DIR/t.IMGFMT.base | |
4 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 backing_file=TEST_DIR/t.IMGFMT.int | |
a98b1a1f | 5 | { 'execute': 'qmp_capabilities' } |
a2aa8b07 AG |
6 | {"return": {}} |
7 | ||
8 | === Send a write command to a drive opened in read-only mode (1) | |
9 | ||
a98b1a1f | 10 | { 'execute': 'human-monitor-command', 'arguments': {'command-line': 'qemu-io none0 "aio_write 0 2k"'}} |
a2aa8b07 AG |
11 | {"return": "Block node is read-onlyrn"} |
12 | ||
13 | === Run block-commit on base using an invalid filter node name | |
14 | ||
a98b1a1f | 15 | { 'execute': 'block-commit', 'arguments': {'job-id': 'job0', 'device': 'none1', 'top-node': 'int', 'filter-node-name': '1234'}} |
a2aa8b07 AG |
16 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "created", "id": "job0"}} |
17 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "null", "id": "job0"}} | |
18 | {"error": {"class": "GenericError", "desc": "Invalid node name"}} | |
19 | ||
20 | === Send a write command to a drive opened in read-only mode (2) | |
21 | ||
a98b1a1f | 22 | { 'execute': 'human-monitor-command', 'arguments': {'command-line': 'qemu-io none0 "aio_write 0 2k"'}} |
a2aa8b07 AG |
23 | {"return": "Block node is read-onlyrn"} |
24 | ||
25 | === Run block-commit on base using the default filter node name | |
26 | ||
a98b1a1f | 27 | { 'execute': 'block-commit', 'arguments': {'job-id': 'job0', 'device': 'none1', 'top-node': 'int'}} |
a2aa8b07 AG |
28 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "created", "id": "job0"}} |
29 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "job0"}} | |
30 | {"return": {}} | |
31 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "job0"}} | |
32 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "pending", "id": "job0"}} | |
33 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_JOB_COMPLETED", "data": {"device": "job0", "len": 1048576, "offset": 1048576, "speed": 0, "type": "commit"}} | |
34 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "concluded", "id": "job0"}} | |
35 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "null", "id": "job0"}} | |
36 | ||
37 | === Send a write command to a drive opened in read-only mode (3) | |
38 | ||
a98b1a1f | 39 | { 'execute': 'human-monitor-command', 'arguments': {'command-line': 'qemu-io none0 "aio_write 0 2k"'}} |
a2aa8b07 AG |
40 | {"return": "Block node is read-onlyrn"} |
41 | *** done |