[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-block] [PATCH 1/1] qemu-iotests: update test 085.out with correct
From: |
Jeff Cody |
Subject: |
[Qemu-block] [PATCH 1/1] qemu-iotests: update test 085.out with correct output |
Date: |
Tue, 4 Oct 2016 13:22:59 -0400 |
Commit 5c678ee8d9406b9baeec788530965483575db555 changed the qmp
dispatch and validation code, and the error output that test
085 relied on changed. Update it to be correct.
Signed-off-by: Jeff Cody <address@hidden>
---
tests/qemu-iotests/085.out | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/qemu-iotests/085.out b/tests/qemu-iotests/085.out
index 08e4bb7..7a36117 100644
--- a/tests/qemu-iotests/085.out
+++ b/tests/qemu-iotests/085.out
@@ -20,7 +20,7 @@ Formatting 'TEST_DIR/1-snapshot-v0.qcow2', fmt=qcow2
size=134217728 backing_file
=== Invalid command - missing snapshot-file ===
-{"error": {"class": "GenericError", "desc": "Parameter 'snapshot-file' is
missing"}}
+{"error": {"class": "GenericError", "desc": "Invalid parameter type for
'snapshot-file', expected: string"}}
=== Create several transactional group snapshots ===
--
2.7.4
- [Qemu-block] [PATCH 1/1] qemu-iotests: update test 085.out with correct output,
Jeff Cody <=