Skip to content

Commit

Permalink
cvm.py: bug fix for CCA type (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairongchen authored Dec 13, 2023
1 parent 6a8ee3b commit e5efbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmsdk/python/cctrusted/cvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class ConfidentialVM:
TYPE_CC_NONE = -1
TYPE_CC_TDX = 0
TYPE_CC_SEV = 1
TYPE_CC_CCA = 1
TYPE_CC_CCA = 2

TYPE_CC_STRING = {
TYPE_CC_TDX: "TDX",
Expand Down

0 comments on commit e5efbf3

Please sign in to comment.