]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qemu-iotests/087.out
blockdev: Split monitor reference from BB creation
[mirror_qemu.git] / tests / qemu-iotests / 087.out
1 QA output created by 087
2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
3
4 === Missing ID and node-name ===
5
6 Testing:
7 QMP_VERSION
8 {"return": {}}
9 {"error": {"class": "GenericError", "desc": "'id' and/or 'node-name' need to be specified for the root node"}}
10 {"return": {}}
11 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN"}
12
13
14 === Duplicate ID ===
15
16 Testing:
17 QMP_VERSION
18 {"return": {}}
19 {"return": {}}
20 {"error": {"class": "GenericError", "desc": "Device with id 'disk' already exists"}}
21 {"error": {"class": "GenericError", "desc": "Device name 'test-node' conflicts with an existing node name"}}
22 {"error": {"class": "GenericError", "desc": "node-name=disk is conflicting with a device id"}}
23 {"error": {"class": "GenericError", "desc": "Duplicate node name"}}
24 {"error": {"class": "GenericError", "desc": "Device name 'disk3' conflicts with an existing node name"}}
25 {"return": {}}
26 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN"}
27
28
29 === aio=native without O_DIRECT ===
30
31 Testing:
32 QMP_VERSION
33 {"return": {}}
34 {"error": {"class": "GenericError", "desc": "aio=native requires cache.direct=true"}}
35 {"return": {}}
36 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN"}
37
38
39 === Encrypted image ===
40
41 qemu-img: Encrypted images are deprecated
42 Support for them will be removed in a future release.
43 You can use 'qemu-img convert' to convert your image to an unencrypted one.
44 qemu-img: Encrypted images are deprecated
45 Support for them will be removed in a future release.
46 You can use 'qemu-img convert' to convert your image to an unencrypted one.
47 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on
48 Testing: -S
49 QMP_VERSION
50 {"return": {}}
51 Encrypted images are deprecated
52 Support for them will be removed in a future release.
53 You can use 'qemu-img convert' to convert your image to an unencrypted one.
54 {"error": {"class": "GenericError", "desc": "blockdev-add doesn't support encrypted devices"}}
55 {"return": {}}
56 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN"}
57
58 Testing:
59 QMP_VERSION
60 {"return": {}}
61 Encrypted images are deprecated
62 Support for them will be removed in a future release.
63 You can use 'qemu-img convert' to convert your image to an unencrypted one.
64 {"error": {"class": "GenericError", "desc": "Guest must be stopped for opening of encrypted image"}}
65 {"return": {}}
66 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN"}
67
68
69 === Missing driver ===
70
71 qemu-img: Encrypted images are deprecated
72 Support for them will be removed in a future release.
73 You can use 'qemu-img convert' to convert your image to an unencrypted one.
74 qemu-img: Encrypted images are deprecated
75 Support for them will be removed in a future release.
76 You can use 'qemu-img convert' to convert your image to an unencrypted one.
77 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on
78 Testing: -S
79 QMP_VERSION
80 {"return": {}}
81 {"error": {"class": "GenericError", "desc": "Invalid parameter type for 'driver', expected: string"}}
82 {"return": {}}
83 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN"}
84
85 *** done