You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TEST_APPS/readme.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ You need Icetea and mbed-cli that supports Icetea, installed.
21
21
22
22
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.
23
23
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.
26
26
27
27
### Running the tests
28
28
@@ -42,10 +42,10 @@ Some devices may offer multiple network interfaces to operate with. For example,
42
42
The tests can be run for either one of those using already existing test-config -files.
43
43
44
44
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`
46
46
47
47
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`
0 commit comments