Skip to content

Commit 0456085

Browse files
Seppo TakaloCruz Monrreal II
authored andcommitted
Disable mesh networking on tests by default
Testing a mesh requires proper environment.
1 parent d39c5c5 commit 0456085

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

tools/test_configs/config_paths.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"6LOWPAN_HOST" : "6lowpanInterface_host.json",
1010
"6LOWPAN_ROUTER" : "6lowpanInterface_router.json",
1111
"THREAD_END_DEVICE" : "ThreadInterface_end_device.json",
12-
"THREAD_ROUTER" : "ThreadInterface_router.json"
12+
"THREAD_ROUTER" : "ThreadInterface_router.json",
13+
"NO_NETWORK": "no_network.json"
1314
}

tools/test_configs/no_network.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"config": {
3+
"echo-server-addr" : {
4+
"help" : "IP address of echo server",
5+
"value" : null
6+
},
7+
"echo-server-port" : {
8+
"help" : "Port of echo server",
9+
"value" : null
10+
}
11+
},
12+
"target_overrides": {
13+
"*": {
14+
"target.network-default-interface-type": null
15+
}
16+
}
17+
}

tools/test_configs/target_configs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"test_configurations": ["IDW0XX1_WIFI"]
4545
},
4646
"KW24D": {
47-
"default_test_configuration": "6LOWPAN_HOST",
47+
"default_test_configuration": "NO_NETWORK",
4848
"test_configurations": ["6LOWPAN_HOST", "6LOWPAN_ROUTER", "THREAD_END_DEVICE", "THREAD_ROUTER"]
4949
}
5050
}

0 commit comments

Comments
 (0)