]> Git Repo - qemu.git/blame - tests/qemu-iotests/087.out
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
[qemu.git] / tests / qemu-iotests / 087.out
CommitLineData
c75203c8 1QA output created by 087
7486458c 2Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
c75203c8 3
be4b67bc 4=== Missing ID and node-name ===
c75203c8
KW
5
6Testing:
7QMP_VERSION
8{"return": {}}
be4b67bc 9{"error": {"class": "GenericError", "desc": "'id' and/or 'node-name' need to be specified for the root node"}}
c75203c8
KW
10{"return": {}}
11{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN"}
f2d953ec
KW
12
13
14=== Duplicate ID ===
15
16Testing:
17QMP_VERSION
18{"return": {}}
19{"return": {}}
20{"error": {"class": "GenericError", "desc": "Device with id 'disk' already exists"}}
d224469d 21{"error": {"class": "GenericError", "desc": "Device name 'test-node' conflicts with an existing node name"}}
e4342ce5
HR
22{"error": {"class": "GenericError", "desc": "node-name=disk is conflicting with a device id"}}
23{"error": {"class": "GenericError", "desc": "Duplicate node name"}}
efaa7c4e 24{"error": {"class": "GenericError", "desc": "Device name 'disk3' conflicts with an existing node name"}}
f2d953ec
KW
25{"return": {}}
26{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN"}
c75203c8
KW
27
28
29=== aio=native without O_DIRECT ===
30
31Testing:
32QMP_VERSION
33{"return": {}}
34{"error": {"class": "GenericError", "desc": "aio=native requires cache.direct=true"}}
35{"return": {}}
36{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN"}
c75203c8
KW
37
38
39=== Encrypted image ===
40
a1f688f4
MA
41qemu-img: Encrypted images are deprecated
42Support for them will be removed in a future release.
43You can use 'qemu-img convert' to convert your image to an unencrypted one.
44qemu-img: Encrypted images are deprecated
45Support for them will be removed in a future release.
46You can use 'qemu-img convert' to convert your image to an unencrypted one.
7486458c 47Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on
c3adb58f 48Testing: -S
c75203c8
KW
49QMP_VERSION
50{"return": {}}
a1f688f4
MA
51Encrypted images are deprecated
52Support for them will be removed in a future release.
53You can use 'qemu-img convert' to convert your image to an unencrypted one.
c75203c8
KW
54{"error": {"class": "GenericError", "desc": "blockdev-add doesn't support encrypted devices"}}
55{"return": {}}
56{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN"}
c75203c8 57
c3adb58f
MA
58Testing:
59QMP_VERSION
60{"return": {}}
a1f688f4
MA
61Encrypted images are deprecated
62Support for them will be removed in a future release.
63You can use 'qemu-img convert' to convert your image to an unencrypted one.
e4342ce5 64{"error": {"class": "GenericError", "desc": "Guest must be stopped for opening of encrypted image"}}
c3adb58f
MA
65{"return": {}}
66{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN"}
c3adb58f 67
fe509ee2
FZ
68
69=== Missing driver ===
70
a1f688f4
MA
71qemu-img: Encrypted images are deprecated
72Support for them will be removed in a future release.
73You can use 'qemu-img convert' to convert your image to an unencrypted one.
74qemu-img: Encrypted images are deprecated
75Support for them will be removed in a future release.
76You can use 'qemu-img convert' to convert your image to an unencrypted one.
7486458c 77Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on
fe509ee2
FZ
78Testing: -S
79QMP_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"}
fe509ee2 84
c75203c8 85*** done
This page took 0.156173 seconds and 4 git commands to generate.