← Back to team overview

canonical-hw-cert team mailing list archive

[Merge] cc-tool-box:modify_dawson_configs into cc-tool-box:master

 

Nancy Chen has proposed merging cc-tool-box:modify_dawson_configs into cc-tool-box:master.

Commit message:
Add configs for dawson

Requested reviews:
  Canonical Hardware Certification (canonical-hw-cert)

For more details, see:
https://code.launchpad.net/~canonical-hw-cert/cc-tool-box/+git/cc-tool-box/+merge/457740
-- 
Your team Canonical Hardware Certification is requested to review the proposed merge of cc-tool-box:modify_dawson_configs 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 0106722..b664352 100644
--- a/config/cc_lab_manager/device_config_maptable.py
+++ b/config/cc_lab_manager/device_config_maptable.py
@@ -123,8 +123,12 @@ agent_config_platform_maptable = {
     'capilano-qed': {
         'recovery_cmds': [
             'sudo snap reboot --install']
+    },
+    'dawson-003':{
+        'recovery_cmds': [
+            'echo 5 | sudo tee /sys/class/tpm/tpm0/ppi/request',
+            'sudo snap reboot --install']
     }
-
 }
 
 agent_config_device_maptable = {
@@ -527,6 +531,15 @@ tf_config_device_maptable = {
     'limerick-kv260-001': {
         'job_queues':['{CID}','{Device_ID}']
     },
+    'dawson-001': {
+        'job_queues':['{CID}','{Device_ID}']
+    },
+    'dawson-002': {
+        'job_queues':['{CID}','{Device_ID}']
+    },
+    'dawson-003': {
+        'job_queues':['{CID}','{Device_ID}']
+    }
     'dawson-004': {
         'job_queues':['{CID}','{Device_ID}']
     },