← Back to team overview

canonical-hw-cert team mailing list archive

[Merge] ~pwlars/cc-tool-box:dell-lenovo-oemscript into cc-tool-box:master

 

Paul Larson has proposed merging ~pwlars/cc-tool-box:dell-lenovo-oemscript into cc-tool-box:master.

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

For more details, see:
https://code.launchpad.net/~pwlars/cc-tool-box/+git/cc-tool-box/+merge/451047

This will be useful once https://github.com/canonical/snappy-device-agents/pull/79 lands
There was a decision made to name the device agents after the oem in this case. So "oemscript" will still be supported for now while we transition. But since that *only* worked with dell systems, then those should become dell_oemscript. For lenovo systems where we want to use the oemscript provisioning method, we should use "lenovo_oemscript".
-- 
Your team Canonical Hardware Certification is requested to review the proposed merge of ~pwlars/cc-tool-box:dell-lenovo-oemscript into cc-tool-box:master.
diff --git a/config/cc_lab_manager/cc_lab_manager_maptable.py b/config/cc_lab_manager/cc_lab_manager_maptable.py
index 5359241..90fd1ad 100644
--- a/config/cc_lab_manager/cc_lab_manager_maptable.py
+++ b/config/cc_lab_manager/cc_lab_manager_maptable.py
@@ -38,7 +38,8 @@ provision_type_maptable = {
     'noprovision': 'noprovision',
     'oemrecovery': 'oemrecovery',
     'oemscript': 'oemscript',
-    'oemscriptubr': 'oemscriptubr',
+    'dell_oemscript': 'dell_oemscript',
+    'lenovo_oemscript': 'lenovo_oemscript',
     'rpi3': 'rpi3',
     'sdwire': 'muxpi'
 }