George Djabarov / Mbed OS mbed-os-example-mesh-minimal
Revision:
68:2330fbeb4926
Parent:
65:cb583d690d43
Child:
69:c76b3887071b
--- a/Jenkinsfile	Mon Dec 04 14:15:10 2017 +0000
+++ b/Jenkinsfile	Wed Dec 20 14:30:11 2017 +0000
@@ -123,7 +123,7 @@
             // Use systest Thread Border Router for testing (CH=18, PANID=BAAB)
             execute("sed -i '/mbed-mesh-api.thread-device-type\":/a \"mbed-mesh-api.thread-config-channel\": 18,' ${config_file}")
             execute("sed -i '/mbed-mesh-api.thread-device-type\":/a \"mbed-mesh-api.thread-config-panid\": \"0xBAAB\",' ${config_file}")
-            execute("sed -i 's/\"NANOSTACK\", \"THREAD_ROUTER\", \"COMMON_PAL\"/\"NANOSTACK\", \"THREAD_END_DEVICE\", \"COMMON_PAL\"/'  ${config_file}")
+            execute("sed -i 's/\"nanostack.configuration\": \"thread_router\"/\"nanostack.configuration\": \"thread_end_device\"/'  ${config_file}")
             execute("sed -i 's/\"mbed-mesh-api.thread-device-type\": \"MESH_DEVICE_TYPE_THREAD_ROUTER\"/\"mbed-mesh-api.thread-device-type\": \"MESH_DEVICE_TYPE_THREAD_MINIMAL_END_DEVICE\"/' ${config_file}")
             }