libvirt/tests/secretxml2xmlin/usage-vtpm.xml
Stefan Berger 50a7b0cb4e secret: Add support for usage type vTPM, extend schema and test case
Add support for usage type vTPM to secret.
Extend the schema for the Secret to support the vTPM usage type
and add a test case for parsing the Secret with usage type vTPM.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
2019-07-26 09:59:27 +01:00

8 lines
204 B
XML

<secret ephemeral='no' private='yes'>
<uuid>aa6c7af2-45a7-477c-85a2-fe86d9f2514e</uuid>
<description>vTPM secret</description>
<usage type='vtpm'>
<name>vTPMvTPMvTPM</name>
</usage>
</secret>