[libvirt] [PATCH v5 02/20] tests: Add already existing test case tpm-emulator-tpm2
Stefan Berger
stefanb at linux.vnet.ibm.com
Fri Jul 12 16:23:36 UTC 2019
Add an already existing test case tpm-emulator-tpm2 to qemuxml2xmltest.c
Signed-off-by: Stefan Berger <stefanb at linux.ibm.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau at redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange at redhat.com>
---
tests/qemuxml2xmltest.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/qemuxml2xmltest.c b/tests/qemuxml2xmltest.c
index a64b17ac28..a29958ae29 100644
--- a/tests/qemuxml2xmltest.c
+++ b/tests/qemuxml2xmltest.c
@@ -653,6 +653,7 @@ mymain(void)
DO_TEST("tpm-passthrough", NONE);
DO_TEST("tpm-passthrough-crb", NONE);
DO_TEST("tpm-emulator", NONE);
+ DO_TEST("tpm-emulator-tpm2", NONE);
DO_TEST("metadata", NONE);
DO_TEST("metadata-duplicate", NONE);
--
2.20.1
More information about the libvir-list
mailing list