Skip to content

Commit f20f74d

Browse files
committed
target_configs.json: Remove unreachable nsapi entries
In `tools/test_configs/`, target-specific test configurations are defined in `target_configs.json` and parsed by `__init__.py`. The latter only makes use of `default_test_configuration` (default test configuration to use) and `test_configurations` (more configurations selectable via `mbed test --test-config <config>`. Anything else is ignored, including nsapi, so this commit cleans up dead entries.
1 parent cecc47b commit f20f74d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/test_configs/target_configs.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
{
22
"K64F": {
3-
"nsapi.socket-stats-enable": true,
43
"default_test_configuration": "HEAPBLOCKDEVICE_AND_ETHERNET",
54
"test_configurations": ["HEAPBLOCKDEVICE_AND_ETHERNET", "NANOSTACK_MAC_TESTER", "ESP8266_WIFI", "ETHERNET"]
65
},
76
"NUCLEO_F429ZI": {
8-
"nsapi.socket-stats-enable": true,
97
"default_test_configuration": "HEAPBLOCKDEVICE_AND_ETHERNET",
108
"test_configurations": ["HEAPBLOCKDEVICE_AND_ETHERNET", "NANOSTACK_MAC_TESTER"]
119
},
1210
"DISCO_L475VG_IOT01A": {
13-
"nsapi.socket-stats-enable": true,
1411
"default_test_configuration": "NONE",
1512
"test_configurations": ["ISM43362_WIFI"]
1613
},
1714
"DISCO_F413ZH": {
18-
"nsapi.socket-stats-enable": true,
1915
"default_test_configuration": "NONE",
2016
"test_configurations": ["ISM43362_WIFI"]
2117
},

0 commit comments

Comments
 (0)