canonical-hw-cert team mailing list archive
-
canonical-hw-cert team
-
Mailing list archive
-
Message #84844
[Merge] cc-tool-box:modify-dawson004-dawson005-agent-config into cc-tool-box:master
LIAO, YU-SIANG has proposed merging cc-tool-box:modify-dawson004-dawson005-agent-config into cc-tool-box:master.
Commit message:
Modify:: add dawson devices config in tf_config_device_maptable.
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/439197
--
Your team Canonical Hardware Certification is requested to review the proposed merge of cc-tool-box:modify-dawson004-dawson005-agent-config 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 7fabe19..85eee85 100644
--- a/config/cc_lab_manager/device_config_maptable.py
+++ b/config/cc_lab_manager/device_config_maptable.py
@@ -212,5 +212,11 @@ tf_config_device_maptable = {
},
'limerick-kv260-001': {
'job_queues':['{CID}','{Device_ID}']
+ },
+ 'dawson-004': {
+ 'job_queues':['{CID}','{Device_ID}']
+ },
+ 'dawson-005': {
+ 'job_queues':['{CID}','{Device_ID}']
}
}