Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160719-2' into...
[qemu/kevin.git] / tests / qemu-iotests / 087.out
bloba95c4b0be80fc8a2315006c89fce141ee04d455e
1 QA output created by 087
2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
4 === Missing ID and node-name ===
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"}
14 === Duplicate ID ===
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"}
29 === aio=native without O_DIRECT ===
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"}
39 === Encrypted image ===
41 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on
42 Testing: -S
43 QMP_VERSION
44 {"return": {}}
45 {"error": {"class": "GenericError", "desc": "Use of AES-CBC encrypted IMGFMT images is no longer supported in system emulators"}}
46 {"return": {}}
47 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
49 Testing:
50 QMP_VERSION
51 {"return": {}}
52 {"error": {"class": "GenericError", "desc": "Use of AES-CBC encrypted IMGFMT images is no longer supported in system emulators"}}
53 {"return": {}}
54 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
57 === Missing driver ===
59 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on
60 Testing: -S
61 QMP_VERSION
62 {"return": {}}
63 {"error": {"class": "GenericError", "desc": "Invalid parameter type for 'driver', expected: string"}}
64 {"return": {}}
65 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
67 *** done