]>
Commit | Line | Data |
---|---|---|
c75203c8 | 1 | QA output created by 087 |
7486458c | 2 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 |
c75203c8 | 3 | |
be4b67bc | 4 | === Missing ID and node-name === |
c75203c8 KW |
5 | |
6 | Testing: | |
7 | QMP_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 | ||
16 | Testing: | |
17 | QMP_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 | ||
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"} | |
c75203c8 KW |
37 | |
38 | ||
39 | === Encrypted image === | |
40 | ||
a1f688f4 MA |
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. | |
7486458c | 47 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on |
c3adb58f | 48 | Testing: -S |
c75203c8 KW |
49 | QMP_VERSION |
50 | {"return": {}} | |
a1f688f4 MA |
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. | |
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 |
58 | Testing: |
59 | QMP_VERSION | |
60 | {"return": {}} | |
a1f688f4 MA |
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. | |
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 |
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. | |
7486458c | 77 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on |
fe509ee2 FZ |
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"} | |
fe509ee2 | 84 | |
c75203c8 | 85 | *** done |