canonical-hw-cert team mailing list archive
-
canonical-hw-cert team
-
Mailing list archive
-
Message #159522
[Merge] ~flyjerry0415/cc-tool-box:modify-shiner-imx8-high-pdk-qa-agent-config into cc-tool-box:master
LIAO, YU-SIANG has proposed merging ~flyjerry0415/cc-tool-box:modify-shiner-imx8-high-pdk-qa-agent-config into cc-tool-box:master.
Commit message:
Modify: modify shiner imx high pdk qa agent 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/452631
--
Your team Canonical Hardware Certification is requested to review the proposed merge of ~flyjerry0415/cc-tool-box:modify-shiner-imx8-high-pdk-qa-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 433a9c4..2e20ce8 100644
--- a/config/cc_lab_manager/device_config_maptable.py
+++ b/config/cc_lab_manager/device_config_maptable.py
@@ -87,6 +87,10 @@ agent_config_platform_maptable = {
'shiner-imx8-high-pdk': {
'recovery_cmds': [
'sudo snap reboot --install']
+ },
+ 'shiner-imx8-high-pdk-qa': {
+ 'recovery_cmds': [
+ 'sudo snap reboot --install']
}
}