Skip to content

Commit 7e2bc49

Browse files
Juhani Puurulaadbridge
authored andcommitted
Renamed MAC tester config
1 parent 360ba9e commit 7e2bc49

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

TEST_APPS/device/nanostack_mac_tester/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To set the application to interactive mode:
5050

5151
1. Build the application.
5252
```
53-
mbed test --compile --icetea -t TOOLCHAIN -m TARGET_PLATFORM --test-config MAC_TESTER -n address_read_and_write,send_data,send_data_indirect,send_large_payloads,create_and_join_PAN,ED_scan
53+
mbed test --compile --icetea -t TOOLCHAIN -m TARGET_PLATFORM --test-config NANOSTACK_MAC_TESTER -n address_read_and_write,send_data,send_data_indirect,send_large_payloads,create_and_join_PAN,ED_scan
5454
```
5555
2. Connect your board and copy the compiled application binary from the `BUILD/tests/TARGET_PLATFORM/TOOLCHAIN/TEST_APPS/device/nanostack_mac_tester/` folder to the board.
5656
3. Wait for the device to flash the binary.
@@ -64,7 +64,7 @@ To start off, type `help` to list all commands available and furthermore `help <
6464
### Automated mode
6565

6666
```
67-
mbed test --clean --compile --run --icetea -t TOOLCHAIN -m TARGET_PLATFORM --test-config MAC_TESTER -n address_read_and_write,send_data,send_data_indirect,send_large_payloads,create_and_join_PAN,ED_scan
67+
mbed test --clean --compile --run --icetea -t TOOLCHAIN -m TARGET_PLATFORM --test-config NANOSTACK_MAC_TESTER -n address_read_and_write,send_data,send_data_indirect,send_large_payloads,create_and_join_PAN,ED_scan
6868
```
6969

7070
Many of the provided testcases have a `self.channel` variable in the `setUp()` function for setting the RF channel. The default channel is 11. If you wish to run a test on another channel, you will need to change it manually in TEST_APPS/testcases/nanostack_mac_tester/.

tools/test_configs/config_paths.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"THREAD_END_DEVICE" : "ThreadInterface_end_device.json",
1515
"THREAD_ROUTER" : "ThreadInterface_router.json",
1616
"NO_NETWORK": "no_network.json",
17-
"MAC_TESTER": "MACTester.json"
17+
"NANOSTACK_MAC_TESTER": "NanostackMACTester.json"
1818
}

tools/test_configs/target_configs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
},
1010
"K64F": {
1111
"default_test_configuration": "HEAPBLOCKDEVICE_AND_ETHERNET",
12-
"test_configurations": ["HEAPBLOCKDEVICE_AND_ETHERNET", "MAC_TESTER", "ESP8266_WIFI", "ETHERNET"]
12+
"test_configurations": ["HEAPBLOCKDEVICE_AND_ETHERNET", "NANOSTACK_MAC_TESTER", "ESP8266_WIFI", "ETHERNET"]
1313
},
1414
"NUCLEO_F429ZI": {
1515
"default_test_configuration": "HEAPBLOCKDEVICE_AND_ETHERNET",
16-
"test_configurations": ["HEAPBLOCKDEVICE_AND_ETHERNET", "MAC_TESTER"]
16+
"test_configurations": ["HEAPBLOCKDEVICE_AND_ETHERNET", "NANOSTACK_MAC_TESTER"]
1717
},
1818
"DISCO_L475VG_IOT01A": {
1919
"default_test_configuration": "NONE",

0 commit comments

Comments
 (0)