These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / 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 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on
42 Testing: -S
43 QMP_VERSION
44 {"return": {}}
45 IMGFMT built-in AES encryption is deprecated
46 Support for it will be removed in a future release.
47 You can use 'qemu-img convert' to switch to an
48 unencrypted IMGFMT image, or a LUKS raw image.
49 {"error": {"class": "GenericError", "desc": "blockdev-add doesn't support encrypted devices"}}
50 {"return": {}}
51 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
52
53 Testing:
54 QMP_VERSION
55 {"return": {}}
56 IMGFMT built-in AES encryption is deprecated
57 Support for it will be removed in a future release.
58 You can use 'qemu-img convert' to switch to an
59 unencrypted IMGFMT image, or a LUKS raw image.
60 {"error": {"class": "GenericError", "desc": "Guest must be stopped for opening of encrypted image"}}
61 {"return": {}}
62 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
63
64
65 === Missing driver ===
66
67 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on
68 Testing: -S
69 QMP_VERSION
70 {"return": {}}
71 {"error": {"class": "GenericError", "desc": "Invalid parameter type for 'driver', expected: string"}}
72 {"return": {}}
73 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
74
75 *** done