26 lines
713 B
Diff
26 lines
713 B
Diff
|
|
From f14eaaf8d88f148ac9a848609023f9f36825d3f0 Mon Sep 17 00:00:00 2001
|
||
|
|
From: chenhuiying <chenhuiying4@huawei.com>
|
||
|
|
Date: Wed, 23 Nov 2022 19:19:37 +0800
|
||
|
|
Subject: [PATCH] disable test_tpm2_samples_swtpm_localca_pkcs11
|
||
|
|
|
||
|
|
Signed-off-by: yezengruan <yezengruan@huawei.com>
|
||
|
|
---
|
||
|
|
tests/Makefile.am | 1 -
|
||
|
|
1 file changed, 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
||
|
|
index 8a4a9c2..c88acb4 100644
|
||
|
|
--- a/tests/Makefile.am
|
||
|
|
+++ b/tests/Makefile.am
|
||
|
|
@@ -79,7 +79,6 @@ TESTS += \
|
||
|
|
test_swtpm_cert \
|
||
|
|
test_tpm2_parameters \
|
||
|
|
test_tpm2_samples_swtpm_localca \
|
||
|
|
- test_tpm2_samples_swtpm_localca_pkcs11 \
|
||
|
|
test_tpm2_swtpm_cert \
|
||
|
|
test_tpm2_swtpm_cert_ecc \
|
||
|
|
test_tpm2_swtpm_setup_create_cert
|
||
|
|
--
|
||
|
|
2.27.0
|
||
|
|
|