mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
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>
This commit is contained in:
parent
8f7acbe6ea
commit
0a8111e0fb
3 changed files with 113 additions and 0 deletions
22
tests/qemu-iotests/133.out
Normal file
22
tests/qemu-iotests/133.out
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue