Merge remote-tracking branch 'remotes/nvme/tags/nvme-fixes-20210407-pull-request...
[qemu/ar7.git] / tests / qemu-iotests / 249.out
blobd2bf9be85ea22b9eff00f92a2785564e9c02288e
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 backing_fmt=IMGFMT
4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 backing_file=TEST_DIR/t.IMGFMT.int backing_fmt=IMGFMT
5 { 'execute': 'qmp_capabilities' }
6 {"return": {}}
8 === Send a write command to a drive opened in read-only mode (1)
10 { 'execute': 'human-monitor-command',
11        'arguments': {'command-line': 'qemu-io none0 "aio_write 0 2k"'}}
12 {"return": "Block node is read-onlyrn"}
14 === Run block-commit on base using an invalid filter node name
16 { 'execute': 'block-commit',
17        'arguments': {'job-id': 'job0', 'device': 'none1', 'top-node': 'int',
18                      'filter-node-name': '1234'}}
19 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "created", "id": "job0"}}
20 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "null", "id": "job0"}}
21 {"error": {"class": "GenericError", "desc": "Invalid node-name: '1234'"}}
23 === Send a write command to a drive opened in read-only mode (2)
25 { 'execute': 'human-monitor-command',
26        'arguments': {'command-line': 'qemu-io none0 "aio_write 0 2k"'}}
27 {"return": "Block node is read-onlyrn"}
29 === Run block-commit on base using the default filter node name
31 { 'execute': 'block-commit',
32        'arguments': {'job-id': 'job0', 'device': 'none1', 'top-node': 'int'}}
33 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "created", "id": "job0"}}
34 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "job0"}}
35 {"return": {}}
36 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "job0"}}
37 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "pending", "id": "job0"}}
38 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "BLOCK_JOB_COMPLETED", "data": {"device": "job0", "len": 1048576, "offset": 1048576, "speed": 0, "type": "commit"}}
39 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "concluded", "id": "job0"}}
40 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "null", "id": "job0"}}
42 === Send a write command to a drive opened in read-only mode (3)
44 { 'execute': 'human-monitor-command',
45        'arguments': {'command-line': 'qemu-io none0 "aio_write 0 2k"'}}
46 {"return": "Block node is read-onlyrn"}
47 *** done