mirror of https://gitee.com/openkylin/libvirt.git
tests: fix xml2xml tpm-emulator.xml test
It is failing, because it ends up being parsed with version='default' and expects '1.2' instead. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
92030a857d
commit
16e81dd3b3
|
@ -23,7 +23,7 @@
|
|||
<input type='mouse' bus='ps2'/>
|
||||
<input type='keyboard' bus='ps2'/>
|
||||
<tpm model='tpm-tis'>
|
||||
<backend type='emulator'/>
|
||||
<backend type='emulator' version='1.2'/>
|
||||
</tpm>
|
||||
<memballoon model='virtio'/>
|
||||
</devices>
|
||||
|
|
Loading…
Reference in New Issue