Skip to content

Commit 187af1c

Browse files
author
Olli-Pekka Puolitaival
committed
Fix readme based on comments in pull request
1 parent 63b4ae9 commit 187af1c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

TEST_APPS/readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
## Running IceTea tests located under mbed-os
1+
## Running Icetea tests located under mbed-os
22

33
### Structure
44

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:
77

88
- device - contains all the different test applications you can flash to your board
99
- 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
1111

12-
The testcases and test applications have a dependency
12+
The testcases dependends on test applications
1313

1414
### Preparing your work environment
1515

1616
#### Prerequisities
1717

18-
You should have IceTea and forked mbed-cli that supports IceTea, installed.
18+
You need Icetea and mbed-cli that supports Icetea, installed.
1919

2020
#### Selecting the network interface to use
2121

@@ -88,7 +88,7 @@ Modified:
8888

8989
### Test results
9090

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.
9292

9393
```
9494
+--------------------------------+---------+-------------+-------------+-----------+----------+
@@ -111,5 +111,5 @@ IceTea prints the results from the test run to the command line, and the final r
111111
+---------------+----------------+
112112
```
113113

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

Comments
 (0)