Disable mesh networking on tests by default

Testing a mesh requires proper environment.
pull/7814/head
Seppo Takalo 2018-09-01 12:46:41 +03:00 committed by Cruz Monrreal II
parent d39c5c58ae
commit 0456085567
3 changed files with 20 additions and 2 deletions

View File

@ -9,5 +9,6 @@
"6LOWPAN_HOST" : "6lowpanInterface_host.json",
"6LOWPAN_ROUTER" : "6lowpanInterface_router.json",
"THREAD_END_DEVICE" : "ThreadInterface_end_device.json",
"THREAD_ROUTER" : "ThreadInterface_router.json"
"THREAD_ROUTER" : "ThreadInterface_router.json",
"NO_NETWORK": "no_network.json"
}

View File

@ -0,0 +1,17 @@
{
"config": {
"echo-server-addr" : {
"help" : "IP address of echo server",
"value" : null
},
"echo-server-port" : {
"help" : "Port of echo server",
"value" : null
}
},
"target_overrides": {
"*": {
"target.network-default-interface-type": null
}
}
}

View File

@ -44,7 +44,7 @@
"test_configurations": ["IDW0XX1_WIFI"]
},
"KW24D": {
"default_test_configuration": "6LOWPAN_HOST",
"default_test_configuration": "NO_NETWORK",
"test_configurations": ["6LOWPAN_HOST", "6LOWPAN_ROUTER", "THREAD_END_DEVICE", "THREAD_ROUTER"]
}
}