1
- ## Running IceTea tests located under mbed-os
1
+ ## Running Icetea tests located under mbed-os
2
2
3
3
### Structure
4
4
5
- mbed-os has a folder called TEST_APPS that contains everything related to IceTea - testing.
6
- There are currently 3 folders
5
+ mbed-os has a folder called TEST_APPS that contains everything related to Icetea testing.
6
+ There are currently 3 folders:
7
7
8
8
- device - contains all the different test applications you can flash to your board
9
9
- icetea-plugins - contains plugins that are being used by some of the testcases, needed for the test execution
10
- - testcases - contains IceTea testcases written in Python
10
+ - testcases - contains Icetea testcases written in Python
11
11
12
- The testcases and test applications have a dependency
12
+ The testcases dependends on test applications
13
13
14
14
### Preparing your work environment
15
15
16
16
#### Prerequisities
17
17
18
- You should have IceTea and forked mbed-cli that supports IceTea , installed.
18
+ You need Icetea and mbed-cli that supports Icetea , installed.
19
19
20
20
#### Selecting the network interface to use
21
21
@@ -88,7 +88,7 @@ Modified:
88
88
89
89
### Test results
90
90
91
- IceTea prints the results from the test run to the command line, and the final result looks similar to this.
91
+ Icetea prints the results from the test run to the command line, and the final result looks similar to this.
92
92
93
93
```
94
94
+--------------------------------+---------+-------------+-------------+-----------+----------+
@@ -111,5 +111,5 @@ IceTea prints the results from the test run to the command line, and the final r
111
111
+---------------+----------------+
112
112
```
113
113
114
- The results from the tests can also be found from mbed-os/log - folder.
115
- You probably want to add the log - folder to your .mbedignore - file to prevent issues with build commands becoming too long over the time.
114
+ The results from the tests can also be found from mbed-os/log folder.
115
+ You probably want to add the log folder to your .mbedignore file to prevent issues with build commands becoming too long over the time.
0 commit comments