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:
Marc-André Lureau 2019-08-08 18:54:53 +04:00 committed by Michal Privoznik
parent 92030a857d
commit 16e81dd3b3

View File

@ -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>