canonical-hw-cert team mailing list archive
-
canonical-hw-cert team
-
Mailing list archive
-
Message #183960
[Merge] ~flyjerry0415/cc-tool-box:remove-number-of-canyon-devices-name into cc-tool-box:master
LIAO, YU-SIANG has proposed merging ~flyjerry0415/cc-tool-box:remove-number-of-canyon-devices-name into cc-tool-box:master.
Commit message:
Modify: remove number of canyon devices name
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/456508
--
Your team Canonical Hardware Certification is requested to review the proposed merge of ~flyjerry0415/cc-tool-box:remove-number-of-canyon-devices-name 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 81207ee..f036a52 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-lookout-canyon-tgl-001': {
+ 'aaeon-lookout-canyon-tgl': {
'recovery_cmds': [
'sudo snap reboot --install']
},
- 'aaeon-lookout-canyon-ehl-001': {
+ 'aaeon-lookout-canyon-ehl': {
'recovery_cmds': [
'sudo snap reboot --install']
},