swtpm/tests/patches/0012-Disable-Nuvoton-commands.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

26 lines
552 B
Diff

From 2902b8dffe585361362d3beee0771cd6bb571bc2 Mon Sep 17 00:00:00 2001
From: Stefan Berger <stefanb@linux.ibm.com>
Date: Wed, 10 May 2023 18:17:23 -0400
Subject: [PATCH 12/13] Disable Nuvoton commands
---
utils/regtests/testntc.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/utils/regtests/testntc.sh b/utils/regtests/testntc.sh
index 065af7f..f7bb67e 100755
--- a/utils/regtests/testntc.sh
+++ b/utils/regtests/testntc.sh
@@ -44,6 +44,8 @@ echo ""
echo "Nuvoton Commands"
echo ""
+exit 0
+
# help
echo "Preconfig Help"
--
2.39.1