]>
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 | ||
5feb08ed | 16 | Testing: -drive driver=IMGFMT,id=disk,node-name=test-node,file=TEST_DIR/t.IMGFMT |
f2d953ec KW |
17 | QMP_VERSION |
18 | {"return": {}} | |
e4342ce5 HR |
19 | {"error": {"class": "GenericError", "desc": "node-name=disk is conflicting with a device id"}} |
20 | {"error": {"class": "GenericError", "desc": "Duplicate node name"}} | |
f2d953ec KW |
21 | {"return": {}} |
22 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN"} | |
c75203c8 KW |
23 | |
24 | ||
25 | === aio=native without O_DIRECT === | |
26 | ||
27 | Testing: | |
28 | QMP_VERSION | |
29 | {"return": {}} | |
30 | {"error": {"class": "GenericError", "desc": "aio=native requires cache.direct=true"}} | |
31 | {"return": {}} | |
32 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN"} | |
c75203c8 KW |
33 | |
34 | ||
35 | === Encrypted image === | |
36 | ||
7486458c | 37 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on |
c3adb58f | 38 | Testing: -S |
c75203c8 KW |
39 | QMP_VERSION |
40 | {"return": {}} | |
8c0dcbc4 | 41 | {"error": {"class": "GenericError", "desc": "Use of AES-CBC encrypted IMGFMT images is no longer supported in system emulators"}} |
c75203c8 KW |
42 | {"return": {}} |
43 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN"} | |
c75203c8 | 44 | |
c3adb58f MA |
45 | Testing: |
46 | QMP_VERSION | |
47 | {"return": {}} | |
8c0dcbc4 | 48 | {"error": {"class": "GenericError", "desc": "Use of AES-CBC encrypted IMGFMT images is no longer supported in system emulators"}} |
c3adb58f MA |
49 | {"return": {}} |
50 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN"} | |
c3adb58f | 51 | |
fe509ee2 FZ |
52 | |
53 | === Missing driver === | |
54 | ||
7486458c | 55 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on |
fe509ee2 FZ |
56 | Testing: -S |
57 | QMP_VERSION | |
58 | {"return": {}} | |
59 | {"error": {"class": "GenericError", "desc": "Invalid parameter type for 'driver', expected: string"}} | |
60 | {"return": {}} | |
61 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN"} | |
fe509ee2 | 62 | |
c75203c8 | 63 | *** done |