summaryrefslogtreecommitdiff
path: root/test/tpm_test/subcmd.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/tpm_test/subcmd.py')
-rw-r--r--test/tpm_test/subcmd.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/tpm_test/subcmd.py b/test/tpm_test/subcmd.py
index d14c2e9b9c..916767222d 100644
--- a/test/tpm_test/subcmd.py
+++ b/test/tpm_test/subcmd.py
@@ -10,3 +10,8 @@ AES = 0
HASH = 1
RSA = 2
EC = 3
+
+
+# The same exception class used by all tpmtest modules.
+class TpmTestError(Exception):
+ pass