Skip to content

Commit 60f0cdf

Browse files
author
Spoorthy
committed
Power11 processor mode is added to enable vtpm
Vtpm version will be set according to Power10/Power11 to 2.0 Signed-off-by: Spoorthy <[email protected]>
1 parent 7981ab5 commit 60f0cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testcases/MachineConfig.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def LparSetup(self, lpar_config=""):
344344
log.info("System is already booted with VTPM enabled")
345345
else:
346346
proc_compat_mode = self.cv_HMC.get_proc_compat_mode()
347-
if "POWER10" in proc_compat_mode:
347+
if proc_compat_mode[0] in ["POWER10", "POWER11"]:
348348
self.vtpm_version = 2.0
349349
try:
350350
self.vtpm_encryption = conf.args.vtpm_encryption

0 commit comments

Comments
 (0)