← Back to team overview

canonical-hw-cert team mailing list archive

[Merge] ~kevinyeh/cc-tool-box:remove-customized-config-rp4b8g001 into cc-tool-box:master

 

Kevin Yeh has proposed merging ~kevinyeh/cc-tool-box:remove-customized-config-rp4b8g001 into cc-tool-box:master.

Commit message:
Update: since rpi4b8g-001 is changed to use sdwire, it's not necessary to keep the customized config.

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/463177
-- 
Your team Canonical Hardware Certification is requested to review the proposed merge of ~kevinyeh/cc-tool-box:remove-customized-config-rp4b8g001 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 5ff64df..a28931f 100644
--- a/config/cc_lab_manager/device_config_maptable.py
+++ b/config/cc_lab_manager/device_config_maptable.py
@@ -156,15 +156,6 @@ agent_config_device_maptable = {
             'ssh -o ConnectTimeout=15 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null admin@{IP} sudo reboot',
             'sleep 30']
     },
-    'rpi4b8g-001': {
-        'test_device': '/dev/sdb',
-        'snappy_writable_partition': '/dev/sdb2',
-        'reboot_script': [
-            'snmpset -c private -v2c {PDU_IP} .1.3.6.1.4.1.13742.6.4.1.2.1.2.1.{PDU_Outlet} i 0',
-            'sleep 30',
-            'snmpset -c private -v2c {PDU_IP} .1.3.6.1.4.1.13742.6.4.1.2.1.2.1.{PDU_Outlet} i 1',
-            'ssh -o ConnectTimeout=15 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ubuntu@{Controller_IP} stm -dut']
-    },
     'dell-precision-7960-rack': {
         # need to set iDRAC(Dell remote controller) username to "admin"
         'reboot_script': [

References