← Back to team overview

canonical-hw-cert team mailing list archive

[Merge] ~kevinyeh/cc-tool-box:add-unmatched into cc-tool-box:master

 

Kevin Yeh has proposed merging ~kevinyeh/cc-tool-box:add-unmatched into cc-tool-box:master.

Commit message:
Add: add missing comma back.

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

For more details, see:
https://code.launchpad.net/~kevinyeh/cc-tool-box/+git/cc-tool-box/+merge/464186
-- 
Your team Canonical Hardware Certification is requested to review the proposed merge of ~kevinyeh/cc-tool-box:add-unmatched 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 c60e395..8afe202 100644
--- a/config/cc_lab_manager/device_config_maptable.py
+++ b/config/cc_lab_manager/device_config_maptable.py
@@ -154,7 +154,7 @@ agent_config_platform_maptable = {
             'sudo snap reboot --install']
     },
     'unmatched': {
-        'test_device': '/dev/sda'
+        'test_device': '/dev/sda',
         'reboot_script': [
             'ssh ubuntu@{Controller_IP} stm -dyper1 on',
             'sleep 5'