swtpm/tests/patches/0007-Disable-rev155-test-cases.patch
Stefan Berger 9a154fa45f tests: ibmtss2: Add patch to disable x509 test with older libtpms
Older versions of libtpms need to have another patch applied that disables
x509 certificate creation (0013-Disable-x509-test-cases-part2.patch).

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2023-05-15 14:21:37 -04:00

24 lines
620 B
Diff

From 85a7cdc22a6a7d8ad7788e0b074ab05071521cae Mon Sep 17 00:00:00 2001
From: Stefan Berger <stefanb@linux.vnet.ibm.com>
Date: Sun, 28 Feb 2021 16:36:53 -0500
Subject: [PATCH 07/13] Disable rev155 test cases
---
utils/regtests/testattest155.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/utils/regtests/testattest155.sh b/utils/regtests/testattest155.sh
index 824bab7..0187652 100755
--- a/utils/regtests/testattest155.sh
+++ b/utils/regtests/testattest155.sh
@@ -1,5 +1,6 @@
#!/bin/bash
#
+exit 0
#################################################################################
# #
--
2.39.1