libvirt/tests/qemumonitorjsondata/qemumonitorjson-nodename-same-backing.result
Peter Krempa b6c5a3f09b tests: qemumonitorjson: Add case for two disks sharing a backing image
Since we have to match the images by filename a common backing image
will break the detection process. Add a test case to see that the code
correctly did not continue the detection process.
2017-03-27 10:35:19 +02:00

12 lines
349 B
Plaintext

filename : '/var/lib/libvirt/images/a.qcow2'
format node : '#block170'
storage node: '#block057'
backingfile : '/var/lib/libvirt/images/base.qcow2'
backing ptr : '<null>'
filename : '/var/lib/libvirt/images/b.qcow2'
format node : '#block574'
storage node: '#block405'
backingfile : '/var/lib/libvirt/images/base.qcow2'
backing ptr : '<null>'