diff options
author | Kevin Wolf <kwolf@redhat.com> | 2015-05-08 18:11:08 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2015-12-18 14:34:43 +0100 |
commit | 0a8111e0fbeccdf94ee011bc3b3013a45166a9a8 (patch) | |
tree | 1280b24228d34e1b51302d3fbd6e2e07fe5ebb9e /tests/qemu-iotests/133.out | |
parent | 8f7acbe6ea30de29e11f595242de89845f771ea1 (diff) | |
download | qemu-0a8111e0fbeccdf94ee011bc3b3013a45166a9a8.tar.gz qemu-0a8111e0fbeccdf94ee011bc3b3013a45166a9a8.tar.bz2 qemu-0a8111e0fbeccdf94ee011bc3b3013a45166a9a8.zip |
qemu-iotests: Test reopen with node-name/driver options
'node-name' and 'driver' should not be changed during a reopen
operation. It is, however, valid to specify them with the same value as
they already had.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/133.out')
-rw-r--r-- | tests/qemu-iotests/133.out | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/qemu-iotests/133.out b/tests/qemu-iotests/133.out new file mode 100644 index 0000000000..cc86b94880 --- /dev/null +++ b/tests/qemu-iotests/133.out @@ -0,0 +1,22 @@ +QA output created by 133 +Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=67108864 +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.base + +=== Check that node-name can't be changed === + +Cannot change the option 'node-name' +Cannot change the option 'node-name' +Cannot change the option 'node-name' + +=== Check that unchanged node-name is okay === + + +=== Check that driver can't be changed === + +Cannot change the option 'driver' +Cannot change the option 'driver' +Cannot change the option 'driver' + +=== Check that unchanged driver is okay === + +*** done |