canonical-hw-cert team mailing list archive
-
canonical-hw-cert team
-
Mailing list archive
-
Message #186280
[Merge] ~flyjerry0415/cc-tool-box:add-recovery-cmd-for-jollyville-capilano into cc-tool-box:master
LIAO, YU-SIANG has proposed merging ~flyjerry0415/cc-tool-box:add-recovery-cmd-for-jollyville-capilano into cc-tool-box:master.
Commit message:
Modify: add recovery command for jollyville and capilano device
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/457109
--
Your team Canonical Hardware Certification is requested to review the proposed merge of ~flyjerry0415/cc-tool-box:add-recovery-cmd-for-jollyville-capilano 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 62f8282..28e0d39 100644
--- a/config/cc_lab_manager/device_config_maptable.py
+++ b/config/cc_lab_manager/device_config_maptable.py
@@ -111,6 +111,14 @@ agent_config_platform_maptable = {
'control_switch_device_cmd': 'zapper typecmux set DUT',
'test_device': '/dev/sda',
'snappy_writable_partition': '/dev/sda2'
+ },
+ 'jollyville': {
+ 'recovery_cmds': [
+ 'sudo snap reboot --install']
+ },
+ 'capilano-qed': {
+ 'recovery_cmds': [
+ 'sudo snap reboot --install']
}
}