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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tpm_test/subcmd.py b/test/tpm_test/subcmd.py
index e0de4af9f5..7cf10de66c 100644
--- a/test/tpm_test/subcmd.py
+++ b/test/tpm_test/subcmd.py
@@ -12,6 +12,7 @@ RSA = 2
EC = 3
FW_UPGRADE = 4
HKDF = 5
+ECIES = 6
# The same exception class used by all tpmtest modules.
class TpmTestError(Exception):