Skip to content

Commit bb71552

Browse files
committed
[OOB 5.10] Fix typo
1 parent 7a8e849 commit bb71552

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

TEST_APPS/readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ You need Icetea and mbed-cli that supports Icetea, installed.
2121

2222
Depending on a device, there might be a default network interface type defined in the mbed-os/targets/targets.json, which is used to locate a test-config file by default.
2323
If there is not, or you want to use a different interface than the default, you need to provide a relevant test-config -file to the mbed test with --test-config option.
24-
The test-config file contains the necessary information for the test application, there are some test-config files located under mbed-os/tools/test-configs.
25-
Devices which have their network drivers residing inside mbed-os can use generic test-configs like HeapBlockDeviceAndEthernetInterface.json and HeapBlockDeviceAndWifiInterface.json. Otherwise you need to use a device specific test-config.
24+
The test-config file contains the necessary information for the test application, there are some test-config files located under mbed-os/tools/test_configs.
25+
Devices which have their network drivers residing inside mbed-os can use generic test_configs like HeapBlockDeviceAndEthernetInterface.json and HeapBlockDeviceAndWifiInterface.json. Otherwise you need to use a device specific test-config.
2626

2727
### Running the tests
2828

@@ -42,10 +42,10 @@ Some devices may offer multiple network interfaces to operate with. For example,
4242
The tests can be run for either one of those using already existing test-config -files.
4343

4444
To run the tests with Wi-Fi interface:
45-
`>mbed test -m UBLOX_EVK_ODIN_W2 -t <toolchain> --icetea --test-config tools/test-configs/HeapBlockDeviceAndWifiInterface.json`
45+
`>mbed test -m UBLOX_EVK_ODIN_W2 -t <toolchain> --icetea --test-config tools/test_configs/HeapBlockDeviceAndWifiInterface.json`
4646

4747
To run the tests with ethernet interface:
48-
`>mbed test -m UBLOX_EVK_ODIN_W2 -t <toolchain> --icetea --test-config tools/test-configs/HeapBlockDeviceAndEthernetInterface.json`
48+
`>mbed test -m UBLOX_EVK_ODIN_W2 -t <toolchain> --icetea --test-config tools/test_configs/HeapBlockDeviceAndEthernetInterface.json`
4949

5050
#### Providing Wi-Fi access point information
5151

0 commit comments

Comments
 (0)