diff options
Diffstat (limited to 'tests/qemu-iotests/228')
-rwxr-xr-x | tests/qemu-iotests/228 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/qemu-iotests/228 b/tests/qemu-iotests/228 index 2930f84..7a57c41 100755 --- a/tests/qemu-iotests/228 +++ b/tests/qemu-iotests/228 @@ -230,9 +230,10 @@ with iotests.FilePath('base.img') as base_img_path, \ overlay='node0') # This should give us the original plain result - # FIXME: Currently, the block layer considers the runtime backing - # file to be different from the image header, which is - # wrong. This is fixed by a future patch. + # FIXME: Currently, it yields a json:{} filename even though it + # only contains a @driver and a @file entry, so a plain + # filename would obviously suffice. This is fixed by a + # future patch. log_node_info(vm.node_info('node0')) |