Kevin Wolf | c75203c | 2014-03-06 15:52:14 +0100 | [diff] [blame] | 1 | QA output created by 087 |
Fam Zheng | 7486458 | 2014-12-09 15:38:03 +0800 | [diff] [blame] | 2 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 |
Kevin Wolf | c75203c | 2014-03-06 15:52:14 +0100 | [diff] [blame] | 3 | |
Max Reitz | be4b67b | 2015-10-19 17:53:09 +0200 | [diff] [blame] | 4 | === Missing ID and node-name === |
Kevin Wolf | c75203c | 2014-03-06 15:52:14 +0100 | [diff] [blame] | 5 | |
| 6 | Testing: |
| 7 | QMP_VERSION |
| 8 | {"return": {}} |
Kevin Wolf | 9ec8873 | 2016-09-21 14:56:11 +0200 | [diff] [blame] | 9 | {"error": {"class": "GenericError", "desc": "'node-name' must be specified for the root node"}} |
Kevin Wolf | c75203c | 2014-03-06 15:52:14 +0100 | [diff] [blame] | 10 | {"return": {}} |
Dominik Csapak | 9254893 | 2018-12-05 12:01:31 +0100 | [diff] [blame] | 11 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false, "reason": "host-qmp-quit"}} |
Kevin Wolf | c75203c | 2014-03-06 15:52:14 +0100 | [diff] [blame] | 12 | |
| 13 | |
Kevin Wolf | f2d953e | 2014-04-17 13:27:05 +0200 | [diff] [blame] | 14 | === Duplicate ID === |
| 15 | |
Kevin Wolf | 5feb08e | 2016-09-21 14:56:04 +0200 | [diff] [blame] | 16 | Testing: -drive driver=IMGFMT,id=disk,node-name=test-node,file=TEST_DIR/t.IMGFMT |
Kevin Wolf | f2d953e | 2014-04-17 13:27:05 +0200 | [diff] [blame] | 17 | QMP_VERSION |
| 18 | {"return": {}} |
Max Reitz | e4342ce | 2015-02-05 13:58:14 -0500 | [diff] [blame] | 19 | {"error": {"class": "GenericError", "desc": "node-name=disk is conflicting with a device id"}} |
| 20 | {"error": {"class": "GenericError", "desc": "Duplicate node name"}} |
Kevin Wolf | f2d953e | 2014-04-17 13:27:05 +0200 | [diff] [blame] | 21 | {"return": {}} |
Dominik Csapak | 9254893 | 2018-12-05 12:01:31 +0100 | [diff] [blame] | 22 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false, "reason": "host-qmp-quit"}} |
Kevin Wolf | f2d953e | 2014-04-17 13:27:05 +0200 | [diff] [blame] | 23 | |
| 24 | |
Kevin Wolf | c75203c | 2014-03-06 15:52:14 +0100 | [diff] [blame] | 25 | === aio=native without O_DIRECT === |
| 26 | |
| 27 | Testing: |
| 28 | QMP_VERSION |
| 29 | {"return": {}} |
Kevin Wolf | 0ffcdd9 | 2016-09-07 15:26:42 +0200 | [diff] [blame] | 30 | {"error": {"class": "GenericError", "desc": "aio=native was specified, but it requires cache.direct=on, which was not specified."}} |
Kevin Wolf | c75203c | 2014-03-06 15:52:14 +0100 | [diff] [blame] | 31 | {"return": {}} |
Dominik Csapak | 9254893 | 2018-12-05 12:01:31 +0100 | [diff] [blame] | 32 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false, "reason": "host-qmp-quit"}} |
Kevin Wolf | c75203c | 2014-03-06 15:52:14 +0100 | [diff] [blame] | 33 | |
| 34 | |
Daniel P. Berrange | 426d52d | 2017-06-23 17:24:13 +0100 | [diff] [blame] | 35 | === Encrypted image QCow === |
Kevin Wolf | c75203c | 2014-03-06 15:52:14 +0100 | [diff] [blame] | 36 | |
Daniel P. Berrange | b25b387 | 2017-06-23 17:24:10 +0100 | [diff] [blame] | 37 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on encrypt.key-secret=sec0 |
Markus Armbruster | c3adb58 | 2014-03-14 09:22:48 +0100 | [diff] [blame] | 38 | Testing: |
| 39 | QMP_VERSION |
| 40 | {"return": {}} |
Daniel P. Berrange | b25b387 | 2017-06-23 17:24:10 +0100 | [diff] [blame] | 41 | {"return": {}} |
Daniel P. Berrange | 8c0dcbc | 2016-06-13 12:30:09 +0100 | [diff] [blame] | 42 | {"error": {"class": "GenericError", "desc": "Use of AES-CBC encrypted IMGFMT images is no longer supported in system emulators"}} |
Markus Armbruster | c3adb58 | 2014-03-14 09:22:48 +0100 | [diff] [blame] | 43 | {"return": {}} |
Dominik Csapak | 9254893 | 2018-12-05 12:01:31 +0100 | [diff] [blame] | 44 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false, "reason": "host-qmp-quit"}} |
Markus Armbruster | c3adb58 | 2014-03-14 09:22:48 +0100 | [diff] [blame] | 45 | |
Fam Zheng | fe509ee | 2014-09-18 15:36:43 -0500 | [diff] [blame] | 46 | |
Daniel P. Berrange | 426d52d | 2017-06-23 17:24:13 +0100 | [diff] [blame] | 47 | === Encrypted image LUKS === |
| 48 | |
| 49 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encrypt.format=luks encrypt.key-secret=sec0 |
| 50 | Testing: |
| 51 | QMP_VERSION |
| 52 | {"return": {}} |
| 53 | {"return": {}} |
| 54 | {"return": {}} |
| 55 | {"return": {}} |
Dominik Csapak | 9254893 | 2018-12-05 12:01:31 +0100 | [diff] [blame] | 56 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false, "reason": "host-qmp-quit"}} |
Daniel P. Berrange | 426d52d | 2017-06-23 17:24:13 +0100 | [diff] [blame] | 57 | |
| 58 | |
Fam Zheng | fe509ee | 2014-09-18 15:36:43 -0500 | [diff] [blame] | 59 | === Missing driver === |
| 60 | |
Daniel P. Berrange | b25b387 | 2017-06-23 17:24:10 +0100 | [diff] [blame] | 61 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on encrypt.key-secret=sec0 |
Fam Zheng | fe509ee | 2014-09-18 15:36:43 -0500 | [diff] [blame] | 62 | Testing: -S |
| 63 | QMP_VERSION |
| 64 | {"return": {}} |
Marc-André Lureau | 1382d4a | 2016-09-30 13:59:48 +0400 | [diff] [blame] | 65 | {"error": {"class": "GenericError", "desc": "Parameter 'driver' is missing"}} |
Fam Zheng | fe509ee | 2014-09-18 15:36:43 -0500 | [diff] [blame] | 66 | {"return": {}} |
Dominik Csapak | 9254893 | 2018-12-05 12:01:31 +0100 | [diff] [blame] | 67 | {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false, "reason": "host-qmp-quit"}} |
Fam Zheng | fe509ee | 2014-09-18 15:36:43 -0500 | [diff] [blame] | 68 | |
Kevin Wolf | c75203c | 2014-03-06 15:52:14 +0100 | [diff] [blame] | 69 | *** done |