canonical-hw-cert team mailing list archive
-
canonical-hw-cert team
-
Mailing list archive
-
Message #234721
[Merge] ~kevinyeh/cc-tool-box:add-uc22-fde into cc-tool-box:master
Kevin Yeh has proposed merging ~kevinyeh/cc-tool-box:add-uc22-fde into cc-tool-box:master.
Commit message:
Add: add uc22-fde, it's moved to lab6 from lab4.
Requested reviews:
Canonical Hardware Certification (canonical-hw-cert)
For more details, see:
https://code.launchpad.net/~kevinyeh/cc-tool-box/+git/cc-tool-box/+merge/463955
--
Your team Canonical Hardware Certification is requested to review the proposed merge of ~kevinyeh/cc-tool-box:add-uc22-fde into cc-tool-box:master.
diff --git a/config/cc_lab_manager/device_config_maptable.py b/config/cc_lab_manager/device_config_maptable.py
index 2dca4e5..e9c13c1 100644
--- a/config/cc_lab_manager/device_config_maptable.py
+++ b/config/cc_lab_manager/device_config_maptable.py
@@ -146,6 +146,12 @@ agent_config_platform_maptable = {
'tillamook-pls62-uc20': {
'recovery_cmds': [
'sudo snap reboot --install']
+ },
+ 'uc22fde': {
+ 'clear_tpm': True,
+ 'recovery_cmds': [
+ 'echo 5 | sudo tee /sys/class/tpm/tpm0/ppi/request',
+ 'sudo snap reboot --install']
}
}