← Back to team overview

canonical-hw-cert team mailing list archive

[Merge] ~flyjerry0415/cc-tool-box:rename-canyon-device-name-of-device-config into cc-tool-box:master

 

LIAO, YU-SIANG has proposed merging ~flyjerry0415/cc-tool-box:rename-canyon-device-name-of-device-config into cc-tool-box:master.

Commit message:
Rename: rename canyon devices name in device config.

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

For more details, see:
https://code.launchpad.net/~flyjerry0415/cc-tool-box/+git/cc-tool-box/+merge/456505
-- 
Your team Canonical Hardware Certification is requested to review the proposed merge of ~flyjerry0415/cc-tool-box:rename-canyon-device-name-of-device-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 1b1c64a..81207ee 100644
--- a/config/cc_lab_manager/device_config_maptable.py
+++ b/config/cc_lab_manager/device_config_maptable.py
@@ -68,11 +68,11 @@ agent_config_platform_maptable = {
         'recovery_cmds': [
             'sudo snap reboot --install']
     },
-    'aaeon-up-xtreme-i11-upx-tgl01': {
+    'aaeon-lookout-canyon-tgl-001': {
         'recovery_cmds': [
             'sudo snap reboot --install']
     },
-    'aaeon-upn-ehl01': {
+    'aaeon-lookout-canyon-ehl-001': {
         'recovery_cmds': [
             'sudo snap reboot --install']
     },